[Flashcoders] AMFPHP 1.2 Class Mapping & VO's incomming from PHP5 - It works but...

2006-08-29 Thread Julius Turnmire
Ok, I've got it working as advertised. I'm using VO's and my returned values are being mapped to my VO classes. But the problem is how they're mapped. I decided to work on getting VO's to work in my project in the hopes that all the string values I get from MySQL would be mapped to their proper

Re: [Flashcoders] AMFPHP 1.2 Class Mapping & VO's incomming from PHP5 - It works but...

2006-08-29 Thread Julius Turnmire
Sorry, the article is write in French ! but the ActionScript and PHP codes > are easy ;) > > EKA+ :) > > > > You can use Google translator or babelFish > > 2006/8/28, Julius Turnmire <[EMAIL PROTECTED]>: > > > > Ok, I've got it working as advertised.

Re: [Flashcoders] AMFPHP 1.2 Class Mapping & VO's incomming from PHP5 - It works but...

2006-08-29 Thread Julius Turnmire
e expecting > parameters > to your constructor. Yes again, I'll need to experiment to see exactly what's happening. If it is populating the object before the constructor is run, then perhaps I can use the constructor to do the type conversion if I do decide to do the conversi

Re: [Flashcoders] AMFPHP 1.2 Class Mapping & VO's incomming from PHP5 - It works but...

2006-08-29 Thread Julius Turnmire
> actionscript objects from the remoting data it populates the object *before* > it > runs the constructor. > > This means that it doesnt care about any getters / setters and you have to be > extra careful if you do anything in the constructor or are expecting > parameters

Re: [Flashcoders] AMFPHP 1.2 Class Mapping & VO's incomming from PHP5 - It works but...

2006-08-29 Thread Julius Turnmire
> I use AMFPhp and EDEN in my works with Flex, Flash and FMS. > > > EKA+ :) > > > 2006/8/30, Julius Turnmire <[EMAIL PROTECTED]>: > > > > On Tue, 2006-08-29 at 18:17 +0200, Martin Wood wrote: > > > Unfortunately the player wont do data type

Re: [Flashcoders] AMFPHP 1.2 Class Mapping & VO's incomming from PHP5 - It works but...

2006-08-30 Thread Julius Turnmire
I couldn't agree more :) We can always hope for such improvements in the near future. On Wed, 2006-08-30 at 11:18 +0200, Martin Wood wrote: > > Just knowing that > > the object is populated before the constructor is called and that those > > properties take precedence over my class explains a l

Re: [Flashcoders] Scrollpane problem

2006-08-30 Thread Julius Turnmire
you could try "yourScrollPane.invalidate();" or "yourScrollPane.redraw(true);" one of those may work for you. or maybe "yourScrollPane.vScroller.invalidate();" It's been a while fer me since I've messed with the stock ScrollPane, and it can be a real pain ;) HTH On Wed, 2006-08-30 at 09:59 -04

Re: [Flashcoders] How to get good photo quality images in flash from photoshop, my tiny tutorial..

2007-01-15 Thread Julius Turnmire
Well.. aside from the difference between the levels, curves, and no compensation, I couldn't figure out exactly the differences and problems you were trying to work around... When I export jpgs from Photoshop for use in Flash, and quality is an issue (normally I use "save for web" to get the bes