Re: [swfmill] Bug with numbers in text fields...

2006-05-12 Thread Quentin
If you can submit a pre-release, I would appreciate it very much !And I'll let you know if it fixes the bug in my hundreds of flash animations...On 5/11/06, daniel fischer [EMAIL PROTECTED] wrote:Hey Quentin, i found the little bugger responsible for that mistake, and put a lot of bugspray on it.

Re: [swfmill] Bug with numbers in text fields...

2006-05-11 Thread daniel fischer
Hey Quentin, i found the little bugger responsible for that mistake, and put a lot of bugspray on it. seems fixed in svn. do you need/want a prerelease? -dan Quentin [EMAIL PROTECTED] (on Fri, 21 Apr 2006 11:56:43 +0200): I'll post that bug... On 4/21/06, Steve Webster [EMAIL

Re: [swfmill] Bug with numbers in text fields...

2006-04-21 Thread Quentin
Thanks for the link !Sorry to bother, but how can you explain the SWF generated by the Flash IDE works fine, but the one rendered via swfmill has this floating point problem ?Cheers ! On 4/20/06, Mark Winterhalder [EMAIL PROTECTED] wrote: On 4/20/06, Quentin [EMAIL PROTECTED] wrote: Hi ! I have a

Re: [swfmill] Bug with numbers in text fields...

2006-04-21 Thread Mark Winterhalder
On 4/21/06, Quentin [EMAIL PROTECTED] wrote: Thanks for the link ! Sorry to bother, but how can you explain the SWF generated by the Flash IDE works fine, but the one rendered via swfmill has this floating point problem ? The one generated by the IDE does *not* have this problem? I have no

Re: [swfmill] Bug with numbers in text fields...

2006-04-21 Thread Quentin
No, no quotes ! I sent a FLA on the Trac site, but if you are on Linux you might not be able to open it, but the only actionscript line in it is what I posted before ( tfVal.text = 9.8;) !The textfield was not created by actionscript, but within the IDE, maybe this is the difference that wreaks

Re: [swfmill] Bug with numbers in text fields...

2006-04-21 Thread Mark Winterhalder
On 4/21/06, Quentin [EMAIL PROTECTED] wrote: No, no quotes ! I sent a FLA on the Trac site, but if you are on Linux you might not be able to open it, but the only actionscript line in it is what I posted before ( tfVal.text = 9.8;) ! The textfield was not created by actionscript, but within

Re: [swfmill] Bug with numbers in text fields...

2006-04-21 Thread Mark Winterhalder
On 4/21/06, Quentin [EMAIL PROTECTED] wrote: Here is what I did, according to what you suggested : Put together a FLA with only a dynamic textfield on the stage with an instance name tf Wrote an ActionScript class that simply sets the textfield content to 9.8 Injected the code via MTASCThe

Re: [swfmill] Bug with numbers in text fields...

2006-04-20 Thread Mark Winterhalder
On 4/20/06, Quentin [EMAIL PROTECTED] wrote: Hi ! I have a very simple FLA with only a dynamic textfield on the stage, and some actionscript that says tfVal.text = 9.8; but when I placed the generated SWF with swfmill the textfield is not filled with 9.8 but with 9.8019073486 ! Quite