[flexcoders] Re: Custom combobox even propagation

2008-11-10 Thread schneiderjim
Thanks, but I'm not looking to capture "normal" keyboard entries in the combobox. I'm looking for a hotkey/function key press that tells our system to go do stuff on the fields in the custom form. This hotkey/function key event propagates just fine from all of my other custom control "wrappers", ju

[flexcoders] external urls

2008-11-10 Thread iloveyouwisconsin
Newbie alert...now for my stupid question. I'm sure this is pretty simple but I am completely new to Flex: How do I dynamically display an array of external hyperlinks? I have the following xml code: Click Me 1 http://www.followthis1.com Click Me 2 http://www.followthis3.com Cl

[flexcoders] fileRequest.upload to cfc help

2008-11-10 Thread r0brh0des
I am trying to call a coldfusion function in a cfc to handle a fileRequest upload. I can't seem to get the function to take the url variables or do anything...if I take away the and cfargument tags it works fine as a cfm. What is it about the cfargument and cffunction tags that makes the pas

[flexcoders] Accessing webservice with flex

2008-11-10 Thread moj2joj
I have a flex app (on Flex 3) hosted on our server which is trying to access data through a webservice call. I recently upgraded my flash player from version 9 to version 10. When I am trying to access my webservice it gives me the Channel.Security.Error . I tried to look for a solution to this

[flexcoders] Drag and drop module

2008-11-10 Thread Claudiu Ursica
Hi, I have a module who contains a TitleWindow. In the main application i use a ModuleLoader to loads that module at a certain time (when I click a button to be more precise). Everything works fine until I want to move the frehly loaded TitleWindow (from the module) on the screen. I am not able to

[flexcoders] Re: Help on sorting an ArrayCollection then adding an item to the top

2008-11-10 Thread Mark
Thanks, but as soon as you make a choice from the comboBox you can't select it again as a default. And maybe "Select One" is the wrong wording for what I'm doing here... "Select All" would be a better choice of words. --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > >

[flexcoders] FlexBuilder has forgotten my project's build history

2008-11-10 Thread Andrew Wetmore
We are about to move from alpha to beta of an AIR application. For the last fifty builds, when I have selected "Export Release Build" in FlexBuilder, the system has defaulted to the link to the certificate I have been using for the project. The resulting package, when used, knows to check for a pre

[flexcoders] Persisting Datagrid sort order through dataprovider changes

2008-11-10 Thread ericbichara
Hi, I have a datagrid which is populated by data i recieve from a RemoteObject. If a user sorts the datagrid a perticular way and then updates the data, the sorting gets reset to the order of the data recieve from the RemoteObject. Is there any way persist the sorting even when updating the datapr

[flexcoders] Setting custom tooltip position

2008-11-10 Thread ericbichara
Hi, I have a treemap component () and a datagrid displaying the same data. http://joshblog.net/2006/12/25/flex-treemap-subversion-download/ I want a custom tool tip to be shown on top of a treemap component when i mouse over the corresponsing item in the datagrid. I have managed to create the dat

[flexcoders] Re: Observer pattern

2008-11-10 Thread stephen_anson
I notice something that is possibly similar in my app, eventually foun d out the focus manager had a reference to a ui component in the popup. You can see if it this by looking at references in the profiler, by taking a memory snap shot and looking at your object Hope that helps Steve --- In f

RE: [flexcoders] Re: Use an .exe or a .dll

2008-11-10 Thread Gregor Kiddie
Aperture can connect to DLLs, its Merapi that's restricted to Java (Though you could write a JNI wrapper for the DLL and use Merapi anyway) Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered N

[flexcoders] Re: Use an .exe or a .dll

2008-11-10 Thread mugsisme
Thanks for the suggestions, but my .exe/.dll is not written in Java, rather in VB6 --- In flexcoders@yahoogroups.com, "Gregor Kiddie" <[EMAIL PROTECTED]> wrote: > > You might want to take a look at Merapi or FluorineFX Aperture. > > > > Gk. > > Gregor Kiddie > Senior Developer > INPS > > Tel

[flexcoders] Re: Seeking response to SDK-15710 jira issue.

2008-11-10 Thread Sunil Bannur
I want to comment on FLEXDMV-1882. I have fixed this locally, and have not tested the fix thoroughly, so use the fix with caution. Basically the fix is to remove the unwanted itemRenderers from the instanceCache the ColumnSeries uses, whenever the itemRenderer changes. You can find more details a

Re: [flexcoders] Observer pattern

2008-11-10 Thread jitendra jain
Well Everytime i create a popup there is only as single instance. But i don't want that also because My application is too big and iam not wanting my application to occupy the memory. Thanks again. I will read the link once again.  Thanks, with Regards, Jitendra Jain ___

<    1   2