can u provide the code for merapi. i am not getting from that site. ... From: Rick Winscot <rick.winscot@...> Subject: Re: [flexcoders] Integrate flex...
If you are interested in triggering a java application from Flex Client side, one way I can think of is making a mini Java project, whose only purpose is to...
Lets say you have two files; base.mxml, and popup.mxml. You can achieve this using Events. basically you write a function in your base.mxml, which is then...
Hi, I have a canvas containing text. When I fadeout the canvas, via mxml fade effect, the canvas fades out but the text does not. How can I fade out the canvas...
Hi, You need to use an embedded font in order for the fade effect to work. Simply create a new style for your text, then tick the "Embed this font" check box...
... renderer ... the ... better ... If I just built that into the renderer, wouldn't I wind up with a bunch of stacked TileLists that only knew about one item?...
... renderers, ... How ... Well, ideally I'd show all of them, since this is for navigation in a program...anything that's not shown is something you can't get...
Using Flex 3, is there any way to have a validator error message appear automatically without forcing the user to hover the mouse over a form entry which has...
Hi, I have a List, whose dataprovider is loaded from a server. The list is using a custom itemRenderer to render data. The renderer has amongst other things 2...
... your ... don't know ... I'd think you could use a data function on the lineSeries to force it to use the axis of the bar series. Just a thought; Amy...
Hello All, Can you please help me by giving me a clue for including a scollbar for a canvas, where the scroll bar should contain the left and right navigation...
greetings, Can a Flex 3 app be specially engineered to work with a Application Server cluster? we are using WebOrb 3.0 for php. any links, advice would be...
I have a dynamically populated combobox that I would like to provide an initial label instead of the first item in the array. It would be impossible to create...
Hi All, Have a weird one here...I need to know if it's possible to have an input field on an alert box? For example, when a user attempts to remove a person...
Hi, I am using the ModuleManager and IModuleInterface for loading and unloading Modules in Flex. My question is regarding effective garbage collecting on...
... new style for your text, then tick the "Embed this font" check box in the style properties. Thanks for the quick reply. A follow up question. What if I am...
You cannot modify the standard Alert class...well you could, but that is not the solution here. What you want to do is make your confirmation window with a...
Hi Amy, both the column series and the line series use the same horizontal axis <mx:horizontalAxis> <mx:CategoryAxis id="hAxis" categoryField="mfg"/> ...
Actually it doesn't really matter what the defautl font is or if it's installed on the user's system or not. If you want to change the alpha, rotation or, in...
Dimitrios, Thank you!! That is exactly what I was looking for!! Best, Adrian ... Dimitrios, Thank you!! That is exactly what I was looking for!! Best, Adrian ...