[flexcoders] Re: dynamically loading cssStyle text into Application?

2010-02-13 Thread vipinck
Hi Valdhor, I was doing the same thing for dynamic styling using an xml style file. I am successful except applying skin files to components. I was trying to keep an image inside an FLA and give linkage properties (which extends BitmapData class) and load it at runtime. And based on the linkag

[flexcoders] Use StyleManager.setStyleDeclaration to set button skins in Flex

2010-02-10 Thread vipinck
Hello all, I am trying to load an swf file which has button skins as images (In the library of the swf file i have given export properties which is 'TickMark') and set the skin of a flex button using StyleManager.setStyleDeclaration. I am getting errors like 'Argument count mismatch on TickMark()

[flexcoders] Adobe® Flex® Builder 3 Professional Eclipse Plug-in 3.0.2 is not available ?

2008-11-28 Thread vipinck
Hi All, Adobe® Flex® Builder 3 Professional Eclipse Plug-in 3.0.2 is not available? I saw the standalone installer for 3.0.2 for download from Adobe site. I use the plug-in version and what should I do to start working on Player 10 and AIR 1.5?

[flexcoders] Preloading Module in Flex

2008-09-19 Thread vipinck
Hi All, Can we preload a module and show the loading progress? I know we can use various event from the ModuleLoader class and show the progress. My specific question is whether ModuleLoader has the ability to show the progress much like an Application? If it doesn't have, will it be a good id

[flexcoders] Re: SecurityError: Error #2060: Security sandbox violation-what is the real solution

2008-08-17 Thread vipinck
So, no one (atleast people at adobe) knows about this. Cool

[flexcoders] SecurityError: Error #2060: Security sandbox violation-what is the real solution

2008-08-16 Thread vipinck
Hi All, I am making a flex widget in which the .swf file will reside in my server and people will embed them on their blog etc. I have to open a bigger version of my widget when someone clicks on the widget. Here I am using Externalinterface.call("function openwin(){window.open()}") and getti

[flexcoders] Re: Custom Context Menu in flex app

2008-08-05 Thread vipinck
Adam, That was the problem. I changed the menu name to 'Save This' and it started working. But I was expecting an error message from Flex if I use something which was not supposed to be used. -Vipin

[flexcoders] Custom Context Menu in flex app

2008-07-29 Thread vipinck
I am trying to add a custom context menu in my flex app. I am writing below code in a method which i am calling on applicationComplete event of the main application. // customMenu = new ContextMenu(); var saveItem:ContextMenuItem = new ContextMenuItem("Save",true,true,true); saveItem.addEventListe

[flexcoders] Flex localization

2008-07-28 Thread vipinck
We have a flex app which is going to be distributed around the globe. We are looking for a localization solution, in which flash can detect the language (any method) and send the language code to server, and server will return back the display text. I know I can use the Flex's localization API, in

[flexcoders] Preloading a config XML along with Flex framework preloader

2008-07-22 Thread vipinck
Hi All, I need to pre-load some configuration XML before I could paint my application stage. Is there any way I can pre-load this along with the Flex framework and app loading process? (When we see the Loading box animation) Best, Vipin

[flexcoders] Tabnavigator without the default tab enabled?

2008-07-15 Thread vipinck
Is it possible to have a tabnavigator component without the default tab activated/highlighted? When in normal state all tabs should be deselected state. I know this is unconventional for a TabNavigator. -Vipin

[flexcoders] Autherizing a computer using an AIR application

2008-05-21 Thread vipinck
Hi there, Does anyone knows a way to authorize a computer when an AIR application runs for the first time. For examples, I could do this with a Zinc application, where I can get the MAC address of the machine and send to a server for authorizing the machine. Can we read a system specific value or