RE: [flexcoders] DataGridColumn width

2007-11-20 Thread Alex Harui
Please use a debug build so we can see line numbers and include the entire stack trace with the error. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jitendra jain Sent: Monday, November 19, 2007 11:49 PM To: flexcoders@yahoogroups.com

[flexcoders] Force skin state

2007-11-20 Thread rleuthold
Hi, Is there a way to force a component to have a specific skin state (e.g. 'd like to set a tab of a tab navigator to the upSkin state). thanks_rico

[flexcoders] Animated PNG

2007-11-20 Thread Robert Thompson
I fully realize there may be patent issues with Adobe using animated GIF. However, what about Animated PNG? I've considered this subject for some time, and I am concerned that Adobe is withholding a great potential improvement in Flash to benefit FLV. I maybe completely wrong -- but that is

Re: [flexcoders] Cairngorm - what's you best practice on handling inital data from the server ?

2007-11-20 Thread Almog K
Hi Tom, Thanks, I think your addition will help me too, yet, I think you refer to another issue which is whther the TabBar can accept user interaction, which is an issue I havn't take care of yet. I could leverage the model.doneStartUp flag to start manipulating the view data, but I think

Re: [flexcoders] Flex 2.0.1: Can shared objects be saved in any location that we want?

2007-11-20 Thread Tom Chiverton
On Sunday 18 Nov 2007, handitan wrote: I am trying to saved shared objects in my thumb drive but no result so far. You mean SharedObject's ? No, you can't change where those go. -- Tom Chiverton Helping to continually synergize network action-items on: http://thefalken.livejournal.com

Re: [flexcoders] Re: Problem with keyboard - IE7 + Vista

2007-11-20 Thread Tom Chiverton
On Sunday 18 Nov 2007, danielvlopes wrote: flex apps and works fine, but i have problems in FF when use wmode transparent in html wrapper. Known FireFox issue, search their Bugzilla. -- Tom Chiverton Helping to professionally market cross-media e-markets on: http://thefalken.livejournal.com

Re: [flexcoders] 1046: Type was not found or was not a compile-time constant: Session.

2007-11-20 Thread Tom Chiverton
On Friday 16 Nov 2007, Manu Dhanda wrote: No, it doesn't use Cairngorm. You'd best post a small snippit of code that gives the error then. -- Tom Chiverton Helping to seamlessly create best-of-breed technologies on: http://thefalken.livejournal.com

Re: [flexcoders] Adobe AIR runs on U3?

2007-11-20 Thread Tom Chiverton
On Thursday 15 Nov 2007, handitan wrote: Does anybody know if it is possible to write Adobe AIR applications that run on U3 drives? On what ? AIR applications can be brought to the system on any media the O/S recognises, and then installed. -- Tom Chiverton Helping to advantageously drive

RE: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable to resolve resource bundle collections for locale...)

2007-11-20 Thread Mark Ingram
Thanks to the following post: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg73202.html I managed to resolve it by changing my compiler options from: -locale=en_GB -source-path=locale/{locale} To: -locale=en_GB,en_US -source-path=locale/{locale} Thanks, Mark

Re: [flexcoders] Flex TabBar is sniffy about my XMLListCollection DataProvider.

2007-11-20 Thread Paul Andrews
Thanks Alex, with iconField set to null, it works! (no idea why) Should I be doing something more with this test case to report a bug, or is your 'heads up' enough? I've been banging my head over this for days (I tried all sorts of things in the main application to see what was going on). I'm

[flexcoders] How to Convert LCDS project into AIR?

2007-11-20 Thread Vinoth Babu
Hi All, I'm using Flex builder 2 pluing and LCDS in Eclipse IDE (backend java), Now I want to convert this project into AIR application. Need your help for conversion. Thanks in advance, Vinoth Babu T.J

RE: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable to resolve resource bundle collections for locale...)

2007-11-20 Thread Mark Ingram
Anyone from Adobe got any info on this problem? Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: 19 November 2007 17:31 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex Builder 3 Beta 2 Resource

Re: [flexcoders] Cairngorm - what's you best practice on handling inital data from the server ?

2007-11-20 Thread Tom Chiverton
On Monday 19 Nov 2007, mydarkspoon wrote: However, in the view I have a TabBar, that needs to manipulate the XML config file from the model, meaning that it has to know when this xml is retrieved. I found few approaches to this: Have your app. start up result handler set something like

Re: [flexcoders] Re: flex + dll

2007-11-20 Thread Tom Chiverton
On Tuesday 20 Nov 2007, Josh VanderBerg wrote: that uses JNI to talk to a DLL. It would be nice if AIR provided for some sort of native interface... The trick here is writing a cross platform API from Flex to Linux .so, Windows .dll and whatever Macs use. -- Tom Chiverton Helping to

[flexcoders] Problem with ModuleLoader on Linux?

2007-11-20 Thread bjorn -
Hi, we load a module using the ModuleLoader and this works fine on Windows. loader = new ModuleLoader(); loader.url = this.config.module_gateway_url; loader.addEventListener( ModuleEvent.READY, moduleReady ); loader.addEventListener( ModuleEvent.ERROR, moduleError );

Re: [flexcoders] Stage problems

2007-11-20 Thread Mr Greg Murnock
I had to use: import flash.display.Sprite; to do anything with the stage. hope it helps. Greg Murnock - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, November 16, 2007 1:09:16 AM Subject: [flexcoders] Stage problems

[flexcoders] Re: focus in part of editable combox string?

2007-11-20 Thread luoxuanhuayelin
Could you give me a demo? using subclass. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: If you subclass you can get to the internal TextInput and setSelection on it From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] Flex SDK Beta 2 - script timeout

2007-11-20 Thread Mark Ingram
Actually sorry, that's the second error - the first error is here: Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()[E:\dev\fl

[flexcoders] Re: Launching 0% - Flex Builder 2 will not launch

2007-11-20 Thread Chuck Engels
Thanks for the response Roxanne, Browser is set to Default System Web Browser, which is Firefox. Yes I have Flash Player installed, I can play the SWF files and HTML files directly from the folder. I have solved the Launching problem and a few others, I have gotten to a point where I am now

[flexcoders] Re: ColdFusion / Filter Function / Datagrid

2007-11-20 Thread Rob Oates
I have received that error when I set the filter function before the filter field was initialized. You might try changing where (when) in your program you set the filter. Rob Oates Get easy,

[flexcoders] L

2007-11-20 Thread Developerette
Hi, If anyone could help me with this I'd appreciate it. FYI, I've used the fds-tomcat.zip testdrive sample app to code this. I am new to everything (MySQL, Java, Hibernate, Flex 2, LCDS, you-name-it) however many years developing C and early web apps, so I'm now playing catch up. Please bear

[flexcoders] Multiline Text using FishEye Component

2007-11-20 Thread mlharrisn
Hi everyone, I'm a Flex/OOP newbie and I've been trying to work with the woderful FishEye component by Ely Greenfield and add the ability to display mutiline text fields (really all I need is two lines instead of one). Has anyone been ble to get this implemented? I assume I need to make some

[flexcoders] Flex SDK Beta 2 - script timeout

2007-11-20 Thread Mark Ingram
Hi all, I've got my project building ok in FB3 now - but when I run it (just before it finishes creating the children after retrieving data from web service call), I get the following error: Error: Error #1503: A script failed to exit after 30 seconds and was terminated. at

[flexcoders] dataGrid cellRenderer and PropertyChangeEvent

2007-11-20 Thread Thierry V.
Hello, I have added a combobox cellRenderer to an editable datagrid like in this example. I use the propertyChangeEvent of the ObjectProxies array passed as dataprovider to update the data change, but for the combobox, the event seems not triggered. I think it's because the value of the

[flexcoders] identify the selected itemrenderer from all the item renderes

2007-11-20 Thread ilikeflex
Hi I am using the item itemRenderers. The user clicks on the item renderes and i change the background color of the selected renderer. My question is 1. If the user selectes the new item renderes then i want the previous selected itemrenderer to change the background color to default.I want

[flexcoders] Re: Animated PNG

2007-11-20 Thread Abyss Knight
There are components already written to allow the use of animated GIF files in Flex. It isn't Adobe's responsibility to include components for everyone's favorite format, rather ours to create them. That is the real beauty of Flex's licensing and the openness of the SDK. Link:

Re: [flexcoders] Re: Launching 0% - Flex Builder 2 will not launch

2007-11-20 Thread carolyn . reid-bennett
I don't use IIS, so...I'll walk through the process I'd walk through... I presume that since you can load it in a browser, that the URI is something like: http://localhost/flex/application.mxml (or html) [e.g. you know or are sure the context root and doc type are appropriately configured in

[flexcoders] Real world usage of Flex

2007-11-20 Thread real_yoni
Hi All, I'm looking for real world usage of Flex (other than maps.yahoo.com and harley-davidson)? can publish links? Thanks, p.s. I'm not entirely sure that this is the right group to ask this question so please refer me to the right one if you can. Yoni

[flexcoders] Re: mxmlc java.lang.IndexOutOfBoundsException

2007-11-20 Thread rrullo
I'm getting a similar error in both Flex Builder and using the command line compiler. I can reproduce this at will on one machine while another one is hit or miss. My stack trace: java.lang.IndexOutOfBoundsException: Index: 15, Size: 5 at java.util.ArrayList.RangeCheck(Unknown Source) at

[flexcoders] Re: ColdFusion / Filter Function / Datagrid

2007-11-20 Thread Demian
Rob: Thanks for the reply, I've tried that. I've even tried waiting to assign the filter function until you click the button in question. Therefore ensuring arraycollection is fully populated before you attempt to filter it. Seems like I most be missing something else. Demian --- In

[flexcoders] How to tell what type the object is

2007-11-20 Thread dbronk
I have a VO object with a fill(xml:XML) method. I have it working fine except for one place. My VO has a var beginDate : Date = null; property. Problem is that when I am looping through the xml is need to: // Say prop = beginDate at this point in the loop if ( this[prop] is Date ) This

[flexcoders] Re: Real world usage of Flex

2007-11-20 Thread ben.clinkinbeard
http://flex.org/showcase/ --- In flexcoders@yahoogroups.com, real_yoni [EMAIL PROTECTED] wrote: Hi All, I'm looking for real world usage of Flex (other than maps.yahoo.com and harley-davidson)? can publish links? Thanks, p.s. I'm not entirely sure that this is the right group to

RE: [flexcoders] Real world usage of Flex

2007-11-20 Thread Samuel R. Neff
Are you only looking for public-facing Flex apps or examples of companies that are using Flex and the related products? Our products use a pure Flex front end: http://blinemedical.com/ We've talked about them at some user groups and at an Inspire session at MAX. HTH, Sam

[flexcoders] Re: Real world usage of Flex

2007-11-20 Thread Josh VanderBerg
webmessenger.yahoo.com is a flex app, as is the yahoo charts beta - http://finance.yahoo.com/charts. Though if you don't consider yahoo maps to be real world I am not sure these will meet your criteria. Also, Google's Street View utilizes flex in some fashion, if the error messages I've gotten

[flexcoders] Re: always on top windows

2007-11-20 Thread nxzone
Wow, it work :); Why i neved tried it... I set many thing here but it neved worked. Thank you Alex. David --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Set the childList argument to PopUpManagerChildList.POPUP From:

[flexcoders] Re: Real world usage of Flex

2007-11-20 Thread Stephen Allison
I'm looking for real world usage of Flex (other than maps.yahoo.com and harley-davidson)? can publish links? [Sorry if this is OT] Launched today: http://www.ashorten.com/2007/11/20/betfair-launch-flex-application/ The actual app is available through www.betfair.com, you have to go to the

Re: [flexcoders] Re: Performance Impact when using custom item renderer

2007-11-20 Thread Scott Melby
Should have mentioned a couple of quick cheats in case you have not thought of them... if you use Alex's centered image renderer then you could probably do either of the following very easily 1) Put the label in the column next to the image 2) Just show the image and set the data tip for the

Re: [flexcoders] Re: Performance Impact when using custom item renderer

2007-11-20 Thread Scott Melby
Check out CenteredCheckBox on Alex's blog (assuming you want it centered, otherwise just use CheckBox). I think Alex's blog also has something for a centered image which should be easily adaptable to add the text next to it (if it doesn't already support it). You can contact me off list if

[flexcoders] Where is the Debugger or Profiler?

2007-11-20 Thread Tim Ashworth
Hi all, Not a major one this, but I keep getting the Where is the Debugger or profiler running? alert when I run my app. I've got a development machine running CF8 as a standalone and Apache 2.0. I'm developing straight into the htdocs folder. All is running fine, all the code works, I can

Re: Time to clear the Air Adobe -- Re: [flexcoders] Animated PNG

2007-11-20 Thread Jeffry Houser
On a semi-related note; has anyone on this thread investigated this component yet? http://dougmccune.com/blog/animatedgifloader-flex-component/ I have no idea if it supports animated png. Paul Decoursey wrote: On Nov 20, 2007, at 9:30 AM, Robert Thompson wrote: Not too many years

Time to clear the Air Adobe -- Re: [flexcoders] Animated PNG

2007-11-20 Thread Robert Thompson
Not too many years ago, but I was thinking the 17 years had passed (I believe it's 17). Now, if that's the case, what in the world is wrong with Adobe? They have the most popular rich media format in the world and they appear to be resting on their loins (or the loins if some inside investors)

Re: [flexcoders] Re: flex + dll

2007-11-20 Thread Paul Decoursey
I think the idea is to use a cross platform solution like .swc or .swf in some cases. On Nov 20, 2007, at 4:00 AM, Tom Chiverton wrote: On Tuesday 20 Nov 2007, Josh VanderBerg wrote: that uses JNI to talk to a DLL. It would be nice if AIR provided for some sort of native interface... The

Re: [flexcoders] Animated PNG

2007-11-20 Thread Paul Decoursey
The patents for GIF ran out a few years ago. And does anybody support mpng? On Nov 20, 2007, at 3:16 AM, Robert Thompson wrote: I fully realize there may be patent issues with Adobe using animated GIF. However, what about Animated PNG? I've considered this subject for some time, and I am

[flexcoders] Re: Performance Impact when using custom item renderer

2007-11-20 Thread letterpigeon
Hi Scott and Alex, Thanks for all your help. I adopted Alex's example of the backgroundColorRenderer and it worked really well. So now I'm using this lightweight for most of the columns in my datagrid except 2, which are both hbox'es. One to display a checkbox, and another one to display an

Re: Time to clear the Air Adobe -- Re: [flexcoders] Animated PNG

2007-11-20 Thread Paul Decoursey
On Nov 20, 2007, at 9:30 AM, Robert Thompson wrote: Not too many years ago, but I was thinking the 17 years had passed (I believe it's 17). Now, if that's the case, what in the world is wrong with Adobe? They have the most popular rich media format in the world and they appear to be

[flexcoders] Re: Where is the Debugger or Profiler?

2007-11-20 Thread Josh VanderBerg
This happens if you are running the debug version of the player and launch the debug version of the html wrapper, but didn't launch your swf from flex player in debug mode. For example, if you just access access the URL for the -debug html wrapper directly in a browser you'll get this popup. The

RE: [flexcoders] Real world usage of Flex

2007-11-20 Thread Dimitrios Gianninas
one of the best in my opinion is buzzword : http://preview.getbuzzword.com/?s=true Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of real_yoni Sent: Tuesday,

[flexcoders] Air/Flex App With Barcode Reader

2007-11-20 Thread Chad Gray
Hello, I am just doing research and need some input. We would like to make an Air/Flex app that when you scan in a barcode you get product details from a database that CF is serving out. The barcode scanner works like a key board and at the end of a scan I can have it send a carriage return.

Re: [flexcoders] Real world usage of Flex

2007-11-20 Thread Tom Chiverton
On Tuesday 20 Nov 2007, Dimitrios Gianninas wrote: one of the best in my opinion is buzzword : http://preview.getbuzzword.com/?s=true Or Adobe's Share thing. -- Tom Chiverton Helping to quickly envisioneer viral technologies on: http://thefalken.livejournal.com

[flexcoders] Load remote module into local application domain

2007-11-20 Thread Hrundik
Hello Flexcoders! Is there a way to load (or maybe allow loading) remote Module into local application domain? It would be very helpful in debugging. Thanks! -- With kindest regards, Nikita Petrov aka Hrundikmailto:[EMAIL PROTECTED]

Re: [flexcoders] Where is the Debugger or Profiler?

2007-11-20 Thread Tom Chiverton
On Tuesday 20 Nov 2007, Tim Ashworth wrote: Not a major one this, but I keep getting the Where is the Debugger or profiler running? alert when I run my app. Do you have an updated debug Flash player installed in that browser ? -- Tom Chiverton Helping to competently introduce

[flexcoders] LiveCycle with multiple data services failing...

2007-11-20 Thread jamiebadman
Hi, I have a strange problem - hopefully someone might be able to figure out what's wrong... First, I'm using Flex 3 beta (Eclipse 3.2+WTP1.5), LiveCycle 2.5, JBoss 4.02. So here's what I do... I use the Flex 3 'create application from database' (if you've not used it yourself, don't give up

Re: SPAM-LOW: [flexcoders] Air/Flex App With Barcode Reader

2007-11-20 Thread Jeffry Houser
I've done something similar, although not with a Flex Application. The bar code data will go to the element that has focus. I'm not sure how you are defining sections of the application. But you'll either need to make sure that every focusable element will respond to the bar code input

[flexcoders] Re: ColdFusion / Filter Function / Datagrid

2007-11-20 Thread Demian
Wow, after spending far too long debugging this issue, I think I finally figured it out. The query that I was using had a GROUP BY in it (to help me get distinct records). Removing that (and leaving the Flex code alone) fixed my filter function. Bug? Feature? Or just confused developer?

Re: SPAM-LOW: [flexcoders] Re: Air/Flex App With Barcode Reader

2007-11-20 Thread Jeffry Houser
Conceptually this sounds good. However, I would expect this method would be non-intuitive to users. Containers will not broadcast keyboard events on their own, so the user must have have given focus to a component that will broadcast the keyboard events. I believe there are a lot of

RE: [flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-20 Thread Mark Ingram
Hi Juan, I've had a look at the example and I've got it working. But myself and my designer are struggling to get the over state working when the overstate is larger than the normal state. e.g. If you had a button that normally looks like this: |--| |--|

Re: [flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-20 Thread Paul Decoursey
Does anything other than the size change with the state change? Because you could just animate the height and width property of the component on MouseOver event. Paul On Nov 20, 2007, at 10:44 AM, Mark Ingram wrote: Hi Juan, I’ve had a look at the example and I’ve got it working. But

[flexcoders] Re: Air/Flex App With Barcode Reader

2007-11-20 Thread Josh VanderBerg
Define a keyDown event handler at the application level. Because of the Flex 2.0 event model, all keydown events, from all controls, should bubble up to the Application. Here is a little application I made to test this. The bottom text area will show all keys typed, no matter the control that

RE: [flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-20 Thread Mark Ingram
I think it's just the width / height that changes, but I was looking for a solution which could be incorporated into the actual skin for the button (as opposed to having a developer write a transition for any buttons that the designer decides will change size). I'm sure it's got to be possible,

Re: [flexcoders] How to tell what type the object is

2007-11-20 Thread Tom Chiverton
On Tuesday 20 Nov 2007, dbronk wrote: This returns false because beginDate is null. If I change the declaration to var beginDate : Date = new Date(); it works fine, but 'null' has no type. If you need a 'no data here' Date, try Date(0). -- Tom Chiverton Helping to quickly create user-centric

RE: SPAM-LOW: [flexcoders] Re: Air/Flex App With Barcode Reader

2007-11-20 Thread Chad Gray
I guess I should not have used the term Section of the app. The app is standalone and it's only purpose is there to spit back data about the product entered via the barcode scanner. I don't want the user to have to click on anything. They scan and they get back data. The only focus I suppose

[flexcoders] Re: Performance Impact when using custom item renderer

2007-11-20 Thread letterpigeon
Hi Scott, Not sure why if I only use a checkbox (or CenteredCheckBox) as the item renderer, a checkbox also appears on the header of that column. Have you seen this problem before?? Thanks. Ban --- In flexcoders@yahoogroups.com, Scott Melby [EMAIL PROTECTED] wrote: Should have mentioned a

Re: [flexcoders] Re: Performance Impact when using custom item renderer

2007-11-20 Thread Scott Melby
Nope... I use it quite a bit. Must be a bug in the way you are specifying the renderer. Can you post a code snippet? Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com letterpigeon wrote: Hi Scott, Not sure why if I only use a checkbox (or CenteredCheckBox) as

[flexcoders] Column Chart with 2 Series (ColumnSeries, AreaSeries)

2007-11-20 Thread vic8427
I'm creating a single graph with a Column Series and an AreaSeries. The bars in the column chart appear to be in between the horizontal points which is what I want, but when I add the Area Series it also starts in between the horizontal points instead of at the very edge of the graph. I

[flexcoders] Auto-Incremented Pkey (inserted in Custom Assembler), not returned in ItemRefere

2007-11-20 Thread Laurel Hall
Hi, If anyone could help me with this I'd appreciate it! 1) My custom service generates an id and inserts the record into my table successfully. From my Service.java: ... Statement s = c.createStatement(); ResultSet rs = s.executeQuery(SELECT LAST_INSERT_ID()); // unique userid

Re: Time to clear the Air Adobe -- Re: [flexcoders] Animated PNG

2007-11-20 Thread Robert Thompson
Thank you Jeff! Paul, thank you also, but I guess I've been wondering the best approach for multi-platforms. I've been heading in the Intel C++ and Mac XCode direction. I will look into the animated gif loader to see if it has support for synchronizing with a streamed file. -r Jeffry Houser

[flexcoders] Re: Where is the Debugger or Profiler?

2007-11-20 Thread Mike Morearty
You must have told the installer not to install the Flash player, so you are still using the old debug player. Run the Flash player installer (which you can find in the Player subdirectory of your Flex Builder installation). - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com,

[flexcoders] Re: How can i view the source of the playerglobal.swc,rpc.swc and so on~

2007-11-20 Thread miloncaric
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: We haven't distributed source for rpc.swc. There is no source for playerglobal.swc. It is actually implemented by the player via C++ code which is available because the player is open-source, but might be hard to

[flexcoders] how to create a save as feature

2007-11-20 Thread sree_ramvv
hi, I would like to create a save as file feature from the text of a TextArea in flex. so when i click the button save as it should let me save the contents of the text box as a file at any location. I was looking at FileReference . Is there some other class that i could use for this purpose.

[flexcoders] How to dynamically create the Object attribute names at run time?

2007-11-20 Thread joseph_freemaker
Want to create a new Object() and dynamically define the object attribute names at run time. This can be done statically using something such as the following: var o : Object = new Object(); o.field1 = abc; In this case the input data fields are dynamic, so I want to assign the 'field1'

[flexcoders] problems facing when using Date object

2007-11-20 Thread surya.csk85
Hi, I have been facing one major issue with Date in flex.When I am displying the date and time in flex application , which is coming from DB is not displying properly. I mean, its displying the date and time according to the timesone i.e. if I change the timezone in my sys, its

[flexcoders] critical issue when I am using Date object in flex

2007-11-20 Thread surya.csk85
Hi, I have been facing one major issue with Date in flex.When I am displying the date and time in flex application , which is coming from DB is not displying properly. I mean, its displying the date and time according to the timesone i.e. if I change the timezone in my sys, its

[flexcoders] how to create save as feature from a text area

2007-11-20 Thread sreeram Vadlamani
hi, I would like to save the contents of a text area into a file when a save as button is clicked. I should be able to save the file at any location . How can we do this. I was looking at the FileReference class. I appreciate your help. regards vvs

[flexcoders] Flex CSS

2007-11-20 Thread Alessio Grumiro
I've created this css file ___ /* CSS file */ #padre { background-color: red; width: 300px; } #figlio { background-color: green; width: 100%; } for my flex application, but the flex builder gives a

RE: [flexcoders] Load remote module into local application domain

2007-11-20 Thread Alex Harui
Should be doable. You'll need the appropriate crossdomain.xml file From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hrundik Sent: Tuesday, November 20, 2007 8:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Load remote module

RE: [flexcoders] identify the selected itemrenderer from all the item renderes

2007-11-20 Thread Alex Harui
Check out the item renderer articles on my blog (blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ilikeflex Sent: Tuesday, November 20, 2007 2:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] identify

RE: [flexcoders] Problem with ModuleLoader on Linux?

2007-11-20 Thread Alex Harui
Haven't seen this one before. If you test case is small, please file a bug. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn - Sent: Tuesday, November 20, 2007 4:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem

RE: [flexcoders] Re: focus in part of editable combox string?

2007-11-20 Thread Alex Harui
I don't have the time right now. Maybe someone else can help you. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of luoxuanhuayelin Sent: Tuesday, November 20, 2007 5:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: focus

[flexcoders] Re: How to dynamically create the Object attribute names at run time?

2007-11-20 Thread ben.clinkinbeard
o[field1] = abc; --- In flexcoders@yahoogroups.com, joseph_freemaker [EMAIL PROTECTED] wrote: Want to create a new Object() and dynamically define the object attribute names at run time. This can be done statically using something such as the following: var o : Object = new Object();

RE: [flexcoders] dataGrid cellRenderer and PropertyChangeEvent

2007-11-20 Thread Alex Harui
Is the combobox rendereIsEditor=true or is it a popup editor? Maybe you should post some of the relevant code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thierry V. Sent: Tuesday, November 20, 2007 1:13 AM To:

RE: [flexcoders] how to create a save as feature

2007-11-20 Thread Dimitrios Gianninas
You want to save the file to the user's local PC? If the Flex app is running in the browser this is not possible due to security reasons. You can however use Flex 3 to write an app that will run in AIR and it will be able to save files to a local PC. Dimitrios Gianninas RIA Developer and Team

RE: [flexcoders] Flex SDK Beta 2 - script timeout

2007-11-20 Thread Alex Harui
You'll only get into that code if a state is changing. It shouldn't time out though. Is it possible your also cranking lots of data in that same frame? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Tuesday,

RE: [flexcoders] Flex TabBar is sniffy about my XMLListCollection DataProvider.

2007-11-20 Thread Alex Harui
Please file a bug with your test case. I guess you are the first to use XML. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Tuesday, November 20, 2007 1:17 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

[flexcoders] Flex+finger sensor+webcam+socket!!

2007-11-20 Thread Bit
Hi people, What you surgerem for this combination? Flex or not flex? thx Bit

[flexcoders] Re: Flex 2.0.1: Can shared objects be saved in any location that we want?

2007-11-20 Thread handitan
Thx Tom! That's what I thought too. I guess that I am going to try out Zinc because I need to write files into specific locations. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Sunday 18 Nov 2007, handitan wrote: I am trying to saved shared objects in my

Re: SPAM-LOW: [flexcoders] Re: Air/Flex App With Barcode Reader

2007-11-20 Thread Jeffry Houser
In that case, I think you'll have a lot of success w/ Flex or AIR for this. Just have a textInput field to capture data. You can give it focus in code using creationComplete; and you can write code to throw focus back to the input field in case it loses focus. Josh's explanation of

Re: [flexcoders] Is Flex the right framework for an online dictionary?

2007-11-20 Thread Ralf Bokelberg
- We must use fine-space, non breaking space, non breaking hyphen, etc. - Some group of words must have tooltip. I'm not sure, if these features can be implemented easily in Flex/Flash Cheers Ralf. On Nov 20, 2007 8:12 PM, Dominic Marcotte [EMAIL PROTECTED] wrote: Hello, We are

[flexcoders] Re: Performance Impact when using custom item renderer

2007-11-20 Thread letterpigeon
Hi Scott, Somewhere in my code, I'm setting up the configuration of all the columns, and I'm doing something like this: var ignoreColumnConfig:ColumnConfig = new ColumnConfig; ignoreColumnConfig.dataField = ignore;

[flexcoders] Re: how to create a save as feature

2007-11-20 Thread sree_ramvv
hi, Can you please point me to resources on how to do it using flex 3 and AIR. Thank You vvs --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL PROTECTED] wrote: You want to save the file to the user's local PC? If the Flex app is running in the browser this is not possible due to

[flexcoders] Is Flex the right framework for an online dictionary?

2007-11-20 Thread Dominic Marcotte
Hello, We are analyzing if Flex is the right framework for our web application (online dictionary). We are almost convinced but we want to have your advices on these particular points : This is what we need... - Essentially, we must display very complex and structured texts. - The text is

[flexcoders] Re: Block entire application while in transaction

2007-11-20 Thread danielvlopes
Thanks, but i`m not using this to do uploads, upload i made especific component. I just want user can't click any place or made another transaction while something is stored on database o get from database. One way to block error comportament, i think application enabled is good idea. Enabled

[flexcoders] Repeater is not executing when changing the dataProvider

2007-11-20 Thread Tina Scurlock
*I am having the same problem. Was there ever a solution for this issue? * RE: [flexcoders] Error: Repeater is not executing. Tracy Spratt Tue, 27 Mar 2007 17:04:46 -0800 First you are not doing the repeater quite right. Try this: mx:Repeater dataProvider={_main._newss} id=newsRepeater

[flexcoders] Problem with TileLIst RowCount

2007-11-20 Thread oneproofdk
After adding a tilelist using addchild, I'm trying to resize it's container, a canvas, to fit the tilelist based on the rowcount * rowheight. Strangely it always return rowCount = 2 - even though there is 1 or 3 rows ? How can I force a recount ?? Or is there another way to get the actual size

[flexcoders] Re: Debugging with safari

2007-11-20 Thread cesarerocchi
ok. did that. it works. but now my current flash plugin is 9,0,28,0, not 9,0,47,0 as before. If I update it should work anyway? Thanks in advance, -c. --- In flexcoders@yahoogroups.com, Mike Morearty [EMAIL PROTECTED] wrote: That's very strange. I can't imagine why you would get that

Re: [flexcoders] Is Flex the right framework for an online dictionary?

2007-11-20 Thread Pat Buchanan
Dominic: As a side node, there is no reason you can't use both Flex and HTML. Write your application in Flex with all of the bells and whistles, but then display the HTML markup in an iFrame inside the Flex app. Here is an example of how to do it:

SPAM-LOW: [flexcoders] Re: Air/Flex App With Barcode Reader

2007-11-20 Thread Josh VanderBerg
If you call addEventListener with useCapture=true, the listener will trap events that don't usually bubble. I've verified that it works even when the focus is on a tab bar. The one issue is that after the application starts *nothing* has focus - but once you click on anything, even a component

[flexcoders] When are scrollbars added? question on timing of initial rendering

2007-11-20 Thread Brian
I have a Canvas object that I am dynamically adding images to in a method that is called via Application.creationComplete(). Sometimes the addition of these images results in clipping and the creation of scrollbars, so I'm checking the position of a certain image to see if it's in the viewable

[flexcoders] Re: flex + dll

2007-11-20 Thread Abyss Knight
What exactly do you want to use the DLL for? That might help us find you a solution that would work with Flex. :) I'm not sure what you are looking to do whether it is to use multi-touch (using your fingers to navigate) with Flex, or to access the UNIX command, finger. This question has come up a

Re: SPAM-LOW: [flexcoders] Re: Air/Flex App With Barcode Reader

2007-11-20 Thread Jeffry Houser
I've never tried that userCapture=true approach. I was trying to create a full screen app w/ AIR and tried a very similar approach to what you describe to prevent users from escaping out of the app. The keyboard events would never get caught until something got focus, making it very

RE: [flexcoders] When are scrollbars added? question on timing of initial rendering

2007-11-20 Thread Alex Harui
There's a whole validation sequence after you call addChild. Theres an updateComplete event when done, and you can force it by calling validatenow(), but that can be expensive. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian

  1   2   >