RE: [flexcoders] flex 4.0 component focus issue

2009-07-30 Thread Alex Harui
Depending on which build, there have been issues. Does it work for mx:TextInput? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of blc187 Sent: Wednesday,

RE: [flexcoders] Re: AIR app, need MouseMove events NOT bounded by screen

2009-07-30 Thread Alex Harui
If the app is fullscreen, how can you miss any mousemoves? Does the joystick continue to send events the AIR and the mouseMove doesn't get sent or is it that the mouseMove doesn't have different coordinates? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

Re: [flexcoders] Re: Flex Compilation takes long time

2009-07-30 Thread Tom Chiverton
On Wednesday 29 Jul 2009, Greg Hess wrote: Although I have not tried this yet, the Flex 4 compiler has major optimizations and is backwards compatible. Apparently, you can install Flex 4 and configure Flex Builder to use its compiler instead of Flex 3 mxmlc. Don't expect your application to

[flexcoders] ToolTipManager stops processing of styles and updates of the displaylist?

2009-07-30 Thread florian.salihovic
I have noticed a strange behaviour regarding the ToolTipMananger. Actually i'm not quite sure, since the ToolTipManger seems to be the cause. I implemented a component which works just fine. Styles are applied, measuring works etc. The component should also be used as tooltip in certain parts

[flexcoders] ToolTipManager stops processing of styles and updates of the displaylist?

2009-07-30 Thread florian.salihovic
I have noticed a strange behaviour regarding the ToolTipMananger. Actually i'm not quite sure, since the ToolTipManger seems to be the cause. I implemented a component which works just fine. Styles are applied, measuring works etc. The component should also be used as tooltip in certain parts

Re: [flexcoders] how to separate filename from folder path in flex

2009-07-30 Thread Tom Chiverton
On Monday 27 Jul 2009, Satish Chowdary wrote: give me some guidelines how to display the content of xml file into title window Have you looked at FileReference in the docs, load() in particular ? -- Helping to preemptively establish eye-catching high-end infrastructures as part of the IT

[flexcoders] BUG: mx.controls.LinkBar - can somebody confirm?

2009-07-30 Thread fotis.chatzinikos
override protected function hiliteSelectedNavItem(index:int):void { var child:Button; // Un-hilite the current selection. if (selectedIndex != -1 selectedIndex numChildren) { child = Button(getChildAt(selectedIndex)); child.enabled

[flexcoders] Flex 1.5 profiler issues.

2009-07-30 Thread mukul_saxena109
Hi, Currently, I have Flex 1.5 application running on flash player 9. I am using macromedia profiler 1.0 to profile my application . But Currently I am facing the following issues. 1. When I run sample application in flash player 7, It shows only List of Performance Snapshots and does not

[flexcoders] Async BlazeDS with Jetty

2009-07-30 Thread athenayao
Hi all, I read through http://tech.groups.yahoo.com/group/flexcoders/message/116161 (and thanks, belatedly, for the information in that thread!), and think that some here may find useful Jetty's implementation of an asynchronous BlazeDS long-polling endpoint. The way the endpoint and filters

Re: [flexcoders] Re: Flex Compilation takes long time

2009-07-30 Thread cholid cholid
hi all,i have experience in flex SDK. when i use in openSUSE 11.1 i need 56 second for compile an aplication but when im use openSUSE 10.1 is just need 11 second wow, im surprise.. so i think it can be different for another OS --- On Thu, 7/30/09, Marvin Froeder velo...@gmail.com wrote: From:

[flexcoders] app development workshop - nyc

2009-07-30 Thread dominic.tancredi
Heya FlexCoders! I'm an intermediate member of the flexcoders community (been working with Flex 3 years now and love it) and I know this isn't completely flex related, but it IS programming related so I thought I'd share. My twin brother and I are doing a mobile development workshop August 28

[flexcoders] has no visualization in visualizer

2009-07-30 Thread cholid cholid
hi all, im new in using kap lab now  im try to compile VisualizerSample1~4.mxml and another file mxml in kap lab and im fond it has no visualization from the xml that must be show visualization anyone can help me why has no visualization in VisualizerSample1~4.swf? thanks advance cholid

[flexcoders] Using compc to compile a swc from stylesheet crashes compiler

2009-07-30 Thread Richard Dault
I'm trying to create a .swc file containing my .css file along with all its images. To do this, I'm using something like this: compc -include-stylesheet style.css path/to/style.css -include-file style.css path/to/style.css -compiler.source-path path/to -o style.swc This works fine for all my

[flexcoders] regarding providing the path of file through browser to be loaded

2009-07-30 Thread Adarsh Agrawal
Hello, Can any one assist me in below mentioned problem.   1. How to provide the pathof the file which is to be loaded using browser window  in flex.   2. In my navigation tree , clicking on any node displaying image of the node and when i pressed esc key it is displaying image of the parent

[flexcoders] ContextMenu in DataGrid

2009-07-30 Thread yonghan79
Hi all,i've managed to populate items in DataGrid by using amfphp and arraycollection..I'm intending to use ContextMenu,i follow the examples from blog.flexexamples.com..It shows warning : Data Binding will not be able to detect assigment to cm. Suppose something wrong there?Please point

Re: [flexcoders] ContextMenu in DataGrid

2009-07-30 Thread Yesaya handoyo
Sorry guys,i've managed it.. I use dataGrid.contextmenu=cm n the init() .. ^_^ On 7/30/09, yonghan79 yongha...@gmail.com wrote: Hi all,i've managed to populate items in DataGrid by using amfphp and arraycollection..I'm intending to use ContextMenu,i follow the examples from

[flexcoders] video list and repeater

2009-07-30 Thread Gustavo Duenas
Hello friends, anyone can point me to a tutorial about how to create a video list in flex, the dat from the list should be taken from an xml file. Regards, Gustavo

[flexcoders] Re: has no visualization in visualizer

2009-07-30 Thread valdhor
Kap Lab needs to update their sample downloads. Some only have one file whereas others have all four samples.. The best idea is to download the third sample (Visualize radial data from XML). This includes all four samples. Also note that the samples include an older version of the

[flexcoders] labelRenderer based on Canvas in charts

2009-07-30 Thread Shurup
Hi I'm having a problem making custom axis label renderer (need background color and border) in chart that is based on canvas. When chart is loaded the label height is 1px and not visible until I scroll the chart, then the axis jumps up to the necessary amount of pixels to reveal the label.

[flexcoders] Re: Flexbuilder 3 Java problems

2009-07-30 Thread valdhor
I use Flex Builder. This is the contents of my ini file: -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true I have a 2.66GHz core 2 duo with 4GB RAM (Although it's only running 32-bit Windows XP so it can't see all of that 4GB). --- In

[flexcoders] crossdomain.xml issue

2009-07-30 Thread akila_ksri
Hi, My flex application is hosted on a public-ip machine and it is accessing the webservice hosted on a Jboss server on another public-ip machine. The crossdomain.xml file is placed at the root of the server and looks as shown below ?xml version=1.0 ? !DOCTYPE cross-domain-policy (View

[flexcoders] Re: Flex Compilation takes long time

2009-07-30 Thread valdhor
That seems rather excessive. I have a large project with 9 modules. If I export to a flex archive, the zip file is 2MB. On my machine (A 2.66GHz Core 2 Duo with 4GB RAM running 32-bit Windows XP) it takes 35 seconds to compile the main application and all 9 modules if I delete the bin-debug

[flexcoders] disable app turn gray then it is disabled

2009-07-30 Thread Willy Ci
I can't find any answer on the web. then I disable the app using this.enabled=false; this action also show a gray layer, is there anyway I can disable the app without the gray layer? thanks Willy 617-606-3437 -- 6 X 9 = 42

Re: [flexcoders] disable app turn gray then it is disabled

2009-07-30 Thread Ian Thomas
Try: disabledOverlayAlpha=0 in the MXML for your Application class. or from AS3: this.setStyle(disabledOverlayAlpha,0); (assuming 'this' is referring to your Application class.) HTH, Ian On Thu, Jul 30, 2009 at 2:53 PM, Willy Ciwill...@gmail.com wrote: I can't find any answer on the

Re: [flexcoders] disable app turn gray then it is disabled

2009-07-30 Thread Willy Ci
thanks, I will try it later today. Willy 617-606-3437 -- 6 X 9 = 42 http://www.wolframalpha.com/input/?i=meaning+of+life -- On Thu, Jul 30, 2009 at 10:20 AM,

[flexcoders] Re: crossdomain.xml issue

2009-07-30 Thread vin.flex
try setting the to-ports attribute. ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd; cross-domain-policy allow-access-from domain=* to-ports=80/ allow-http-request-headers-from domain=* headers=*/ /cross-domain-policy

[flexcoders] event propagation in FLex

2009-07-30 Thread veena_kris2003
I have one class that generates the event. I want another class to consume the event. How do I do this?

Re: [flexcoders] event propagation in FLex

2009-07-30 Thread Pedro Sena
http://livedocs.adobe.com/flex/3/html/16_Event_handling_6.html On Thu, Jul 30, 2009 at 1:05 PM, veena_kris2003 v.kri...@gmail.com wrote: I have one class that generates the event. I want another class to consume the event. How do I do this? -- /** * Pedro Sena * Systems Architect *

[flexcoders] Re: event propagation in FLex

2009-07-30 Thread veena_kris2003
Am I missing something? What does the code in the propagating class look like? Do I handle the event in there and dispatch it? --- In flexcoders@yahoogroups.com, Pedro Sena sena.pe...@... wrote: http://livedocs.adobe.com/flex/3/html/16_Event_handling_6.html On Thu, Jul 30, 2009 at 1:05

[flexcoders] ItemRenderer that switches to edit mode depending on where it's clicked

2009-07-30 Thread hr1ny
I'm trying to create a List with an ItemRenderer that switches to an ItemEditor depending on where in the ItemRenderer (what subcomponent) is clicked, but I'm not sure how to do this. Essentially, I'd like to go into edit mode if user clicks on a data field, but to do nothing (other than select

[flexcoders] input of Chinese characters on OS X to a Flex application using pin1yin1

2009-07-30 Thread Andrew Ball
Good afternoon. I've found that I'm unable to enter Traditional Chinese characters in a Flex app with the pin1yin1 input method on OS X (10.50.7), Flash plugin 10.0 r22, Firefox 3.0.12, and Safari 4.0.2. The character selection area shows up at the bottom of the web browser's view port instead

[flexcoders] Embed image source with a url?

2009-07-30 Thread timgerr
Hello all, I am in need of a way to store a picture for using in my application. I will be using this picture as an avatar so I dont want to have to call it from a url every time I need it. I would like to do somting like this: [Embed(source=http://mydomain/somepics.jpeg;)] [Bindable] public

Re: [flexcoders] Embed image source with a url?

2009-07-30 Thread Paul Kukiel
private var imageHolder:BitmapData; var loader:Loader = new Loader(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE, saveImage); loader.load(new URLRequest(http://www.domain.com/icon.png;)); public function saveImage(event:Event):void { imageHolder=

[flexcoders] Re: ItemRenderer that switches to edit mode depending on where it's clicked

2009-07-30 Thread valdhor
Don't put multiple items in your item renderer. Each item in your lists data provider should have its own item renderer. --- In flexcoders@yahoogroups.com, hr1ny hrabinow...@... wrote: I'm trying to create a List with an ItemRenderer that switches to an ItemEditor depending on where in the

Re: [flexcoders] input of Chinese characters on OS X to a Flex application using pin1yin1

2009-07-30 Thread Willy Ci
not sure if it is your flex builder setting or something else, what is your encoding set to? something like this ?xml version=1.0 encoding=utf-8? it disable the Asian input selection on my mac. I try on this three flex apps, works fine. http://flexcode.org/RTL.swf

Re: [flexcoders] input of Chinese characters on OS X to a Flex application using pin1yin1

2009-07-30 Thread Andrew Ball
Yes, I have the exact same XML encoding and version declaration. Those examples also work for me. I wonder if I need to use some sort of compile time option to include a special locale or if my embedded fonts are the problems. Accented European characters (like ñÑáÁóóúÜ) seem to work fine. On

[flexcoders] BitmapData and bytearray: find white area?

2009-07-30 Thread flexaustin
So, I have an app that creates a very large drawing of Sprites and randomly places them in a DisplayObject (mainHolder) on stage. I am trying to create a print option that will print the mainHolder by breaking it up into chunks of 1000 by 1000 pixels per page. I am able to do this and then put

Re: [flexcoders] event propagation in FLex

2009-07-30 Thread veena pandit
How do you prevent the app from confusing two events? On Thu, Jul 30, 2009 at 12:12 PM, Pedro Sena sena.pe...@gmail.com wrote: http://livedocs.adobe.com/flex/3/html/16_Event_handling_6.html On Thu, Jul 30, 2009 at 1:05 PM, veena_kris2003 v.kri...@gmail.comwrote: I have one class that

Re: [flexcoders] Profiling Flex applications for Flash player 10

2009-07-30 Thread Steve Bick
I've read that you have to use FB4 to profile Flash Player 10 apps. I haven't seen a work around for this yet. http://forums.adobe.com/thread/463975 Dennis van Nooij wrote: I followed the instructions from here: http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10

[flexcoders] has no visualization in visualizer

2009-07-30 Thread cholid cholid
hi all, im new in using kap lab now  im try to compile VisualizerSample1~4.mxml and another file mxml in kap lab and im fond it has no visualization from the xml that must be show visualization anyone can help me why has no visualization in VisualizerSample1~4.swf? thanks advance cholid

Re: [flexcoders] Re: has no visualization in visualizer

2009-07-30 Thread cholid cholid
valdhor im have do what you mean but it still same as before the application is just show the component zoom in/out. fix to the content, slider, button etc but has no visualization from the data of xml --- On Thu, 7/30/09, valdhor valdhorli...@embarqmail.com wrote: From: valdhor

[flexcoders] Re: Need help Combobox label property

2009-07-30 Thread gan_sun2006
It finally seems to have loop through the entire arraycollection. Thanks a lot to vinu, jeffry, mark, tracy and everyone for their help and suggestions... :) --- In flexcoders@yahoogroups.com, vin.flex vin.f...@... wrote: Hi there, You can use the following code: ?xml version=1.0