In my component I'm calling the addCallback method but when I try to access the method from JavaScript it still fails silently. Is there scope issues with...
What I have noticed is that if you "addCallBack" in the main Application file (i.e mxml file containing <mx:Application> tags) then it works fine otherwise it...
Search for sticky tooltip on flexsearch.org or look in FlexBox as I believe I saw it there too. Someone already implemented this functionality. ... From:...
hi, http://www.trendz.xlphp.net The importance of Sexual Life and Clarification. http://www.trendz.xlphp.net sex is important for mental Relaxation and body...
*i dont think you can add a function on the application from within the component. but now, oddly enough, I think it is working from within the component, ...
Ok, I am curious as to which technologies would be better in implementing a website that I am trying to build. Here is the description: I am trying to create...
How do I get a reference to a component instance from within a class? /** * Dispatches a creation complete event for html elements */ public static function...
Its not as simple as just setting the x/y there are a number of things to take into account like the screen edges, size of tip etc. etc. It turns out that...
The app takes a full frame to get initialized. The JS can be called before then. We use callbacks from the SWF into JS to tell that the SWF is ready for a...
yWorks is proud to announce the official 1.0 release of yFiles FLEX, a Flex™-based framework for web-based diagramming applications. yFiles FLEX allows easy...
Guys, I am trying a direct access to a java authenticated webservice, its a basic http authentication. I had try use setCredentials, but the documentation say...
add [Event(name="myevent")] on top of class definition e.g. [Event(name="myevent")] public class MyPanel extends Panel { private function somefunction() :...
its added in the latest release (not out yet) as well as html creation complete events, specifying includes and javascript (to run) in the mxml properties...
Hi, I have an AdvancedDataGrid that I'm using an AdvancedDataGridRendererProvider with. When the overridden data() method gets called on the mx:Label, I can...
Hi All, i have 2 applications. I need to access a function in one mxml from the other mxml. The 2 mxml files were in different projects. But i have set project...
Hi, Try setting the 'rowHeight' property. And can you send the exact code you are using so that we can debug it. Thanks, Sameer ... fine in ... the ... ...
you cant directly do that with flex 2. try flex 3. there are many work around for flex2 (such as laying out a canvas over two merged cells :P) but i suggest ...
See the thread subject "Call function From a Loaded SWF" ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]...
Thanks for ur reply. I already checked Advanced Datagrid in flex 3. But I am not able to do that in Flex 2. So please let me know if you have any samples of...
Hello, The reason why is a bit convoluted, but I need to create a Bitmap (and Image) from the result of an HTTPService invocation. I am able to extract the...
Hi, What control should I set the rowHeight on ? Label and ADG dont have a rowHeight property. In the below example, the title does come out in bold, but the...
The property rowHeight is in AdvancedDataGrid. When you are setting the htmlText, try - this.htmlText = "<b>"+ value.@title+"</b>"+ value["@username"]+"<img ...
Hi Peter, First, you can not use HTTPService component to retrive binary data because HTTPService only understand text, object, e4x... but not raw binary data....
Couldn't he get a base64 encoded image or HTTP? ________________________________ From: flexcomponents@yahoogroups.com [mailto:flexcomponents@yahoogroups.com]...