[flexcoders] Re: callLater() question

2007-09-02 Thread candysmate
--- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1438.html --- In flexcoders@yahoogroups.com, candysmate graham@ wrote: If I use

[flexcoders] Re: Skin sources?

2007-09-02 Thread candysmate
--- In flexcoders@yahoogroups.com, John Barrett [EMAIL PROTECTED] wrote: Can I ask are these skins mostly CSS? Yup, CSS.

[flexcoders] Getting two tooltips on same label ?

2007-09-02 Thread arpan srivastava
Hi All, I have created a ticker type application in which I scroll labels inside a HorizontalList. When I enter a long text in the label like of 200 words, and I move my mouse over that label I get two same tooltips, one after another. The other tooltip shows after the time set in

[flexcoders] SetFocus() question

2007-09-02 Thread candysmate
My application contains a series of textInputs. If my user clicks on a textInput, which is out of the intended application-flow sequence, an Alert pops up. The function which triggers the alert also sets focus to the correct textInput. However, when the user closes the alert, the focus jumps

Re: [flexcoders] SetFocus() question

2007-09-02 Thread Ben Marchbanks
Change the setFocus() call to be triggered by the alert close event rather than being called along with the Alert.show. Ben Marchbanks ::: alQemy ::: transforming information into intelligence http://www.alQemy.com ::: magazooms ::: digital magazines http://www.magazooms.com Greenville, SC

Re: [flexcoders] Re: FlexMouseEvent stop propagation

2007-09-02 Thread Patrick Driggett
Yes, its for a touch screen medical application that basically adjusts settings in real time and then when you touch outside the area it closes the editting dialog. Since it adjusts real time the design calls for seeing the thing benig update. Can I just blanketly listen for the mouse click?

[flexcoders] Re: SetFocus() question

2007-09-02 Thread candysmate
--- In flexcoders@yahoogroups.com, Ben Marchbanks [EMAIL PROTECTED] wrote: Change the setFocus() call to be triggered by the alert close event rather than being called along with the Alert.show. Ben Marchbanks Thanks Ben. I tried this without success: private function

[flexcoders] Re: its possible convert (not split) String to Array ?

2007-09-02 Thread Marcio Napoli
Hey Paul, When i parsed the String the exception is throwed: Error: Unexpected m encountered at com.adobe.serialization.json::JSONTokenizer/parseError() at com.adobe.serialization.json::JSONTokenizer/getNextToken() The parser need that metadata will be metadata. Thanks, Marcio

[flexcoders] Re: FlexMouseEvent stop propagation

2007-09-02 Thread ben.clinkinbeard
Listen for the click event on systemManager. --- In flexcoders@yahoogroups.com, Patrick Driggett [EMAIL PROTECTED] wrote: Yes, its for a touch screen medical application that basically adjusts settings in real time and then when you touch outside the area it closes the editting dialog.

Re: [flexcoders] Telnet Client

2007-09-02 Thread Peter Hall
http://www.google.com/search?q=as3+telnet Peter On 9/1/07, python_programmer [EMAIL PROTECTED] wrote: Hi everyone, I am considering using Flex for the client side of a project I am working on (I have the server side already written, and it is accessible using standard telnet). I

[flexcoders] retrieving object property names.

2007-09-02 Thread yms0411
How do you retrieve object property names? for example, i create an object var obj:Object = new Object(); obj[id]=000; obj[phone] = 0202020; obj[name] = john smith; and so on. How would i retrieve the property name of obj so that i would get an array holding these properties. i.e

Re: [flexcoders] retrieving object property names.

2007-09-02 Thread Ralf Bokelberg
properties = new Array(); for( var property:String in object ) properties.push( property ); Cheers, Ralf. On 9/2/07, yms0411 [EMAIL PROTECTED] wrote: How do you retrieve object property names? for example, i create an object var obj:Object = new Object(); obj[id]=000; obj[phone] =

RE: [flexcoders] Re: SetFocus() question

2007-09-02 Thread Alex Harui
Try setting focus before popping up the alert. You can also set focus on close via callLater. Both may show a flicker of the focus ring. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Sunday, September 02, 2007 7:54

Re: [flexcoders] WEBORB config for remote hosting

2007-09-02 Thread Montse
Thanks candysmate. I've been surfing seeking Mark's explaination, but did'nt find it. Do u have a link? Also, downloaded .NET and RoR Weborb zips in order to have docs (PHP version has not doc), but it asks for ISS and I have'nt. Can I have Weborb doc? Thanks 1000 Montse -- View this

RE: [flexcoders] retrieving object property names.

2007-09-02 Thread Alex Harui
...which only works for Object. Other non-dynamic classes cannot be iterated in this way. DescribeType and/or mx.utils.ObjectUtil can help. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Bokelberg Sent: Sunday, September 02, 2007

RE: [flexcoders] Getting two tooltips on same label ?

2007-09-02 Thread Alex Harui
Hard to say without seeing your code. Did you turn on datatips? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Sent: Sunday, September 02, 2007 1:51 AM To: Flex Coders Subject: [flexcoders] Getting two tooltips on same

[flexcoders] Data management question

2007-09-02 Thread candysmate
I have a database with three tables: Header TransactionsNominals -- record_id record_id record_id advice_noteitemnominal_code date quantitynominal_cost input_by price would it

[flexcoders] Re: WEBORB config for remote hosting

2007-09-02 Thread candysmate
--- In flexcoders@yahoogroups.com, Montse [EMAIL PROTECTED] wrote: Thanks candysmate. I've been surfing seeking Mark's explaination, but did'nt find it. Do u have a link? Also, downloaded .NET and RoR Weborb zips in order to have docs (PHP version has not doc), but it asks for ISS

RE: [flexcoders] Re: FlexMouseEvent stop propagation

2007-09-02 Thread Alex Harui
I would still go modal and close the dialog on mouseDownOutside. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Driggett Sent: Saturday, September 01, 2007 6:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re:

[flexcoders] Re: Filters on dynamic array collection.

2007-09-02 Thread cbaray
Ralf - Thanks. That's exactly what I'm doing now. Just that initially, I thought the filter function on the ArrayCollection would be more of a view level filter (like the LCV is) instead of a Model filter. It seems odd, since once the filter is removed, the data is all available again... The

[flexcoders] Re: Multiple Model Locators in Cairngorm

2007-09-02 Thread jer_ela
You can have multiple modelLocators and frontControlers but only one serviceLocator. Your use case is one where multiple modelLocators make sense. ModelLocators are just a way of making a single instance of the model data available throughout the application. As long as you understand that and

[flexcoders] Re: Charts: LabeledRenderer across a BarSet

2007-09-02 Thread barry.beattie
So Evan Gifford found this out too at the end of last year. It explains my fill colour. so now I have the same question as Evan. In addition, how to reset the itemRenderer to only display the sub-chart value, not the progressive score. -- Evan

[flexcoders] runtime css

2007-09-02 Thread David Chang
Hello, was wondering if anyone else was able to handle the style complete event when using StyleManager.loadStyleDeclarations? Basically I have something like so... Application xmlns=http://www.adobe.com/2006/mxml; initialize=loadStyle() Script ![CDATA[ private function loadStyle():void { var

[flexcoders] couple of file upload questions...

2007-09-02 Thread grimmwerks
1) is there a way to upload (ruby backend) via an httpservice? If so, does anyone have code to demonstrate this? I've got it working with the default fileupload stuff, but the ruby backend is tracking users via a session; we're most likely going to change this process so that a userid is

Re: [flexcoders] couple of file upload questions...

2007-09-02 Thread grimmwerks
On Sep 2, 2007, at 10:32 PM, grimmwerks wrote: 2) is there a way to pass ADDITIONAL parameters via a filereference upload? I want to pass videos to be uploaded (working) but I want to be able to pass a file's user-entered description as well. Found it from an old post:

[flexcoders] Re: Charts: LabeledRenderer across a BarSet

2007-09-02 Thread barry.beattie
OK, so getting the default style colour still doesn't help when using multiple instances of the itemRenderer. It still resets back to the first fill colour when used: the problem (as I see it) is that I'm using the renderer on multiple BarSeries but can't apply it to the whole BarSet. either