Re: [flexcoders] focus manager questions

2010-09-04 Thread Alex Harui
If you are using Flex applications, there shouldn’t be a yellow rectangle, and there should be a focusManager variable. On 9/4/10 1:38 AM, "haman...@t-online.de" wrote: Hi, is there a simple way to a) get rid of the yellow rectangle (the object listens to focusin and focusout event in

Re: [flexcoders] Using modules and remote objects

2010-09-04 Thread Alex Harui
It is best if the service and data objects are all in the main appdomain. FP10.1 has some fixes to make some of it better, and allows for the service and data objects to be in the same child appdomain, but having a service in the main and data objects defined in the child probably isn’t going t

[flexcoders] Re: flashBuilder.ini

2010-09-04 Thread Mike
I have the exact same hardware setup as you - 12 GB RAM on an i7 930 is a wonderful thing! Here are my settings: -nlen_US-startupplugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090\ 715.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win3\ 2.x86_1.0.200.v20090519-vmargs-Xms800

[flexcoders] Re: External CSS file in Flex 4

2010-09-04 Thread ghoxthack
Thanks for the answer, it looks the simplest way to do the job. Anyway, if i'm not missing anything, Adobe had made the worst project option when talking about personalized styles and CSS. So much have been said about Spark and the separation of design and logic, and the only way to apply easily

[flexcoders] local clipboard

2010-09-04 Thread hamann . w
Hi, I would like to follow the suggestions and implement a local clipboard by capturing keystrokes (ctl-c, ctl-v, ctl-a for "select all"). Unfortunately, FP10 (on linux) returns a keycode of 0x for all 3 of these. The same is true when running inside a browser. Is there a way to get th

[flexcoders] focus manager questions

2010-09-04 Thread hamann . w
Hi, is there a simple way to a) get rid of the yellow rectangle (the object listens to focusin and focusout event in order to display its focussed state) b) get a handle on the (application) focus manager (in order to use its setFocus() method instead of setting stage.focus) Many thanks Wolfg

[flexcoders] Which URL to use for amfEndpoint in LCCS Project?

2010-09-04 Thread bashababob
I'm new to AIR development. I'm trying to get this sample app running in Flash Builder: http://coenraets.org/blog/2010/08/multi-user-video-tic-tac-toe-for-and roid/ http://coenraets.org/tictactoe/tictactoe.fxp But I can't figure out what URL to put in as the amfEndpoint in the app-config.

[flexcoders] Using modules and remote objects

2010-09-04 Thread ZIONIST
Hi guys i have some issues concerning modules and remote objects. i have an application that is split into modules and in each i use remote objects to display data from the database. the problem is there is no data being displayed and when i try to use the same code in a single app without using

Re: [flexcoders] External CSS file in Flex 4

2010-09-04 Thread Haykel BEN JEMIA
Hi, you could put in 'mycss.css' the default settings and then with PHP only send the values that are specific for the user in a simple format and apply them with 'styleManager.setStyleDeclaration'. Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Fri, Sep 3, 2010 at