Some times, the one result of a function is not enough, cay we use the arguments to get back values from them? internal function getXY(x:int,y:int):void{ ...
Flex does not provide a way to get around popup blockers. But you can put up your own Flex popups within the application/browser. Alex Harui Flex SDK Developer...
Alex, first thanks for spending so much time helping me with this. How do I handle all the rest? Flex specific classes? Should I monkey patch? See error below...
To handle classes like transform, I would come up with a custom encoding for the transform (or skip it entirely as the transform can usually be derived from...
Hi Alex, Fair enough. I submitted it (I think), although I got this message: "You have successfully created the issue (FB-23715), however you do not have the...
149263
dorkie dork from dork...
dorkiedorkfromdorktow...
Oct 31, 2009 7:40 am
Maybe try starting them 1/2 to 1 pixel before your current positions and 1/2 to 1px after your end position....
I am trying everything.... I have the Open value in HLOCItemSeries at screen coordinate but it's not computing with drawRect(x,y,w,h)... I keep plugging away...
I have a database driven Flex datagrid.(using PHP and Flash builder 4). A field in the datagrid is a URL for a web page. I would like to allow the user to...
Hi everyone, I'm curious what the state of secure communication in Flex is. How are people securing communication (both authentication and encryption) between...
Hello Everyone, This is my first time, please be gentle. I've used this code before to bring in other text: var varName:String; var paramObj:Object =...
Ha, I totally thought you meant try starting the post 1/2 pixel down from the previous post if he wanted someone to answer. "Why isn't anyone answering...
How would I go about doing that? Would I need to null out the transform object first before converting to a bytearray? Here is my object structure I am...
Well now it doesn't matter. I got it running through a php proxy. Here is what I ended up with. Hope this saves somebody else 3 days. <? $soapRequest =...
149273
dorkie dork from dork...
dorkiedorkfromdorktow...
Oct 31, 2009 6:03 pm
It might help if you created a stand alone project and exported it. Also put it online so people can see what you see quickly. Then someone else can import it...
Hello, Can anyone provide my useful links for tutorials to inetgrate AIR with database using .net. Thanks Prince From cricket scores to your friends. Try the...
Is there any reason that itemDoubleClick would not produce an event ? I'm trying this itemDoubleClick="evtHandler(event)", but the function doesn't get called....
I use this function below. Passing in "start" resets the timer, otherwise it lists the elapsed time between calls. public function traceTimer(sMsg:String,...
An "associative array" has nothing to do with Array. It was a bad choice of names, they should have just called it a "hash table". Tracy Spratt, Lariat...
Here is one example: http://www.cflex.net/showfiledetails.cfm?ChannelID=1 <http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=5 95>...
I do not have any links or tutorials, but have a lot of experience with this. What are your goals? What have you tried? Tracy Spratt, Lariat Services,...
A Transform's Matrix is essentially six or 9 numbers. You can simply save them as an array, read it back as an array and then instantiate the Matrix again. ...
Hi Devs, I downloaded Catalyst b2 version yesterday. It installs fine up to the point where it asks for the serial number. One option is the serial number and ...
Hey Doug! My Flex Idol...! (one of them) I'm familiar with your HSLIDER and others projects and have learned from them immensely. I figured out the Item Data...