[flexcoders] Re: Keydownhandler fires twice for each keystroke

2008-08-18 Thread arieljake
have you called addEventListener twice? --- In flexcoders@yahoogroups.com, "aceoohay" <[EMAIL PROTECTED]> wrote: > > nope... > > After you posted I inserted; > > event.preventDefault(); > > At the beginning of the function with no effect. > > Like I said it seems as though the keyDownHandler f

[flexcoders] Re: Flex is time consuming

2008-08-18 Thread arieljake
Turn off Build Automatically. --- In flexcoders@yahoogroups.com, "dbronk" <[EMAIL PROTECTED]> wrote: > > Although I agree that 16000 lines of code broken between only 7 > classes certainly seems like a further break down of code into smaller > classes is necessary, I also believe that Adobe needs

Re: [flexcoders] Why does ComboBox not invalidateSize() on DATA_CHANGE (at least once)?

2008-08-18 Thread Josh McDonald
Not sure why the problem disappeared, but my original question is still valid, however you're right I should have been looking at the collection change handler. It seems that ComboBase.collectionChangeHandler() is kinda wonky :) It does a bunch of things including some conditional invalidateDispla

Re: [flexcoders] Why does ComboBox not invalidateSize() on DATA_CHANGE (at least once)?

2008-08-18 Thread Josh McDonald
No doubt. Will investigate further :) On Tue, Aug 19, 2008 at 2:36 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > Spooky… Potentially fragile, IMHO. > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Josh McDonald > *Sent:* Monda

RE: [flexcoders] Why does ComboBox not invalidateSize() on DATA_CHANGE (at least once)?

2008-08-18 Thread Alex Harui
Spooky... Potentially fragile, IMHO. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Monday, August 18, 2008 9:25 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Why does ComboBox not invalidateSize() on

RE: [flexcoders] Sizing Components

2008-08-18 Thread Alex Harui
TileList stores the renderer's size in rowHeight/columnWidth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Monday, August 18, 2008 8:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Sizing Components Is there an

RE: [flexcoders] Accordion Header renderer layout help

2008-08-18 Thread Alex Harui
I think someone got Tabs with a button in it to work for TabNav. Maybe the same plan will work for Accordion From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nathanpdaniel Sent: Monday, August 18, 2008 9:06 AM To: flexcoders@yahoogroups.

RE: [flexcoders] ItemRenderer returns empty Object instead of encapsuled data.

2008-08-18 Thread Alex Harui
If you get an runtime exception, always use a debug build and post the full stacktrace. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of florian.salihovic Sent: Monday, August 18, 2008 9:30 AM To: flexcoders@yahoogroups.com Subject: [flex

RE: [flexcoders] Combobox with multiple data sources?

2008-08-18 Thread Alex Harui
PromptArrayList on my blog? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cox.blair Sent: Monday, August 18, 2008 12:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Combobox with multiple data sources? I've been reading

RE: [flexcoders] Re: Keydownhandler fires twice for each keystroke

2008-08-18 Thread Alex Harui
keyDown is not cancelable. Post a test case so we can see how you wired it up. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aceoohay Sent: Monday, August 18, 2008 3:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Ke

Re: [flexcoders] Why does ComboBox not invalidateSize() on DATA_CHANGE (at least once)?

2008-08-18 Thread Josh McDonald
Nope. One of our guys was having a problem where the CB wouldn't be the right size when nested in a VBox, so I suggest he call cb.invalidateSize() on dataChange, and it fixed the problem. Maybe just a happy coincidence. I don't like it when things like that happen and I can't explain 'em tho :( -J

RE: [flexcoders] Re: Event Propagation

2008-08-18 Thread Alex Harui
Form should listen to main for the event. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ron_mori Sent: Monday, August 18, 2008 4:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Event Propagation Let me clarify my com

RE: [flexcoders] Custom Component: Instantiation attempted on a non-constructor.

2008-08-18 Thread Alex Harui
That doesn't make sense. When you get a runtime exception always use a debug build and post the entire stacktrace. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bryancostanich Sent: Monday, August 18, 2008 2:14 PM To: flexcoders@

RE: [flexcoders] how do you check the state during updateDisplayList()?

2008-08-18 Thread Alex Harui
Thumb is a Button, so the same rules should apply. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bryancostanich Sent: Monday, August 18, 2008 4:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] how do you check the state durin

RE: [flexcoders] Why does ComboBox not invalidateSize() on DATA_CHANGE (at least once)?

2008-08-18 Thread Alex Harui
??? DATA_CHANGE is when the data property changes which is inactive unless the CB is a renderer in some list. Did you mean COLLECTION_CHANGE? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Monday, August 18, 200

RE: Re[flexcoders] moving DataGrid's last(empty) row

2008-08-18 Thread Alex Harui
I think there's a known issue with DG where it does that. What happens if you subtract one before setting rowCount? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Monday, August 18, 2008 6:33 PM To: flexcoders@yahoogr

[flexcoders] Re: Datagrid editedItem

2008-08-18 Thread Tim Hoff
Ha, all kind of ways to skin that cat. Cheers, -TH --- In flexcoders@yahoogroups.com, "rmarples" <[EMAIL PROTECTED]> wrote: > > Thanks for your suggestion Alex. I will go that route. Seems obvious, not sure why I was > fixated on the UI events. > > p.s. Looking forward to your session tomorrow a

[flexcoders] Re: Flexbuilder 3.0.1 Update

2008-08-18 Thread Amy
--- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote: > > Can you explain how it broke the link to the 3.0 SDK? When I click on LineChart in my code and hit F3, I get "Source could not be found for mx.charts.LineCharts in C:\Program Files\Adobe\Flex Builder 3\sdks\3.1.0\frame

[flexcoders] Re: Datagrid editedItem

2008-08-18 Thread rmarples
Thanks for your suggestion Alex. I will go that route. Seems obvious, not sure why I was fixated on the UI events. p.s. Looking forward to your session tomorrow at 360Flex :) --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I think you should listen to the collecti

[flexcoders] Re: Send crypted password

2008-08-18 Thread Tim Hoff
java, read php. Damn. -TH --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Nothing wrong with storing MD5 encrypted passwords in the database. > There are open source classes (AS3 and java), that you can use to > encrypt the password string on the client and, if ne

[flexcoders] Re: Send crypted password

2008-08-18 Thread Tim Hoff
Nothing wrong with storing MD5 encrypted passwords in the database. There are open source classes (AS3 and java), that you can use to encrypt the password string on the client and, if needed in the middle. -TH --- In flexcoders@yahoogroups.com, "Varun Shetty" <[EMAIL PROTECTED]> wrote: > > I be

[flexcoders] Re: VideoDisplay autobandwidth and FMS3

2008-08-18 Thread celumbra
--- In flexcoders@yahoogroups.com, "celumbra" <[EMAIL PROTECTED]> wrote: > > I am looking for examples of using the autobandwidth property of Flex's > VideoDisplay and > FMS3's new support for automatically calculating bandwidth. Anyone done this? > I found a number of examples here: http://www

Re: [flexcoders] Send crypted password

2008-08-18 Thread Varun Shetty
I believe you dont require to encrypt if you are already sending it in HTTPS... well u can .. just to make it more secure.. check this code base out.. mebbe it will help. http://code.google.com/p/as3crypto/ regards, Varun Shetty On Mon, Aug 18, 2008 at 5:20 PM, Aymen <[EMAIL PROTECTED]> wrote:

Re: [flexcoders] Re: Flex is time consuming

2008-08-18 Thread Varun Shetty
i usually switch off autobuild on save... and only build when i am ready.. also breaking up into swc files seem to have helped. Flex is definitely slow for me on a 4 GB RAM + 4 Core (Quadro/Xeon)Processor.. i wish there was some tweaks that would make flex use all the processors. regards, Varun

Re[flexcoders] moving DataGrid's last(empty) row

2008-08-18 Thread Manu Dhanda
Hii, How can I remove the last row from a dataGrid, that is added by default and have no data. Actually, am working on a custom component (a simple calendar) and based on the month, I need to show only 5(OR 6) rows. But, default DataGrid behavior always add one additional row to it i.e. 6(OR 7) c

[flexcoders] Re: Flash Player 10 RC

2008-08-18 Thread Bjorn Schultheiss
Where did you get it from? I've got debug version 10,0,0,525 running ok. downloaded from http://opensource.adobe.com/svn/opensource/flex/sdk/tags/trunk_4.0.0.2432/in/player/10/mac/ I'm assuming its a beta 2 player and not rc though. RC version number look like 10.0.2.x --- In flexcoders@yahoogr

Re: [flexcoders] Re: Flex is time consuming

2008-08-18 Thread Guy Morton
Maybe someone from Adobe could shed light on this? On 19/08/2008, at 11:00 AM, Douglas Knudsen wrote: I'd assume the DTD gets cached in Eclipse though. It does in other Eclipse tools at least. DK On Mon, Aug 18, 2008 at 8:25 PM, Guy Morton <[EMAIL PROTECTED]> wrote: Ah. That would ma

[flexcoders] VideoDisplay autobandwidth and FMS3

2008-08-18 Thread celumbra
I am looking for examples of using the autobandwidth property of Flex's VideoDisplay and FMS3's new support for automatically calculating bandwidth. Anyone done this?

Re: [flexcoders] Re: Flex is time consuming

2008-08-18 Thread Douglas Knudsen
I'd assume the DTD gets cached in Eclipse though. It does in other Eclipse tools at least. DK On Mon, Aug 18, 2008 at 8:25 PM, Guy Morton <[EMAIL PROTECTED]> wrote: > Ah. That would make sense. > > On 19/08/2008, at 10:13 AM, Howard Fore wrote: > > > Maybe it's using the URL in the xmlns att

Re: [flexcoders] Bi-directional binding

2008-08-18 Thread Douglas Knudsen
you can use the Binding tag to bind 'the other way'. I'd suggest using say the events though, change maybe, double binding can be a bit well awkward and not very 'MVC', eh? I do believe this topic has been brought up here too, try searching the archives. DK On Mon, Aug 18, 2008 at 8:27 PM, How

[flexcoders] Re: Bi-directional binding

2008-08-18 Thread Bjorn Schultheiss
Here's another example of bi-directional binding.. check example 3. http://www.quietlyscheming.com/blog/components/a-couple-of-samples-from-max-no-not-that-one/ --- In flexcoders@yahoogroups.com, shaun <[EMAIL PROTECTED]> wrote: > > Durres76 wrote: > > hi, is this possible. var arr : ArrayCollect

Re: [flexcoders] Bi-directional binding

2008-08-18 Thread shaun
Durres76 wrote: > hi, is this possible. var arr : ArrayCollection; > > > > I know the textfield text will change everytime the ArrayCollection > updates, but can the ArrayCollection update when a user types in the > textfield. essentially binding the array propety to the textfield > value You c

Re: [flexcoders] Bi-directional binding

2008-08-18 Thread Howard Fore
I'd create a function that fires on the KeyboardEvent for the textfield (do you mean TextInput?) and pass the event to the function. The function can get the value of the TextInput from the event.currentTarget structure and set the arr variable (which probably will be something other than an ArrayC

[flexcoders] Re: Flex is time consuming

2008-08-18 Thread dbronk
We currently use maven which does cut it down to a lightning fast 40-45 seconds. We've also used ant with not much better results. Java compiler with far more classes and code is generally around 8-10 seconds. Also, by running via ant, don't you lose some of the nice IDE features like flagging t

Re: [flexcoders] Re: Flex is time consuming

2008-08-18 Thread Guy Morton
Ah. That would make sense. On 19/08/2008, at 10:13 AM, Howard Fore wrote: Maybe it's using the URL in the xmlns attribute to get a DTD? On Mon, Aug 18, 2008 at 5:33 PM, Guy Morton <[EMAIL PROTECTED]> wrote: In my experience, Flex sometimes takes forever to compile when I'm on a lousy netw

Re: [flexcoders] Flexbuilder 3.0.1 Update

2008-08-18 Thread Sherif Abdou
You should have did Project-->Clean All - Original Message - From: Rick Winscot To: flexcoders@yahoogroups.com Sent: Monday, August 18, 2008 6:06 PM Subject: Re: [flexcoders] Flexbuilder 3.0.1 Update After the auto-updater finished... I pointed at my Flex install directory,

Re: [flexcoders] Re: Flex is time consuming

2008-08-18 Thread Howard Fore
Maybe it's using the URL in the xmlns attribute to get a DTD? On Mon, Aug 18, 2008 at 5:33 PM, Guy Morton <[EMAIL PROTECTED]> wrote: > In my experience, Flex sometimes takes forever to compile when I'm on a > lousy network. I've always wondered if it was due to it doing some http > connections o

[flexcoders] Why does ComboBox not invalidateSize() on DATA_CHANGE (at least once)?

2008-08-18 Thread Josh McDonald
Hey Guys, Just wondering why the default behaviour of ComboBox doesn't invalidateSize() when data is changed, or at least the first time it does? Seems odd to me is all. It seems to resize just fine under some circumstances, but when placed in a VBox you need dataChange="invalidateSize()" -Josh

RE: [flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Gordon Smith
This seems very inefficient. I don't see any reason to loop over anything to find a component that you dynamically created. If you know you're going to create a single TextInput, declare an instance var like private var textInput:TextInput; If you know you're going to create a bunch

[flexcoders] Bi-directional binding

2008-08-18 Thread Durres76
hi, is this possible. var arr : ArrayCollection; I know the textfield text will change everytime the ArrayCollection updates, but can the ArrayCollection update when a user types in the textfield. essentially binding the array propety to the textfield value thanks.

[flexcoders] how do you check the state during updateDisplayList()?

2008-08-18 Thread bryancostanich
hi all, i'm creating a custom thumbSlider for a slider control, and in my updateDisplayList() method, i want to check to see if it's mouseover, mousedown, etc. how do i check to see what state it is in? i know you can do it if you're using custom skins with the name property, as shown here: http:

[flexcoders] UML of built in actionscript 3 classes

2008-08-18 Thread cplus_developer
Hello All , I want to know where I can find the relationships between built in actionscript 3 classes ( the aggregation ,c omposition and ...) for example how LoaderInfo class is a property of FlashDisplay class ,is there any resource that shows the uml diagrams of builtin actiionscript 3 classes?

[flexcoders] Send crypted password

2008-08-18 Thread Aymen
Hi there, i am trying develop a project that i need to have a inscription form, the user is able to subscribe with (pseudo, password, name, ..) i need to send a encrypted password string to my MySql data base with a MD5 hash via a php server side. can you please propose to me a tranche of code, h

[flexcoders] Custom Component: Instantiation attempted on a non-constructor.

2008-08-18 Thread bryancostanich
Hi all, i've created an empty class that extends the Slider control. it compiles fine, but when i run it, i get the following error: Error #1007: Instantiation attempted on a non-constructor. this is how i'm calling it: http://www.adobe.com/2006/mxml"; xmlns:tix="com.tixsmart.flex.controls.*" >

[flexcoders] Re: Event Propagation

2008-08-18 Thread ron_mori
Let me clarify my component tree My application component tree is roughly: App 1 main container 1.1 header container (1st sub-container in main) 1.1.1 menu component 1.2 body container (2nd sub-container in main) 1.2.1 form component Then the user action / event response. 1. User selects 'Save'

Re: [flexcoders] Flexbuilder 3.0.1 Update

2008-08-18 Thread Rick Winscot
After the auto-updater finished... I pointed at my Flex install directory, then the Eclipse directory and proceeded with install. Post install I started up eclipse and all of my projects were pointed to the 3.0 SDK (unknown). I had to edit the compiler settings on each project in order to fix it...

Re: [flexcoders] Flexbuilder 3.0.1 Update

2008-08-18 Thread Mike Chabot
What is the appropriate way to download Flex Builder 3.0.1 for Windows? I see the download link for the Flex 3.1 SDK, but I didn't find any download link for the latest Flex Builder other than possibly the "download trial" link on adobe.com. Inside of Flex Builder the Help > Search For Flex Builder

Re: [flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Luke Vanderfluit
Hi. I wrote a getChildById function for this purpose/use case... I create the grid and its children dynamically at runtime and give the DisplayObjects numerical ids. Its one thing you miss in flex if you're used to using getElementById in javascript. So... this is container specific... I have

RE: [flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Tracy Spratt
A good solution to that issue is to maintian a structure of references pointing to each dynamically created component. I personally like an Associative Array/Object/Hashtable. This is way more positive than attempting to loop through the DOM. There will be plenty examples available. Tr

[flexcoders] Re: Keydownhandler fires twice for each keystroke

2008-08-18 Thread aceoohay
nope... After you posted I inserted; event.preventDefault(); At the beginning of the function with no effect. Like I said it seems as though the keyDownHandler function is called twice for each keystroke. Paul --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > E

[flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Jason B
Because the items are not in MXML its in actionscript which dynamically creates the items for my form from a database and i want to dynamically loop the text box's so i can then save the data back to the database. you cant refer to a ID since the components are created at runtime --- In flexcode

[flexcoders] vertical markers on line chart?

2008-08-18 Thread Raider226
does anyone know if there is an easy way to add custom vertical markers to a line chart? i have a line chart where the x-axis constitutes time and the y-axis constitutes quantity. i want to be able to place a vertical line on my chart that will clearly mark a particular date so that the quantity

Re: [flexcoders] Flexbuilder 3.0.1 Update

2008-08-18 Thread Matt Chotin
Can you explain how it broke the link to the 3.0 SDK? On 8/18/08 2:35 PM, "Rick Winscot" <[EMAIL PROTECTED]> wrote: Just a note... Flexbuilder 3.0.1 is out in the frey today. It will install the Flex 3.1 SDK and may mess up your projects (as it did mine) by breaking the link on the current 3.

[flexcoders] Flexbuilder 3.0.1 Update

2008-08-18 Thread Rick Winscot
Just a note... Flexbuilder 3.0.1 is out in the frey today. It will install the Flex 3.1 SDK and may mess up your projects (as it did mine) by breaking the link on the current 3.0 SDK. Other than that it hasn't exploded. YAY! Rick Winscot

Re: [flexcoders] Re: Flex is time consuming

2008-08-18 Thread Guy Morton
In my experience, Flex sometimes takes forever to compile when I'm on a lousy network. I've always wondered if it was due to it doing some http connections or DNS lookups, for reasons unknown (network licence checking perhaps?). On 19/08/2008, at 1:23 AM, JWOpitz wrote: "I also believe t

RE: [flexcoders] Really weird behavior (filestream)

2008-08-18 Thread Claudio M. E. Bastos Iorio
Now I realize that creating files in debug mode using applicationStorageDirectory creates a folder with the name of the mxml, NOT the project name. SO, I have both C:\Users\MyUser\AppData\Roaming\Test1 and C:\Users\MyUser\AppData\Roaming\Test2... _ Clau

RE: [flexcoders] Event Propagation

2008-08-18 Thread Tracy Spratt
*directly* registered? As in: myMenu.addEventListener("doValidation",validateForm) Or are you counting on bubbling? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ron_mori Sent: Monday, August 18, 2008 5:01 PM To: flexcod

[flexcoders] Event Propagation

2008-08-18 Thread ron_mori
How to implement this type of event propagation? My application component tree is roughly: App - main container - header container - menu component - body container - form component the user 'Saves' the entity in the form via the menu. I want to validate the form's required fields

[flexcoders] Re: Flex and Vista 64

2008-08-18 Thread mvbaffa
Thank you All very much --- In flexcoders@yahoogroups.com, "Claudio M. E. Bastos Iorio" <[EMAIL PROTECTED]> wrote: > > Btw, keep in mind that for some kind of projects (working with IIS > directories for example) you will need to run Flex as administrator. > > > >

RE: [flexcoders] Keydownhandler fires twice for each keystroke

2008-08-18 Thread Tracy Spratt
Event.preventDefault? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aceoohay Sent: Monday, August 18, 2008 4:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Keydownhandler fires twice for each keystroke Flex 2.0.1 I

RE: [flexcoders] Really weird behavior (filestream)

2008-08-18 Thread Gordon Smith
If you're running the apps at the same time, maybe it's a file mode problem where after the first app opens the file the second one is prevented from opening it. You need to determine whether the open or the read is failing. - Gordon From: flexcoders@yahoog

[flexcoders] Keydownhandler fires twice for each keystroke

2008-08-18 Thread aceoohay
Flex 2.0.1 I am trying to capture keystrokes in the keyDownHandler of a ComboBox and it appears to be firing twice for each keystroke. Any ideas on what might cause this? The code below works except that when the user strikes a it removes two characters from _typedText. Paul

[flexcoders] Really weird behavior (filestream)

2008-08-18 Thread slackware2142
I have two applications in AIR project (1.1). One called, test1.mxml and other test2.mxml. EXACTLY same code in both, there's no other difference between them. Both apps try to read a local file using filestream, test1.mxml read the file and shows the content, test2.mxml doesn't. Is there any c

[flexcoders] any good way to make the pie take up the whole chart bounds?

2008-08-18 Thread Pan Troglodytes
I'm trying to get a pie that takes up the full height and width of the given PieChart element. Unfortunately, it seems the piechart always puts in a border to allow for the drop shadow. I've traced this down to a bit in WedgeItemRenderer's that updateDisplayList that always uses SHADOW_INSET and,

RE: [flexcoders] getChildByName using it to get the value of a textbox

2008-08-18 Thread Gordon Smith
Why are you trying to use getChildByName to get a reference to a component? If you give it an 'id' attribute in MXML, you can then refer to it by that id. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Flex and Vista 64

2008-08-18 Thread Claudio M. E. Bastos Iorio
Since flex is a 32 bit app, vista64 will only assign 2giga (or 3?) for flex, no more. I'm running flex with no params, no compatibility settings.. _ Claudio M. E. Bastos Iorio http://www.blumer.com.ar From: flexc

[flexcoders] Re: Flex and Vista 64

2008-08-18 Thread mvbaffa
Thank you all. Is there any kind of parameters, something like to run in Windows XP compatibility and anything else I have 8Gb of memory and I want to use it and only Vista 64 allow me to do this. Thanks again --- In flexcoders@yahoogroups.com, John McCormack <[EMAIL PROTECTED]> wrote: >

RE: [flexcoders] Flex and Vista 64

2008-08-18 Thread Claudio M. E. Bastos Iorio
Btw, keep in mind that for some kind of projects (working with IIS directories for example) you will need to run Flex as administrator. _ Claudio M. E. Bastos Iorio http://www.blumer.com.ar From: flexcoders@yahoogrou

[flexcoders] app loading

2008-08-18 Thread Robert Brueckmann
Strangest behavior ever. We are looking to move from Weblogic 8.1 to Weblogic 10. We have an Apache 1.3 web server and we're using the Weblogic-Apache plug-in that routes requests to certain URLs to the Weblogic server. URL http://abc sends requests to Weblogic 8.1 which hosts our

RE: [flexcoders] Flex and Vista 64

2008-08-18 Thread Claudio M. E. Bastos Iorio
I'm using it right now, since a couple of weeks. Seems to be working ok until now. _ Claudio M. E. Bastos Iorio http://www.blumer.com.ar From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mvbaffa

Re: [flexcoders] Flex and Vista 64

2008-08-18 Thread John McCormack
Flex Builder 3.0 works great on Vista Ultimate x64. John mvbaffa wrote: > Hi All, > > Does Flex Builder 3.0 works with Vista x64 > > Thanks in advance >

RE: [flexcoders] Download capabilities

2008-08-18 Thread Tracy Spratt
Yes, see the FileReference class in the docs. Or search LiveDocs for: file upload download Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kpjj31 Sent: Monday, August 18, 2008 3:53 PM To: flexcoders@yahoogroups.com Subject: [flex

[flexcoders] Flex and Vista 64

2008-08-18 Thread mvbaffa
Hi All, Does Flex Builder 3.0 works with Vista x64 Thanks in advance

[flexcoders] Download capabilities

2008-08-18 Thread kpjj31
Is it possible to give the user an option to downlaod or save a file within a Flex appliation?

RE: [flexcoders] Combobox with multiple data sources?

2008-08-18 Thread Tracy Spratt
Just programatically combine the two data sources. The specifics depend on the exact data types of the sources. You can concatenate arrays for example. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cox.blair Sent: Monday, Augu

[flexcoders] Combobox with multiple data sources?

2008-08-18 Thread cox.blair
I've been reading the blogs all afternoon and haven't found an answer to this (probably because it's really simple), but what I want to do is populate a combobox from two data sources. One will be from a small array in the mxml, the other will be from the database and dependant on what the user has

[flexcoders] Re: Identifying row index relative to node vs. ADG - childIndex() fails.

2008-08-18 Thread Amy
--- In flexcoders@yahoogroups.com, Adrian Williams <[EMAIL PROTECTED]> wrote: > > Hi Amy, > > I've tried your suggestion and am having a problem... > > The childIndex() method is not available to my object...and I have > tried it both with my drag event as well as my ADG with negative

Re: [flexcoders] Re: Identifying row index relative to node vs. ADG - data source info.

2008-08-18 Thread Adrian Williams
Ahh, yes...that would help...here is the construction for the ADG dataProvider.  I am making a web service call to our .NET backend to grab the data set.  This function is the result handler that builds the array for the ADG.     private function groupedParticipantsResult(event:Resul

[flexcoders] timeout in adobe flex netconnection call

2008-08-18 Thread alex_m2000_cl
i want to know if anyone knows if possible set a timeout when makes a remote call using netconnection call method. I was looking for this on internet but i could find anything.

[flexcoders] Odd behavior: Tree Component - selectedIndices

2008-08-18 Thread sbx33
Greetings! I'm encountering some strange behavior, and I was wondering if anyone could explain the results for me. The code below: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init()"> Traces out to: :: 1,2 :: :: :: I would have expected the second trace to

RE: [flexcoders] Re: LCDS 2.6 + Hibernate: problem deleting items

2008-08-18 Thread Jeff Vroom
If you could send me the server debug log with Message.* and Service.* enable I could tell what is happening. I've seen this type of behavior in the past, but only when some query or something was holding onto a cached copy of the deleted item. After the item gets deleted, we could be refres

[flexcoders] Problems running Flex app on an OLPC

2008-08-18 Thread Paul Cezanne
Hello I'm having a bit of a newbie problem understanding exactly how I can get our Flex application running on our Unix machine. I'm not the flex coder, but I'm the Unix guy, so getting it running is up to me. The issue is that our Unix machine is an OLPC XO machine. (See laptop.org if you'

[flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Jason B
Yes your code works since its not dynamically building the form but what happens if you try this code...it gets an error like i do http://www.adobe.com/2006/mxml"; layout="vertical" horizontalAlign="left" creationComplete="loaditem()" > --- In flexcoders@yahoogroups.com, Nik Derewia

[flexcoders] Repaint screen

2008-08-18 Thread markgoldin_2000
I have a complex screen that consists of a number of DGs shown side by side that creates an illusion of a single very wide DataGrid. The users are able to select a row in one of the DG and all grids will have the same row highlighted. I am using this as a custom item renderer: public class block

[flexcoders] Re: Namespace issue displaying xml in Tree

2008-08-18 Thread Mandy
I got the xml to display by replacing ns2: with "", but never did get use namespace to work. Oh well, I think replacing the ns2: is good for now. Thanks guys. ~Amanda --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi Amanda, > > I usually just strip out the nam

[flexcoders] Basic authentication for file upload

2008-08-18 Thread Dmitry Miller
Hello, everyone I am trying to implement file upload and authenticate myself via basic authentication. However, when I try to add "Authorization" header into underlying URLRequest object, Flash Player seems to ignore my code and proceed without this header. I am using Flash version 9.0.124 which,

Re: [flexcoders] Re: Multiple arrays?

2008-08-18 Thread Howard Fore
Even better... On Mon, Aug 18, 2008 at 11:30 AM, Amy <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com, "Howard Fore" <[EMAIL PROTECTED]> > wrote: > > > > I think I'd use a grid instead of repeater/HBox/VBox combinations, > esp since > > you know the seating arrangments are going to

Re: [flexcoders] flex_sdk_3.1.0.2710 works with flexBuilder?

2008-08-18 Thread Matt Chotin
It should work without problems. Maybe try cleaning your workspace (instructions in the release notes)? On 8/18/08 9:56 AM, "Paolo Bernardini" <[EMAIL PROTECTED]> wrote: dose flex_sdk_3.1.0.2710 works with flexBuilder? after installing flex_sdk_3.1.0.2710, and setting it as the default sdk

Re: [flexcoders] Re: 3.1 changelog?

2008-08-18 Thread Matt Chotin
Correct, just select the old SDK and you should be good. Flex Builder has an update (autoupdate is pushed today) that is just bug fixes. Matt On 8/18/08 9:14 AM, "Jim Hayes" <[EMAIL PROTECTED]> wrote: Thanks for letting us know Matt. Before anyone else asks (!), is it basically an SDK upd

[flexcoders] Re: Accessing form elements with cairngrom

2008-08-18 Thread gabriela.perry
If I understood you, you want to access the views children from the execute method, is it? If so, you should add a property for this view (propably a Container subclass) in the event that's mapped to this control on the controler. The controler class has an initialize method which does this mapping

Re: [flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Nik Derewianka
That #1009 error means that it returned a null from the first line because it couldn't find the child with that name. getChildByName is not recursive so you need to be mindful of the nesting of your requested object. The following app has the functionality working as you need it, but it

[flexcoders] Re: LCDS: data management and limited access

2008-08-18 Thread aglosband
Hi Zdenek, I did some testing of the whitelist/blacklist settings in LCDS 2.6 this morning and as far as I can tell they are working as expected. Can you send me both your channel/endpoint settings from services- config.xml and your destination settings from data-management- config.xml so that I

Re: [flexcoders] Re: Identifying row index relative to node vs. ADG - childIndex() fails.

2008-08-18 Thread Adrian Williams
Ahh, yes...that would help...here is the construction for the ADG dataProvider. I am making a web service call to our .NET backend to grab the data set. This function is the result handler that builds the array for the ADG. private function groupedParticipantsResult(event:ResultE

RE: [flexcoders] Re: Identifying row index relative to node vs. ADG - childIndex() fails.

2008-08-18 Thread Tracy Spratt
What IS your dataProvider? You mention "flat array". How are you getting a tree out of a flat array? childIndex() is for XML. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Williams Sent: Monday, August 18, 200

[flexcoders] Re: Problem with ExternalInterface.call

2008-08-18 Thread markgoldin_2000
Yes, I see what you are saying. Another thing about ExternalInterface.call("window.location.reload (true)". I am running my application from Flex Builder. Then at some pint I do ExternalInterface.call("window.location.reload(true)". How can I run "reload" in the debugging environment? --- In flex

[flexcoders] flex_sdk_3.1.0.2710 works with flexBuilder?

2008-08-18 Thread Paolo Bernardini
dose flex_sdk_3.1.0.2710 works with flexBuilder? after installing flex_sdk_3.1.0.2710, and setting it as the default sdk I compiled some old projects that I have, and it works fine, then I tried to code and notice that code hint for Event, MouseEvent is not working anymore. Even when you type impor

[flexcoders] Re: Accessing form elements with cairngrom

2008-08-18 Thread Tim Hoff
Hi Jerry, Usually a Command will update variables in the ModelLocator; which will be bound to the View controls. In other words, a Command should not know about a View and vice-versa. -TH --- In flexcoders@yahoogroups.com, "jerry_gagliano" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using c

[flexcoders] ItemRenderer returns empty Object instead of encapsuled data.

2008-08-18 Thread florian.salihovic
I have two instances of mx:controls::List. Both use the same ItemRenderer. A TypeError occours, when i drop one item from one List into the other List. Instead of the encapsuled type (an instance of an interface, typed to the interface) just an empty Ombject instance is returned. I implement

[flexcoders] How to get the ColumnSeries id

2008-08-18 Thread mousikos2001
Hello, I have a ColumnChart with two ColumnSeries which have ids. How can i get the values of those ids? For Example:

Re: [flexcoders] Re: Identifying row index relative to node vs. ADG - childIndex() fails.

2008-08-18 Thread Adrian Williams
Hi Amy, I've tried your suggestion and am having a problem... The childIndex() method is not available to my object...and I have tried it both with my drag event as well as my ADG with negative results (errors). Here is the function that this lives in: private functio

  1   2   >