[flexcoders] Re: destructing objects / memory management best practices

2008-02-08 Thread hannes.stockner
What does pretty sure mean? yes or no? for our project this is a very important issue! thanks --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Pretty sure we fixed this in 3.0. Weak-reference listeners are used in Binding. You usually do not need to remove

Re: [flexcoders] Generated Digitally Signable PDF's

2008-02-08 Thread Tom Chiverton
On Thursday 07 Feb 2008, Sherif Abdou wrote: Doesn't LiveCycle have an option to do that? Or GPG, if detached signatures and standards are your thing. -- Tom Chiverton Helping to synergistically initiate B2B mindshares on: http://thefalken.livejournal.com

Re: [flexcoders] Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-08 Thread Tom Chiverton
On Thursday 07 Feb 2008, danielvlopes wrote: com:MyLabel max={myTextArea.lenght} / com:MyLabel max={myTextArea.lenght} / Your 'working' and 'not working' examples are the same, and both misspell 'length'. -- Tom Chiverton Helping to challengingly promote vertical e-tailers on:

Re: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 08, 2008 10:41 AM Subject: Re: [flexcoders] Re: Flex Interview Questions - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 08, 2008 10:14 AM Subject: Re: [flexcoders] Re: Flex Interview Questions On Thursday 07 Feb 2008, Uber_Nick wrote: 1) What's the difference between Java and AS3 getters and

[flexcoders] Pie chart label colouring

2008-02-08 Thread kevin.gurton
Hi, Is there any way of having different colours for the labels on a pie chart? For example, I want there to be black text on a white wedge and white text on a black wedge. Thanks for your help.

[flexcoders] Re: Remote Object Security

2008-02-08 Thread slash_n_rose
Thank you Tom. I'm just trying to use setRemoteCredentials(myUserName, myPassword); method in each remote object call and check usrename/password in my Application.cfc using cflogin. Is there any problem with this? Regards, Jerry --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL

[flexcoders] Cairngorm and store

2008-02-08 Thread mixmi2004
I use AMFPHP1.9 and Cairngorm I connect via remote object calls through AMFPHP1.9 to a mySQL database. I can receive array of obgects and send 1 object to the server If someone can help me how send array of objects(VO)?In my ModelLocator i have shoppingBasket:ArrayCollection and want send to mySQL

Re: [flexcoders] Need help creating a custom rich text editor using flexmdi

2008-02-08 Thread Max Frigge
Mh.. I just noticed that the problem occurs with RichText editor within a flexmdi Panel in general. So i narrowed it down and created a little example.. source view enabled. Just format the text in one window and then focus the other one. The text format disappears right away. I also tried the

Re: [flexcoders] Adobe Partner Program ?

2008-02-08 Thread Fidel Viegas
On Feb 8, 2008 11:53 AM, [EMAIL PROTECTED] wrote: Hello list, I'm hoping to get in touch with an Adobe rep who can talk to our company ( Sirius IT ) about Adobe's Partnership Program. Adobe's site says that the program is closed until a new

[flexcoders] Adobe Partner Program ?

2008-02-08 Thread tor.kristensen
Hello list, I'm hoping to get in touch with an Adobe rep who can talk to our company ( Sirius IT ) about Adobe's Partnership Program. Adobe's site says that the program is closed until a new Partner Program is launched.

[flexcoders] Need help creating a custom rich text editor using flexmdi

2008-02-08 Thread Max Frigge
Hi there, I am trying to separate the rich text controls from the rich text editor, so that I can have the controls at a different place instead of inside the rich text editor. I am using flexmdi (a window component) to create a window based UI. I have one window that carries the textArea and

Re: [flexcoders] Remote Object Security

2008-02-08 Thread Tom Chiverton
On Thursday 07 Feb 2008, slash_n_rose wrote: 1) Is there any security flaws in RemoteObject? I'm not aware of any. to call my cfcs and need to secure my application without session. Is it a better method to check a server generated GUID in each call?. If your operations modify data, return

Re: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Tom Chiverton
On Thursday 07 Feb 2008, Uber_Nick wrote: 1) What's the difference between Java and AS3 getters and setters? One's written in Java and the other isn't ? -- Tom Chiverton Helping to simultaneously bully collaborative infomediaries on: http://thefalken.livejournal.com

Re: [flexcoders] Refreshing Page

2008-02-08 Thread Fidel Viegas
On Feb 8, 2008 1:45 AM, cool buddy [EMAIL PROTECTED] wrote: Hi, I developed a small application in FLEX.. Whenever i refresh a page it goes back to the HOME page.Is there anything wrong in the coding... For example there is a user registration page...when i refresh the page it goes back

Re: [flexcoders] Re: HTTPService or URLRequest Request header Question

2008-02-08 Thread Tom Chiverton
On Thursday 07 Feb 2008, gli1_2000 wrote: Then what is a possible alternative to get around this? Anyone has suggestions? Talk to Socket directly, or rewrite the remote service. -- Tom Chiverton Helping to assertively create industry-wide customers on: http://thefalken.livejournal.com

Re: [flexcoders] Is there any way to use customized RemoteObject in mxml with mx:method?

2008-02-08 Thread Tom Chiverton
On Thursday 07 Feb 2008, den.orlov wrote: cust:MyRemoteObject id=ro destination=dest mx:method name=getAll result=onGetAllResult(event)/ /cust:MyRemoteObject Shouldn't that be cust:method ? -- Tom Chiverton Helping to enormously reintermediate robust synergies on:

Re: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 08, 2008 10:14 AM Subject: Re: [flexcoders] Re: Flex Interview Questions On Thursday 07 Feb 2008, Uber_Nick wrote: 1) What's the difference between Java and AS3 getters and

RE: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Gupta, Pradeep
May be the bindable getter setter is possible in Flex Important: This e-mail, including any attachment(s) hereto, is intended only for the individual or entity to whom it is addressed. It may contain proprietary, confidential or privileged information or attorney work product belonging to

[flexcoders] Re: Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-08 Thread danielvlopes
Ops, sorry... The working example is this: com:MyLabel id=myLabel max=300 / and adobe comps accept something like this (justa example): mx:TextArea width={myLabel.height} --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 07 Feb 2008, danielvlopes wrote:

Re: [flexcoders] AMFPHP1.9 problem

2008-02-08 Thread Max Frigge
Hi, usually when I get the Channel disconnected message, I have an error in my php script. Have you tried to use that function with the service browser. It should give you a more detailed error message. Max - Original Message From: mixmi2004 [EMAIL PROTECTED] To:

RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-08 Thread Merrill, Jason
Anyone? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Thursday, February 07, 2008 5:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash

RE: [flexcoders] Re: Remote Object Security

2008-02-08 Thread Battershall, Jeff
As an additional level of security, you can set up your services-config.xml to create a destination that REQUIRES SSL (my-secure-amf or whatever) - this goes to an entirely different servlet-mapping than normal remoting requests that will fail requests not using SSL. Combined with your SSL cert,

RE: [flexcoders] Currency Validation

2008-02-08 Thread Dimitrios Gianninas
try using the restrict property of the TextInput field: restrict=0-9,\-,\. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanchivans Sent: Friday, February 08,

[flexcoders] Currency Validation

2008-02-08 Thread sanchivans
Hi, I am trying to validate the currency in a text input. The currency could be negative, must be not more than two decimal place. This is the code that I have. mx:CurrencyValidator id=valueValidator currencySymbol=$ precision=2 allowNegative=true source={value} property=text / mx:TextInput

[flexcoders] Image Marquee

2008-02-08 Thread Dan Vega
I am pretty new to Flex but a vet in the programming world so Action Script 3 is great and I think I am coming along quickly with it. I am trying to create a footer bar 800w 60h that will display an animated marquee of all the images i load from an xml file. I have about 30 images in there right

[flexcoders] Re: Generated Digitally Signable PDF's

2008-02-08 Thread valdhor
For generation of PDF's, I have had good luck with http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf. For digital signing I would take a look at http://www.setasign.de/products/pdf-php-solutions/setapdf-signer/sign-pdf.php

[flexcoders] Re: Need help creating a custom rich text editor using flexmdi

2008-02-08 Thread ben.clinkinbeard
Hi Max, Thanks for pointing this out. To be honest I've never used the RTE component so I don't have much of an idea how it works or why this would be happening. I should be able to investigate later today though and will follow up with anything I figure out. Thanks, Ben --- In

Re: [flexcoders] Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-08 Thread Paul Decoursey
Is your property bindable? On Feb 7, 2008, at 2:39 PM, danielvlopes wrote: Hello, i observe a strange behavior when i try extend label component to do a character counter. I try pass to my comp something like this: com:MyLabel max={myTextArea.lenght} / max is a custom property, i create

[flexcoders] SWFLoader.load() error handling does not work?

2008-02-08 Thread Robert Csiki
Hello, I'm using an mx:Image control and trying to load using an URL that for some reason points to a resource that cannot be reached (e.g. the server is down). How will I capture this condition, as I noticed none of the following events get ever dispatched: SecurityErrorEvent.SECURITY_ERROR,

[flexcoders] a Flex based viewer of JMS topics on Sonic

2008-02-08 Thread tinkiknit
Hello... I'm looking in to creating a Flex based viewer to see what topics are available on our Sonic server. I've done queries through the command line to find out the topics but am wondering how to go about this in Flex. anyone done this before? talk to the JMS server to get info like this

[flexcoders] Re: Currency Validation

2008-02-08 Thread sanchivans
What I meant to say is that when I put '.01' it says 'NaN' in the textInput and I can't change it afterwards it just stay's like that. --- In flexcoders@yahoogroups.com, sanchivans [EMAIL PROTECTED] wrote: Hi Dimitrios, That works fine, but it doesn't accept decimal without a '0'. So it

Re: [flexcoders] Re: HTTPService or URLRequest Request header Question

2008-02-08 Thread Tom Chiverton
On Friday 08 Feb 2008, Guolong Li wrote: The socket worked. Still feel adobe is steping backward in this aspect. No value added other than make life a little more miserable. I don't understand why they've done it either. I suggest you log a bug with your business case and encourage us all to

Re: [flexcoders] Re: Need help creating a custom rich text editor using flexmdi

2008-02-08 Thread Daniel Freiman
Are you using Flex 2 or 3? In flex 2, commitProperties can use CSS to reset the text formating of an RTE (line 308 in RichTextEditor.mxml will do it). If you know you're never going to want styles to set the formating of the the control, disable that line (through overriding commitProperties()

Re: [flexcoders] Re: HTTPService or URLRequest Request header Question

2008-02-08 Thread Guolong Li
The socket worked. Still feel adobe is steping backward in this aspect. No value added other than make life a little more miserable. --- Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 07 Feb 2008, gli1_2000 wrote: Then what is a possible alternative to get around this? Anyone has

[flexcoders] Example of how to use HTTPService or a Webservice to access Peoplesoft Data

2008-02-08 Thread kurrykid
Does anyone have an example of how to connect Flex to a Peoplesoft database (AS/400 DB2). My experience in the past has been to access the data through ODBC/DSN connections. I know the tables and fields I want, I just don't know how to get to it through Flex. Thanks. Dave

[flexcoders] Re: handling events from embedded swf assets

2008-02-08 Thread JWOpitz
Its Interesting the way loading and unloading of swfs work in flash9. Also, remember I am loading into a FLEX application not another Flash app.

[flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Uber_Nick
1) What's the difference between Java and AS3 getters and setters? One's written in Java and the other isn't ? Extra credit for that one. Obviously the question only applies to interviewees with a Java background, but it illustrates an interesting feature of Flex. In Java, getter and setter

Re: [flexcoders] Refreshing Page

2008-02-08 Thread Tom Chiverton
On Friday 08 Feb 2008, cool buddy wrote: Whenever i refresh a page it goes back to the HOME page.Is there anything wrong in the coding... For example there is a user registration page...when No i refresh the page it goes back to the HOME page.. Does anyone have any idea?? please post it..

RE: [flexcoders] Problems with Components

2008-02-08 Thread Brad Bueche
Oh and when you are referncing your components in mxml You need to be typing (continuing my example below) ns1: If you type just that, the dropdown list should pop up listing all your components in there (pretty cool). Therefore your full syntax would be: ns1:PhotoView brad

[flexcoders] Problems with Components

2008-02-08 Thread Eric Cobb
I'm working on my first Flex project and I want to break parts of it out into Components. I've read through the tutorial (http://livedocs.adobe.com/labs/flex3/html/mxmlcomponents_2.html#150594), and for some reason I can't my Flex app to recognize my Components. I have 3 components,

RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-08 Thread Merrill, Jason
OK, that's what I wanted to know. Thanks guys! Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Shortcut to generate bindings for left=foo right=foo etc? Or styles?

2008-02-08 Thread Tracy Spratt
What do you mean by anchor system? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Thursday, February 07, 2008 8:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Shortcut to generate bindings for

[flexcoders] How to remove an swf completely

2008-02-08 Thread Guillermo Villasana
How can I remove an swf including the sound it has in it? I have a canvas and I use RemoveAllChildren on the canvas and then I add a new swf, the problem is that the sound stays. Thanks Terius

RE: [flexcoders] how do I modify the html to pass a version parameter?

2008-02-08 Thread Tracy Spratt
Specificlly, add a flashvars argument: var _sVersion = 1.0; // if we've detected an acceptable version // embed the Flash Content SWF when all tests are passed AC_FL_RunContent( src, myflexapp, width, 100%, height, 100%, align, middle, id, myflexapp, quality, high, bgcolor, #869ca7, name,

RE: [flexcoders] Re: Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-08 Thread Tracy Spratt
You have some other problem. Custom components work fine doing this. How have you implemented the max property in the component? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of danielvlopes Sent: Friday, February 08, 2008

RE: [flexcoders] Example of how to use HTTPService or a Webservice to access Peoplesoft Data

2008-02-08 Thread Tracy Spratt
Use one of the three RPC protocols to communicate with a backend process. Those are HTTPService, which is xml-over-http, SOAP-based WebService, and RemoteObject, for Java or CF back ends. Flex does not natively connect with a database (AIR apps aside), unless it can respond to one of those

RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-08 Thread Tracy Spratt
Yes, it is much better. A piece of advice: don't start from scratch. Find an example close to what you want. There are very many ways to mess up. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Friday,

RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-08 Thread Alex Harui
Patience, grasshopper. Since I rewrote the renderer API for AS3/Flex 2, I will hereby claim it is much better. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Friday, February 08, 2008 7:56 AM To:

RE: [flexcoders] SWFLoader.load() error handling does not work?

2008-02-08 Thread Alex Harui
You might have to wait for the server to timeout. The IO_ERROR should get dispatched and you'll see the brokenImage icon instead. If you don't see that, something else is going on. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Image Marquee

2008-02-08 Thread Jon Bradley
On Feb 8, 2008, at 9:29 AM, Dan Vega wrote: I am pretty new to Flex but a vet in the programming world so Action Script 3 is great and I think I am coming along quickly with it. I am trying to create a footer bar 800w 60h that will display an animated marquee of all the images i load from

[flexcoders] DataGrid editor lifecycle

2008-02-08 Thread rmarples
Hi folks - Does anybody know what the lifecycle of the DataGrid editing process is in regards to disabling and enabling the autoUpdate feature of it's dataProvider? It seems that it gets disabled at some point when the editing process begins and I'm not clear when it's gets re- enabled. I'm

RE: [flexcoders] RPC: AsyncToken.addResponder vs addEventListener?

2008-02-08 Thread Seth Hodgson
Originally the only option was to register a general result or fault event handler at the service component level or method level. That's OK if you either don't need any extra context when you handle the result or fault or if you want to manually store some call context on the returned token and

RE: [flexcoders] Re: HTTPService or URLRequest Request header Question

2008-02-08 Thread Jeff Vroom
Anyone know if this works if your browser needs to use a proxy server to connect to the internet? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of scott.royston Sent: Friday, February 08, 2008 11:30 AM To:

RE: [flexcoders] a Flex based viewer of JMS topics on Sonic

2008-02-08 Thread Seth Hodgson
Assuming your Sonic server has Java APIs to query for this information, you can override the AbstractBootstrapService in BlazeDS or LCDS and register your class in the services block of services-config.xml. Override the initialize(), start() and stop() methods. In your initialize() impl, you'd

RE: [flexcoders] Re: DataGrid editor lifecycle

2008-02-08 Thread Alex Harui
It gets re-enabled when the editor moves to a new row. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rmarples Sent: Friday, February 08, 2008 11:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataGrid editor lifecycle

RE: [flexcoders] Re: SWFLoader.load() error handling does not work?

2008-02-08 Thread Alex Harui
What URL are you hitting? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Csiki Sent: Friday, February 08, 2008 11:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWFLoader.load() error handling does not work?

Re: [flexcoders] Re: Need help creating a custom rich text editor using flexmdi

2008-02-08 Thread Max Frigge
Hey Ben, thanks for you effort. I tried to dig a bit deeper, but without any useful result. First of all i can't set the focusStyleName of the component. Due to the fact that you mentioned it is a Panel inherited property... is it possible that this property only exists in FB3 (I am using

[flexcoders] Re: a Flex based viewer of JMS topics on Sonic

2008-02-08 Thread tinkiknit
Thanks, this gives me some direction and it's a good start, if I think I know what you're telling me about writing an AbstractBootstrapService...I'll have to ask our Sonic SA about any Java APIs that should have come with it. We've got FDS so I assume that's the same as using the LCDS?

RE: [flexcoders] Re: Currency Validation

2008-02-08 Thread Brad Bueche
What if you take control of the error yourself and use the invalid tag (or atribute or whatever its called) of the CurrencyValidator? something like invalid=txtresult.text = 'Enter only currency in this format $##.##' And use the trigger and triggevent attributes of CurrencyValidator too

Re: [flexcoders] DataGrid editor lifecycle

2008-02-08 Thread Scott Melby
try itemEditEnd hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com rmarples wrote: Hi folks - Does anybody know what the lifecycle of the DataGrid editing process is in regards to disabling and enabling the autoUpdate feature of it's dataProvider? It seems

RE: [flexcoders] Re: HTTPService or URLRequest Request header Question

2008-02-08 Thread Seth Hodgson
Use the proxy service that ships in BlazeDS and LCDS for your Http requests. There are a variety of browser hacks related to Http headers (which in some cases also impact SOAP web services), and the player is likely to get more restrictive in this area rather than less. This generally has more

[flexcoders] Re: Generated Digitally Signable PDF's

2008-02-08 Thread Nick
I have tested out AlivePDF, it is a useful API for client side generation but does not support signature field generation. Thanks. Nick --- In flexcoders@yahoogroups.com, yusuf baker [EMAIL PROTECTED] wrote: Try alivePDF Thanks On Feb 8, 2008 8:25 PM, Nick [EMAIL PROTECTED]

[flexcoders] AdvancedDataGrid - sizing columns based on column data

2008-02-08 Thread Vijay Ganesan
I'm looking to have a data grid column size to the maximum size of data displayed in that column. Is there any easy way to do this without me having to write code to calculate the max of (size of cell data for each row in that column), and set the column width to that max size? Thanks Vijay

Re: [flexcoders] Problems with Components

2008-02-08 Thread Eric Cobb
Thanks for the help, everyone! I've followed everyone's advice, and now I have xmlns:ns1=* in my WindowedApplication tag, and I have all of my Components referenced as: ns1:GridView, ns1:PhotoView, and ns1:MapView. But, I still get the same 3 errors: 1046: Type was not found or was not a

Re: [flexcoders] Problems with Components

2008-02-08 Thread Eric Cobb
Oh, if it helps, I'm using the Flex 3 Beta, and this is for an AIR Desktop Application. Eric Cobb wrote: Thanks for the help, everyone! I've followed everyone's advice, and now I have xmlns:ns1=* in my WindowedApplication tag, and I have all of my Components referenced as: ns1:GridView,

RE: [flexcoders] Problems with Components

2008-02-08 Thread Brad Bueche
Are you using the Flex IDE? When you type ns1: .does it bring up a list? Also, are all the files in the same directory as the .mxml file that has your application container? brad -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Re: destructing objects / memory management best practices

2008-02-08 Thread Alex Harui
It means that I did not do the work myself, so I don't know what was done, but I know that some issues were found and fixed. There might still be other issues and I don't know if you've hit one or not. Fortunately, in Flex 3 there is a memory profiler and the one in the later builds since Beta3

[flexcoders] Re: HTTPService or URLRequest Request header Question

2008-02-08 Thread scott.royston
This is by far the best solution I have found to date: http://code.google.com/p/as3httpclientlib/ Built from the flash socket support, you have total freedom in using HTTP the right way without all the annoying restrictions and 'quirks' of HTTPService/URLRequest. It also gets rid of a bunch of

[flexcoders] Vector image in Button

2008-02-08 Thread scott.royston
I've got some images in swf vector format that I'd like to use as icons in buttons. The problem is they are sized large, and the Button refuses to force them to resize when they are embedded as icons. Looking at the Button measure() and updateDisplayList(), it looks like it just takes the

[flexcoders] Re: SWFLoader.load() error handling does not work?

2008-02-08 Thread Robert Csiki
Thanks Alex, but when I copy this well-formed URL in a browser I get The page cannot be displayed message right away... trying the same URL with my mx:Image.load() call will hang forever...I even waited for hours, nothing. The only case my IOError event handler got called was when the used URL

[flexcoders] Re: Generated Digitally Signable PDF's

2008-02-08 Thread Nick
Thanks for the replies! Maybe I am looking to deep into this but from what I am finding you can't just sign any PDF. Yes, Adobe Reader has signing and digital ID's built in BUT the PDF you are signing needs to be encoded with the signature fields in order to sign. You can use Acrobat to create

[flexcoders] Re: DataGrid editor lifecycle

2008-02-08 Thread rmarples
Hi Scott, That was the event I originally tried but the problem with it is that the dataProvider hasn't been updated yet with the new value from the editor, so it's too early for me. I need the new value already in the dataProvider so that I can refer to it. Or am I misunderstanding? Ryan

Re: [flexcoders] FIXED: Problems with Components

2008-02-08 Thread Eric Cobb
Found it! Stupid case sensitivity!! In my calls to my components, I was referencing them as: GridView id=GridView When it should have been: GridView id=Gridview I guess Flex didn't like the ID being the same as the Component name! D'oh! Thanks! Eric Eric Cobb wrote: Oh, if it helps, I'm

RE: [flexcoders] Re: DataGrid editor lifecycle

2008-02-08 Thread Alex Harui
I've been recommending that folks subclass ArrayCollection and null out the autoUpdate methods From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rmarples Sent: Friday, February 08, 2008 12:11 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: a Flex based viewer of JMS topics on Sonic

2008-02-08 Thread Seth Hodgson
Yes, as long as you're running version 2.5 or above you have access to the AbstractBootstrapService base class. Best, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tinkiknit Sent: Friday, February 08, 2008 11:39 AM To:

[flexcoders] Re: SWFLoader.load() error handling does not work?

2008-02-08 Thread Robert Csiki
Ok Alex, I just replied before you did I'll copy the message again, it can also be any URL that points to an Internet resource that actually does not exist, as long as it's well-formed, e.g. http://www.tsnn.ca http://www.tsnn.ca/ All browsers return Server not found right away.. Thanks, Robert

Re: [flexcoders] How to remove an swf completely

2008-02-08 Thread Guillermo Villasana
This then must be in the flash I am loading? or is it possible to send a command from flex to the flash swf file? Alex Harui escribió: If you can, design your child to cancel the sound when the child is removed from the display list (REMOVED_FROM_STAGE event)

[flexcoders] Re: SWFLoader.load() error handling does not work?

2008-02-08 Thread Robert Csiki
Hello That's good news Alex... but I'm still getting nothing using the exact same code you tried. The browser I'm using is Firefox 2.0.0.12, with Flash Player plugin (debug version) version 9,0,115,0... also, Flex Builder level is 2.0.1...are you using different settings (browser, plugin

RE: [flexcoders] Re: is this how to use commitProperties

2008-02-08 Thread Gordon Smith
Avoid calling invalidateXXX() inside commitProperties(), measure(), or updateDisplayList(), as this can cause a second pass through the LayoutManager to revalidate; invalidateXXX() is typically called by property setters. Gordon Smith Adobe Flex SDK Team From:

RE: [flexcoders] Problems with Components

2008-02-08 Thread Tracy Spratt
And the component files are in the same folder as the main app mxml file? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eric Cobb Sent: Friday, February 08, 2008 2:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

[flexcoders] Re: createPopUp question

2008-02-08 Thread markgoldin_2000
I have changed my function to this: public function showPopupWindow(parent:DisplayObject, WhatToShow:String):void { var helpWindow:WhatToShow = WhatToShow(PopUpManager.createPopUp(parent, WhatToShow, true)); PopUpManager.centerPopUp(helpWindow); } I am getting: 1046: Type was not

[flexcoders] datagrid scroll events and incremental data loading

2008-02-08 Thread Derrick Anderson
hi, i'm attempting to extend the datagrid to allow not for paging but for incremental loading of data. first of all, has anyone seen a component like this that i might use or use for reference? if not i do have 1 question since i may be tackling this one on my own, currently i've extended the

Re: [flexcoders] Re: Remote Object Security

2008-02-08 Thread Tom Chiverton
On Friday 08 Feb 2008, slash_n_rose wrote: I'm just trying to use setRemoteCredentials(myUserName, myPassword); method in each remote object call and check usrename/password in my Application.cfc using cflogin. Is there any problem with this? Not as such, no, assuming it works. -- Tom

RE: [flexcoders] Array function error?

2008-02-08 Thread Gordon Smith
Loose statements such as fileNames.push(Adobe); inside an mx:Script tag become loose statements inside the autogenerated AS3 class: class ... { ... fileNames.push(Adobe); ... } So the question is... in AS3, when are loose statements inside a class executed? The answer is

[flexcoders] Re: SWFLoader.load() error handling does not work?

2008-02-08 Thread Robert Csiki
I tried the same simple test and I'm still getting nothing... are we using different settings maybe? I'm on Firefox 2.0.0.12, with Flash Plugin (debugger) version 9,0,115,0, and Flex Builder level is 2.0.1 Thanks, Robert --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: Need help creating a custom rich text editor using flexmdi

2008-02-08 Thread YOGESH JADHAV
thanx a lot Ben On Feb 8, 2008 8:07 PM, ben.clinkinbeard [EMAIL PROTECTED] wrote: Well, I have good news and bad news and then a little bit more good news. Good news: There is a workaround. The problem happens when the window's style gets changed, as happens when focus switches. As a

[flexcoders] Flash/Flex Engineer wanted- San Francisco

2008-02-08 Thread minddiggers
Greetings all, A Media company is looking for a talented Flash/Flex Engineers. If you like working on complex, Flash-based web apps (games a plus), you'll be interested in the projects they have going on. Responsibilities - Contribute to product design and implementation discussions - Design

[flexcoders] issues with multiple module and HTTPService

2008-02-08 Thread ezderman
Hi, I am loading the same 5 modules in my app. Each module is using HTTPService to get an xml file. Each module is waiting on ResultEvent however only the first module get the result event. Actually the first module get 5 ResultEvent from all the other module. anyone came accross this

Re: [flexcoders] Upload with parameters

2008-02-08 Thread Ben Marchbanks
Try fileRef.upload(request); versus fileRef.upload(request, uploadfile); Fidel Viegas wrote: Hello folks, I am experiencing a weird problem. I have the following code: var request:URLRequest = new URLRequest(http://localhost:9090/docapp/upload.jsp

Re: [flexcoders] Upload with parameters

2008-02-08 Thread Fidel Viegas
On Feb 8, 2008 11:45 PM, Ben Marchbanks [EMAIL PROTECTED] wrote: Try fileRef.upload(request); versus fileRef.upload(request, uploadfile); Done that. Problem persists.

RE: [flexcoders] issues with multiple module and HTTPService

2008-02-08 Thread Seth Hodgson
Are these proxied or non-proxied HTTPServices? If proxied, you need to use a shared set of destinations and channels defined in your root swf currently. Best, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ezderman Sent: Friday,

Re: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Josh McDonald
That and there's a push for both properties and bindings in java 7. Ah, for closures and properties *sigh* Yay AS3 :D On Feb 9, 2008 12:46 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 08 Feb 2008, Paul Andrews wrote: My java is rather old school, but my getters and setters are

Re: [flexcoders] issues with multiple module and HTTPService

2008-02-08 Thread Fidel Viegas
On Feb 8, 2008 11:49 PM, Seth Hodgson [EMAIL PROTECTED] wrote: Are these proxied or non-proxied HTTPServices? If proxied, you need to use a shared set of destinations and channels defined in your root swf currently. It is non-proxied. It is communicating with the service. The only problem

RE: [flexcoders] How to remove an swf completely

2008-02-08 Thread Alex Harui
If the loaded swf was published for Player 9, then you can talk to it directly. Otherwise, localConnection is probably best. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Villasana Sent: Friday, February 08, 2008 1:18 PM

[flexcoders] Re: createPopUp question

2008-02-08 Thread markgoldin_2000
But I can't say WhatToShow:Class because WhatToShow is a class name which is a string. --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: public function showPopupWindow( parent:DisplayOb ject, WhatToShow:Class :void { make sure u have it improted too -

Re: [flexcoders] Is it possible to call a command automatically when compiling ends?

2008-02-08 Thread shaun
João wrote: Is it possible to configure FB so that after the compiling ends, an external command is called? I know that if i use ant tasks this might be solved, but I was looking for something simpler. Does this feature exists? Is there any simple and straightforward way to achieve this?

[flexcoders] mx:Tree and xml data

2008-02-08 Thread essuark
Hello all, I am using the Flex tree control and it works well with my xml data. I am display node fine, the prob is that in my xml, i have extra data that it is showing up as blank nodes. I have labelField=@Label and it shows my Label but I have a metric ... element in my xml and it doesn't

Re: [flexcoders] Refreshing Page

2008-02-08 Thread Rob Rusher
If you mean refresh as in clicking the browser refresh button, reloading the application is exactly what it's supposed to do. Your Flex application is just a SWF loaded in an HTML file. The SWF is interacting with the user while the browser and html file do nothing. Not completely nothing, but

Re: [flexcoders] Flexible grid : Multiple lines in one data row

2008-02-08 Thread Rob Rusher
Harry, You would use an itemrenderer for the DataGridColumn. You can find examples in the documenation. http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=cellrenderer_072_35.html Regards, Rob On Feb 8, 2008 7:34 AM, Harry Saputra

  1   2   >