[flexcoders] Mouse Clicks' Queue when Button is Disabled

2009-02-16 Thread giladozer
Hi, I was wondering about the Disable property for UI Components. In the docs it says that when the component is disabled it ignores all interaction whatsoever - in particular - user interaction. In my case, the button is disabled for a few seconds right after it was clicked by the user (I disable

[flexcoders] SeriesInterpolate - showDataEffect - Line Chart

2009-02-16 Thread giladozer
Hi, This is a flex2-flex3 migration issue. I'm using the SeriesInterpolate as an effect when Line Chart is updated with new data. In flex 2 these are the parameters I gave: protected var _interpolateEff:SeriesInterpolate = new SeriesInterpolate(); _interpolateEff.duration = 1000;

[flexcoders] Statically adding one more item to the dynamically driven combobox dataprovider.

2009-02-16 Thread kotha poornima
Hi All, In my project i have a combobox in which i need to add dynamic values from the xml file and in addition i need to add one static value All to the combobox dataprovider. For combobox dataprovider iam directly giving xml values like this:

Re: [flexcoders] PrintAdvancedDataGrid

2009-02-16 Thread Tom Chiverton
On Tuesday 10 Feb 2009, lehaianh1986 wrote: normal, it always print white page. I check my printer and see the Try both the vector and bitmap print modes. -- Tom Chiverton Helping to continuously deploy robust networks This email is sent

Re: [flexcoders] 3D flip effect

2009-02-16 Thread Tom Chiverton
On Friday 13 Feb 2009, Russ Ferguson wrote: I am getting a type error 1009 cant access properties of null objects. And what is null ? Did you try setting the creation policy to all ? -- Tom Chiverton Helping to biannually synthesize e-business

Re: [flexcoders]Does Flex 4 Gumbo support styles and other questions

2009-02-16 Thread Tom Chiverton
On Friday 13 Feb 2009, dorkie dork from dorktown wrote: 1. If I add a Gumbo component to the stage (design view) am I able to set styles on it? Yes. Do these styles affect vector FXG graphics that already exist in the skin file or are they drawn with the graphics object like in the halo

Re: [flexcoders] Re: Showing grid in line series graph

2009-02-16 Thread Vik
Hie Thankx it worked!!! Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Mon, Feb 16, 2009 at 12:29 PM, sunild99 sunilbd...@gmail.com wrote: You need to specify a Stroke to use for the grid lines. You can make the Stroke for the grid lines bolder by setting

[flexcoders] Flas 10 on mobile is a go

2009-02-16 Thread Tom Chiverton
It seems full blown Flash Player 10 (not lite !) is to come to just about every mobile smartphone except the iPhone (Apples fault): http://tinyurl.com/d68voq -- Tom Chiverton Helping to heterogeneously envisioneer bleeding-edge fine-grained impactful customized action-items

[flexcoders] Re: Socket communications in Flex

2009-02-16 Thread markgoldin_2000
I actually got it working: Problem with Flex not getting data was ... From Help: Each XML message is a complete XML document, terminated by a zero (0) byte After I added it to my server message to Flex it worked fine. Thanks everyone for help. --- In flexcoders@yahoogroups.com, Guy Morton

RE: Re: [flexcoders] AIR Application is not Appearing

2009-02-16 Thread Jim Hayes
Have you looked at this part of the application descriptor file (yourapplication-app.xml) : !-- Whether the window is initially visible. Optional. Default false. -- visibletrue/visible ? Here I've uncommented it and set it true, but by default it will be commented out and defaults

[flexcoders] Is it possible to set different width for columns in HorizontalList ?

2009-02-16 Thread yossi.baram
Hi, I'm created a new HorizontalList() and tried to set different width of its columns (by override set Data ()) but its always gives me the same width... Can i set the columns width for HorizontalList or is it fixed? Thanks Jo

[flexcoders] VerifyError: Error #1014: Class IMXMLObject could not be found.

2009-02-16 Thread vikram kumar
Hi All, I am a novice flex programmer. I have written a small flex application that was working fine until yesterday! But today, when I was about to give demo, to my strange, I started receiving the following error. VerifyError: Error #1014: Class IMXMLObject could not be found. Can you please

Re: [flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-16 Thread Braam Genis
Use the metadata tag [RemoteClass(alias=WindowInfo)] above your WindowInfo class declaration and your objects should be typed when you retrieve them from SharedObject. On Sun, Feb 15, 2009 at 3:59 PM, valdhor valdhorli...@embarqmail.comwrote: I don't think you can do that. A SharedObject is

RE: [flexcoders] Re: Socket communications in Flex

2009-02-16 Thread Jim Hayes
Are you sending the magic character that flash interprets as the end of a piece of data coming in on a socket connection? It's been two years since I did this, so I can't remember what that character is, probably either a null or a newline. That's the only special thing I remember doing with a

[flexcoders] Re: help with datagrid cell custom itemrenderer

2009-02-16 Thread Amy
--- In flexcoders@yahoogroups.com, sbeausol sbeausol...@... wrote: Hi- I've been able to implement a custom Text Color Item Renderer for a datagrid based off of this post Custom item renderer http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1 .h\ tml . I've added 2

Re: RE: Re: [flexcoders] AIR Application is not Appearing

2009-02-16 Thread verma . lucky
This Visible property is true at statring but later on I am keeping it false. Well problem has been solved. Since in starting I made the build using SDK 3.1 and than after I add some more features to application and made the build using SDK 3.2 but didn't clean the whole Project and

Re: [flexcoders] Re: Socket communications in Flex

2009-02-16 Thread Weyert de Boer
It's \0 or null character for the XMLSocket class. This limitation doesn't exist when you use the binary sockets.

[flexcoders] Image-swfLoader-memory

2009-02-16 Thread thibodeau.alain
Hi all, I am building a photo library using tileList and the mx:Image. I do notice that the memory does grow the more images I load. The mx:Image is bound to my modelLocator, so I am not actually unloading the image per say, I am just changing the source with databinding. I did assume however

Re: [flexcoders] How to reload a SWFLoader swf in place

2009-02-16 Thread Adrian Williams
Hi Gregor, This primary reason this isn't feasible is that a couple of the datasets are incredibly complex and immense, including some serious grouping collection work. We toyed with the idea of doing just what you suggested, but it would be a coding nightmare to force, for example, a

[flexcoders] Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Jason Nichols
I've searched around and have yet to find an answer for this question. Perhaps I'm just phrasing it incorrectly. I have a Flex app that until recently performed as expected. The Tab is a class that Extends from FlexLib MDICanvas. Tabs are put into a FlexLib SuperTab. I've gotten everything to

[flexcoders] How to make a Runtime Shared Library (RSL)?

2009-02-16 Thread srikanth_reddy_007
Hi, I Created an application in Flex Builder 3 and I used the Flex Properties - Library Path - Framework Linkage as Runtime Shared Library(RSL). The It created a framework_3.1.0.2710.swf. I have a question; if I use the library cairngorm.swc and if I want to externalize that too into RSL, What

[flexcoders] Re: MouseEvent.MOUSE_WHEEL fires twice in Firefox

2009-02-16 Thread hu22hugo
Just for reference, it's a known bug: http://bugs.adobe.com/jira/browse/FP-347

[flexcoders] Re: How to read the received ByteArray as SQLite?

2009-02-16 Thread handitan
I would like to clear one thing: - The .Net webservice returns the bytearray-conversion of a SQLite file from the server. --- In flexcoders@yahoogroups.com, handitan handi...@... wrote: Hi all, I have a .Net webservice the bytearray-conversion of a SQLite file. My client call the

[flexcoders] Re: fade effect not fading all items in a container

2009-02-16 Thread djepyon
Thanks for pointing this out, I fixed the problem. I had embedded the font but I hadn't specified the family for the item in question. --- In flexcoders@yahoogroups.com, Fotis Chatzinikos fotis.chatzini...@... wrote: Do you mean the text in the buttons? Fade effects work with embeded fonts

Re: [flexcoders] Re: How to read the received ByteArray as SQLite?

2009-02-16 Thread Johannes Nel
you have to write it to the file system. if security is your concern encrypt it. we do this a lot, but we do not send it over web services, just using https get. On Mon, Feb 16, 2009 at 5:58 PM, handitan handi...@yahoo.com wrote: I would like to clear one thing: - The .Net webservice returns

Re: {Disarmed} [flexcoders] AIR update framework only works to update AIR file

2009-02-16 Thread handitan
Hi KFB, Thank you for your great input. So basically for my need, I need to have a customized update system since I am dealing not just AIR file but other files as well. There are a number of references about determining whether it's the first-run or not so adaptation of those techniques is

Re: [flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-16 Thread Johannes Nel
watch out for classes that take arguments in the constructer or java style enums. On Mon, Feb 16, 2009 at 12:07 AM, Braam Genis braamge...@gmail.com wrote: Use the metadata tag [RemoteClass(alias=WindowInfo)] above your WindowInfo class declaration and your objects should be typed when you

[flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-16 Thread djepyon
What you're saying here works, but you can definitely use RegisterClassAlias to get strongly typed objects when storing/retrieving data from a SharedObject or anything else AMF2 based (LocalConnection for example). This would prevent the need to cast any objects. --- In

RE: {Disarmed} [flexcoders] AIR update framework only works to update AIR file

2009-02-16 Thread Kevin Benz
Mike Chambers blog should be a starting point. http://www.mikechambers.com/blog/2007/11/07/detecting-whether-an-air-app lication-has-run-before/ KFB From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of handitan Sent: Monday, February 16, 2009 8:04 AM To:

RE: [flexcoders] Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Alex Harui
No data or dataProvider is null or empty? 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 Jason Nichols Sent: Monday, February 16, 2009 6:50 AM To:

RE: [flexcoders] How to reload a SWFLoader swf in place

2009-02-16 Thread Alex Harui
In a model/view or MVC pattern, widgets don't affect other widgets, they affect they data-model which other widgets then respond to. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] Image-swfLoader-memory

2009-02-16 Thread Alex Harui
Use the Profiler to see if you really have such a problem. We have seen issues with some browsers not releasing memory even though Flex has. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] VerifyError: Error #1014: Class IMXMLObject could not be found.

2009-02-16 Thread Alex Harui
Maybe you are using the RSL linkage and couldn't get to any of the RSLs? 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 vikram kumar Sent: Monday,

RE: [flexcoders] Is it possible to set different width for columns in HorizontalList ?

2009-02-16 Thread Alex Harui
All cells in HorizontalList must be the same size. If you don't have lots of images, just use HBox and Repeater 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

RE: [flexcoders] Statically adding one more item to the dynamically driven combobox dataprovider.

2009-02-16 Thread Alex Harui
dataProvider is typed as Object so code-hint doesn't help. It is an IList so there is addItem 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 kotha

RE: [flexcoders] Mouse Clicks' Queue when Button is Disabled

2009-02-16 Thread Alex Harui
I would try to find out why it gets enabled again. Maybe the data has returned but is being parsed. If so, you could wait until after parsing to re-enable the button. There is no queuing of events unless the OS does it. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/

[flexcoders] Re: Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Jason Nichols
I guess I didn't put down. There is still data in every row of the datagrid, however the only row that displays a rollover effect is the header row. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: No data or dataProvider is null or empty? Alex Harui Flex SDK Developer

[flexcoders] Re: local file thumbnail preview :: possible?

2009-02-16 Thread app.developer
--- In flexcoders@yahoogroups.com, app.developer appdevelo...@... wrote: --- In flexcoders@yahoogroups.com, artur_desig2dev artur@ wrote: nevermind.. found it: http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-

[flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread app.developer
A big THANK YOU to Adobe and the necessary mobile vendors that made this happen. Precia --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: It seems full blown Flash Player 10 (not lite !) is to come to just about every mobile smartphone except the iPhone (Apples

Re: [flexcoders] Image-swfLoader-memory

2009-02-16 Thread Alain Thibodeau
Thanks Alex, So there shouldn't be any issues with the way I set the swfLoader in Cairngorn then? I did test with the profiler and unless I am blind I don't see it releasing memory, however, I am not an expert with it. When I do test with the browser (IE), I see the memory go down then back

[flexcoders] Re: filter arraycollection with checkbox acting wired

2009-02-16 Thread Tim Hoff
Hi, There's a few problems with your original code. First, pizzaSelected will never change after the first click of the CheckBox; because you're only setting it if the CheckBox is selected. Also not sure why you don't just use pizzaSelected = pizza_ckb.selected; instead of pizza_ckb.data, or

[flexcoders] Re: Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Tim Hoff
Perhaps your DataGrids are inheriting some styles from the new containers. Since the header is showing a rollover, it's probably not an enabled issue. Try setting the styles directly on the DataGrid tag; to see if it is an inheritance issue and/or to isolate the problem. You want to make sure

Re: [flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-16 Thread Peter Hall
I'm not sure what you mean about casting in this context. Also, I guess you meant AMF3 when you said AMF2? (with AMF0/ AS2, you can use Object.registerClass() for the same effect). In AS3, registerClassAlias() is the way to make this work. But, as Braam said, [RemoteClass] is the simplest way: it

Re: [flexcoders] DYNAMIC LINKBUTTONS styleNames.

2009-02-16 Thread - -
Hi tracy, where can I find some docs on taking references from childs? Thanks. From: Tracy Spratt tspr...@lariatinc.com To: flexcoders@yahoogroups.com Sent: Monday, February 16, 2009 12:20:05 AM Subject: RE: [flexcoders] DYNAMIC LINKBUTTONS styleNames. “…set

[flexcoders] Re: Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Jason Nichols
Thanks Tim, I went ahead and defined a datagrid on the same canvas the one of the ones that aren't working, and it works just fine. I guess it's possible that there's something hidden within the domain model since that seem to be the only thing that all non working tabs now have in common. It's

[flexcoders] open new browser in maximized state

2009-02-16 Thread GeeTee
Hi everyone, Can anyone let me know if it is possible using Flex / AS to open a new browser (using navigateToURL(arg1,_blank)) with the new browser in maximized state? On my system, it always opens at a smaller size and does not create a good user experience. Thanks. Gaurav -- View this

[flexcoders] Re: Datagrid not displaying selected item or rollover color any more.

2009-02-16 Thread Jason Nichols
Status = Fixed. I started looking at the domain model since that seemed to be the one common thread throughout the non functioning pages. In the parent class at some point I had put: get uid and set uid, when I was playing around with IUID. Although the implements IUID had been commented out

[flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread oneworld95
Any timeline on the iPhone Flash implementation? My boss is an iPhone fanatic; the apps we build need to work on that. Thanks. - Alex C --- In flexcoders@yahoogroups.com, app.developer appdevelo...@... wrote: A big THANK YOU to Adobe and the necessary mobile vendors that made this happen.

RE: [flexcoders] DYNAMIC LINKBUTTONS styleNames.

2009-02-16 Thread Tracy Spratt
Search the archives for; addChild reference array One example: _aChildren[one] = tiletest.addChild(moduleloader); Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]

RE: [flexcoders] open new browser in maximized state

2009-02-16 Thread Tracy Spratt
Write a javascript function in the html wrapper that actually opens the browser, and use ExternalInterface to call that function. function showHelp(sURL) { if (windowHelp windowHelp.open !windowHelp.closed) {//Be SURE the window is available if (sURL != sLastURL

Re: [flexcoders] Re: DYNAMIC actionscript child layout.

2009-02-16 Thread - -
Using the percentWidth and percentHeight, how can I use values other than 0-100 ? Can I use the width of a component divided by two??? testlayout.width/2 How can I accomplish this? Thanks. -David From: sunild99 sunilbd...@gmail.com To:

[flexcoders] Need advise on how to display multiple SWF apps

2009-02-16 Thread todd.bruner
I have developed a small flex charting app that displays a graph based on xml returned from a web service. Works great. Now I want to display many of these charts in a single interface. The idea is to have 3 or so of these charts in a horizontal line say C1, C2, C3. At a time interval or a

RE: [flexcoders] open new browser in maximized state

2009-02-16 Thread Tracy Spratt
And the Flex side: var sLoadUrl:String = _sSiteAssetsUrl + help/ + sFileName; ExternalInterface.call(showHelp, sLoadUrl); Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com

RE: [flexcoders] Need advise on how to display multiple SWF apps

2009-02-16 Thread Tracy Spratt
HBox, Repeater, and repeat a custom component containing SWFLoader. The custom component wrapper will make it easier when you want to interact with the items. But wait, that is only if you need the charts to be their own Application. Why not just use instances the same charting component

[flexcoders] perl and AMF

2009-02-16 Thread Guy Morton
Is anyone using perl as a backend for remoting? I can't find a complete implementation that isn't fairly ancient, but perhaps i'm looking in the wrong places... Guy

RE: [flexcoders] Image-swfLoader-memory

2009-02-16 Thread Alex Harui
There's a profiler tutorial on my blog. However, in general, the number of instances of SWFLoader, Bitmap and BitmapData should not keep going up after you force garbage collection. Several people say that if it is the browser, especially IE, you can minimize and restore IE and the memory

Re: [flexcoders] DYNAMIC LINKBUTTONS styleNames.

2009-02-16 Thread - -
Perfect! Thanks again :) From: Tracy Spratt tspr...@lariatinc.com To: flexcoders@yahoogroups.com Sent: Monday, February 16, 2009 3:54:22 PM Subject: RE: [flexcoders] DYNAMIC LINKBUTTONS styleNames. Search the archives for; addChild reference array   One

[flexcoders] Re: open new browser in maximized state

2009-02-16 Thread jim.abbott45
If all your users are running very old versions of Internet Explorer then you can use the ExternalInterface API to call a JavaScript function which calls the Browser/DOM window.open() function. The third argument to window.open() should have fullscreen in the features list (i.e., ...,

[flexcoders] Flex Print Preview Component testers needed

2009-02-16 Thread kaleb_pederson
Hello, We at Soph-Ware Associates have been working on a print preview component for Flex and are now making the source available, as-is. The preview component works great except for what appears to be a Flash Player bug that shows up in the printout on some browsers, despite a perfect print

Re: [flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread Carlos Rovira
Hope will be soon... Many of us have an iPhone and need Flash Player 10 inside! Adobe, Apple make it happen! :) Thanks C. 2009/2/16 oneworld95 oneworl...@yahoo.com Any timeline on the iPhone Flash implementation? My boss is an iPhone fanatic; the apps we build need to work on that.

Re: [flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread Weyert de Boer
Carlos, just get a Palm Pre ;) Same coolness but with Flash. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location:

Re: [flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread Carlos Rovira
Hope Apple will see that other phones like this Palm Pre, with features like FP10, can make the iPhone goes down. there's to much flash out there on the web and they need to open the doors to all that content. It's a matter of common sense... 2009/2/17 Weyert de Boer w...@innerfuse.biz Carlos,

[flexcoders] Forcing an Image to redraw when the source filename is the same

2009-02-16 Thread flexcoder2008
In my application, I have an Image control that I am using for an application-wide image. Then user is allowed to upload this image to the server and it is saved with a set filename, for example ApplicationImage.png I was having trouble getting the Image to update when a new image is selected

Re: [flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread Paul Andrews
- Original Message - From: Carlos Rovira To: flexcoders@yahoogroups.com Sent: Monday, February 16, 2009 11:55 PM Subject: Re: [flexcoders] Re: Flas 10 on mobile is a go Hope Apple will see that other phones like this Palm Pre, with features like FP10, can make the iPhone

Re: [flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread Jon Bradley
On Feb 16, 2009, at 6:55 PM, Carlos Rovira wrote: Hope Apple will see that other phones like this Palm Pre, with features like FP10, can make the iPhone goes down Not if the touch screen and the rest of the UI stink. The touch screen is, by far, the most important aspect of any smart

Re: [flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread Anatole Tartakovsky
Jon, That is assumption based on the current status quo and not counting Adobe's and community capabilities and hardware in 15 month from now. Touchscreen is very questionable in most cases - slow and not very accessible in real life. I would expect other features to be way more important - as

[flexcoders] Components needed

2009-02-16 Thread brucewhealton
Hello all, I was wondering if anyone could recommend some good resources for components, be they open-source, free, or commercial. I was reading Jack Herrington's book Flex 3: Component Solutions and I found a number of interesting components discussed. I'm looking at the ones for

[flexcoders] Presenting images with links to new Browser location

2009-02-16 Thread brucewhealton
Hello all, I was looking at the navigateToURL method and wanted to see about using an image as a clickable link to a website. The image component does not have an onClick property, so it isn't possible to make an image into an active link to a website. Is there a way to accomplish

Re: [flexcoders] perl and AMF

2009-02-16 Thread Guy Morton
Yeah, we're currently using XML, but believe we'd gain some benefit from transferring data in binary format. All our existing back-end is written in perl. The idea of implementing a whole new infrastructure doesn't really thrill anyone. Anyone else got any advice? On 17/02/2009, at 3:30

[flexcoders] netstream.client

2009-02-16 Thread arieljake
I am using code from the example provided on the Stratus project page, and am trying to modify the code that sets the client property on a netstream. The code as delivered does something to this effect: var sc:Object = {}; sc.onPeerConnect = function ():void {} stream.client = sc; I am trying

[flexcoders] default skin in flex 3 component

2009-02-16 Thread gwangdesign
Hi, I am trying to define the default skin (which is ProgrammaticSkin for now) for my custom UIComponent. I would like to provide my own programmaticSkin (hm.controls.myUICompClasses.BackdropSkin) as default; and I am doing it in my UIComponent's style metadata, like so:

RE: [flexcoders] How to get input language in Flex 3 app

2009-02-16 Thread Gordon Smith
I don't think the Flash Player has an API for this. What would you do with the input language? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of bobmeyering Sent: Friday, February 13, 2009 8:20 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: default skin in flex 3 component

2009-02-16 Thread gwangdesign
I am looking at mx.controls.Button now. I guess I am confusing skin name, skin class and skin as a DisplayObject;) Hopefully I will figure it out tomorrow morning! Thanks. --- In flexcoders@yahoogroups.com, gwangdesign gwangdes...@... wrote: Hi, I am trying to define the default skin (which

[flexcoders] Re: filter arraycollection with checkbox acting wired

2009-02-16 Thread johndoematrix
Hi, Tim i tried your code, but the result is not good too. when then check box is checked, all the data in the array collection disappears and when its unchecked all data shows up again. what i want to achieve is when the pizza_ckb is checked only the entries in the data base that have pizza show

[flexcoders] Re: Mouse Clicks' Queue when Button is Disabled

2009-02-16 Thread giladozer
Thanks Alex for the quick response. However, the button is supposed to turn enabled after the result is returned. The problem is that while it looks like the button is disabled - clicking on it results in entering to the function which listens to it. Moreover, I logged/traced the time the the

Re: [flexcoders] Re: filter arraycollection with checkbox acting wired

2009-02-16 Thread Haykel BEN JEMIA
Replace the following functions, run the app in debug mode and post the output: private function pizzaFilter():void { trace(pizza_ckb.selected); if ( == true) pizzaSelected = pizza_ckb.data; filterGrid(); pizzaAr.refresh(); } private function myFilterFunction(item:Object): Boolean {

[flexcoders] Re: Is it possible to set different width for columns in HorizontalList ?

2009-02-16 Thread yossi.baram
Great, Thanks, you pointed me to the right direction, please advise of this 2 crucial issues, if you may :) 1. How do I place a repeater in an AdvacedDataGrid cell/column? I need to have a special column in a tree table that contain a set of colored images side by side (the repeater

[flexcoders] Prob with CopyTo in AIR[getting File or directory does not exist Error]

2009-02-16 Thread ursprakash6
Hi All I'm very new to Adobe AIR,in My sample application i'm trying to copy one image in website to local file system,i got File or directory does not exist error i have tried the below lines of code var vfile:File=new File(http://tinycomb.com/wp-content/uploads/2008/12/adobe-logo.jpg;); var

[flexcoders] Re: filter arraycollection with checkbox acting wired

2009-02-16 Thread johndoematrix
when i replace the code and run the app, i get the following output when i click the pizza_ckb checkbox and all the info disappears [SWF] /IE_V1/bin/portal_V1-debug.swf - 2,109,478 bytes after decompression true