Sg2.9
SpinEdits Acting Weird
Recent RSS
SpinEdits Acting Weird
From:  Chris Deutsch
Date:  15. March 2010, 14:12

For some reason, the SpinEdit fields are all the same height (the print command states they're 100px x 100px) and the same position, no matter what I define those values to be. This started occurring with the new Scriptographer 2.7. Anyone else have this problem?

Chris

Re: SpinEdits Acting Weird
From:  Jürg Lehni
Date:  17. March 2010, 18:07

Hi Chris,

Any example code for me to try this out easily? I will then look into it.

Thanks!

Re: SpinEdits Acting Weird
From:  Chris Deutsch
Date:  18. March 2010, 13:33

Sure!

This script creates a floating dialog and places 2 spin edits of different size at different positions:

var dialog = new FloatingDialog('tabbed'){
	title: "Spin Edit Test",
	size:[200, 200]
};

var spinEditTest1 = new SpinEdit(dialog){
	size: [40,20],
	position: [5,5]
};

var spinEditTest2 = new SpinEdit(dialog){
	size: [100,20],
	position: [20,100]
};

But the spin edits turn out to be huge and on top of each other.

Chris

Re: SpinEdits Acting Weird
From:  Jürg Lehni
Date:  19. March 2010, 18:01

This error only happens on Windows. I fixed it and will release a new version shortly.

Re: SpinEdits Acting Weird
From:  Jürg Lehni
Date:  20. March 2010, 02:25

This should work fine now in the new version 2.7.040.

Scripts
26.04.12, 16:05
19.04.12, 16:54
07.04.12, 16:17
05.04.12, 00:49
15.03.12, 13:02
14.02.12, 19:00
Posts
21.05.12, 22:40
20.05.12, 20:22
19.05.12, 21:38
19.05.12, 13:43
15.05.12, 02:38
15.05.12, 01:51
Script of the Moment
Mosaic Staple Raster 24.03.10
Donation

If you use Scriptographer regularly or for commercial purposes, please consider making a donation via PayPal:

Thank you!