Hello Gurus , I am facing one issue where i am attempting to use Zend_amf but that code exactly work well with Amfphp, I have seen all internet resources for...
I get the error message when I debug a application.the application works fine, but I get the message in debug console. Thanks *** Security Sandbox Violation...
In an ideal world, I'd have an AIR app displaying HTML pages sourced from encrypted data installed on the same machine. Seems to me that the only way to keep...
WoW! I doubt Derrick would be still interested after a year -6 days of posting :D Nice article though, I remember reading it before too at your blog. Hyder ...
Hi, I read a lot of time that flex/blazeds/hibernate is a cool combo. But I there is one thing that troubles me. So let's asume I have a Person class public...
Hi again, right now I'm just playing a little with AIR and PV3D writing a little useless app as an exercise. I'm having an odd problem with ButtonBar, the...
Ben Cessa
bcessa@...
Feb 2, 2009 12:29 am
135749
Try invalidate(); OR figSelector.invalidate(); on your parent's creationComplete event handler. I'm not so sure about your second question. Are you having...
This one is rather perplexing. If I use a label inside an hbox and if the text inside the label runs too long it pushed the button off the screen: <mx:HBox...
Hi, I'd like to record from a microphone to a .mp3 file on FMS 3.5.There are numerous posts on the net saying this is not possible. But the Flex 3.2 Language...
This one is making my head hurt ... will there be any perceivable difference in a) slowly changing an object's color from it's current color e.g. 0xFF0000 to...
I agree, more than anything Adobe could do, being over zealous on the security front could inhibit Flash as a platform taking off (yes I'm still annoyed about...
Yeah, I had variableRowHeight set to true, and I tried a whole bunch of things to try and get the row resized, but I've run out of time to get it working! I'll...
... wrapper, ... Sorry for the late response (the weekend had begun) Yes it does. If you look at the source for the generated wrapper it shows "bgcolor",...
Hi, i'm reading about shared objects...they are like html cookies but with improved performances...very cool!!but if i use modules can i always save the state...
Lorenzo, When the doc says "the same domain" it means that flash player should get module from the same URL domain for security reason. About shared objects,...
You could make a PersonRPC class that contains only the fields you want to pass to the client... You could also make PersonRPC the parent class of your Person...
... Thanks for the reply.. so is it possible to save a specific configuration with modules? suppose that i have a main application and here i have n modules ...
... http://www.adobe.com/livedocs/flex/3/html/help.html?content=celleditor_8.html#197235 ... To add, the following line expects a dataField to be provided (I...
... The code I described is in Flex DMV code, AdvancedDataGridBaseEx.as itemEndHandler. This is a private method and contains some private class variables so...
Is the Flex compiler smart enough not to include dependent objects that are not used? Does this apply to SDK and custom classes in the same way? What about...
I've explored many many options, but still cannot seem to get the item rendered in a list (the label) to be the drop target. It's always the damn list itself ...