[flexcoders] Re: Datagrid columns resize

2005-09-13 Thread digital_eyezed
Can you explain a bit more about what you need? Thanks Iain --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: Thank you, that's perfect. Would you be able to tell me the correct syntax to get compute the colums in the datagrid? thanks CONFIDENTIALITY STATEMENT - This

[flexcoders] Checking existance of file

2005-09-13 Thread Prasad Dhananjaya
Hi, Can someone tell me how to check existence of file. Checked several docs. But found nothing useful. I tried to do this with getURL(). But it is trying to open test.txt. I don't want to open. Just want to check it's existence. thanks

[flexcoders] DataGrid it's possibile

2005-09-13 Thread Devis
sorry, it's possibile with flex to build a table like below? First 2 rows are column for me, and 3^ row it's a "dataProvider", can you help me with an example or link please Thank you very much Devis CODE WORKING DAY   DAY NIGHT

[flexcoders] Flex Actionscript firstChild nextSibling

2005-09-13 Thread flex_dba
I'm trying to send back the response from a webservice and populate a tree control with the results. I don't want to have to hardcode the element names to be able to retrieve the values. I saw firstChild nextSibling in a Flash2004 tutorial and was wondering if these are also available in

[flexcoders] Upload/Download

2005-09-13 Thread morslay777
Hello, Do you have any upload/download system, to flex + jsp, that don´t need CF? I Think that many people are searching this... Thank you. Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

[flexcoders] Re: Setting focus on a specific cell.

2005-09-13 Thread bhaq1972
try something like this mx:DataGrid id=dg editable=true initialize=startUp() ... function startUp() { var obj1 = {itemIndex:2, columnIndex:1}; dg.focusedCell = obj1; } --- In flexcoders@yahoogroups.com, Omar Ramos [EMAIL PROTECTED] wrote: Hi list, Is there a way to set focus on a

[flexcoders] tree and checkbox

2005-09-13 Thread instruton
I have tried a new solution for the tree component with the checkbox component rendered along with it.Here is the renderer code CheckRenderer.mxml ?xml version=1.0 encoding=utf-8? mx:HBox xmlns:mx=http://www.macromedia.com/2003/mxml; borderStyle=none horizontalGap=0

[flexcoders] Re: DataGrid it's possibile

2005-09-13 Thread bhaq1972
2 ways you can do this. i can think of. 1) (simplest way) put a line break in headertext for your datagrid column eg mx:DataGrid headerHeight=70 mx:DataGridColumn columnName=blah headerText=Working #13;Day/ or 2) use a headerRenderer in your DataGridColumn eg mx:DataGridColumn

[flexcoders] Need Urgent help

2005-09-13 Thread sandip_patil01
Hi to all, I am looking the below link example, its intresting one, I am little suprised about how this will work, I just copied the code and working around but need some help on below tag. http://www.richinternetapps.com/archives/000108.html animation:Flip name=bodyFlip

Re: [flexcoders] Re: DataGrid it's possibile

2005-09-13 Thread vnice Cute
Hi, as i think that he means to have two rows static values and the row no 3 and to end to be dynamic data. i am not sure. Thanksbhaq1972 [EMAIL PROTECTED] wrote: 2 ways you can do this. i can think of. 1) (simplest way) put a line break in headertext for your datagrid column egmx:DataGrid

[flexcoders] DW 8 Flex

2005-09-13 Thread João Fernandes
Hi there, I'm currently trying DW8 to see if finally i'll get rid of FB. Some new features are (for me) good enough to leave FB behindbut it seemsthere is no support for mxml files. They are seen as text files, I can't even make a find replace (in all currentwebsite). Is there a way

Re: [flexcoders] Re: DataGrid it's possibile

2005-09-13 Thread Devis
Great and thank's for your help, Devis bhaq1972 ha scritto: 2 ways you can do this. i can think of. 1) (simplest way) put a line break in headertext for your datagrid column eg mx:DataGrid headerHeight=70 mx:DataGridColumn columnName=blah headerText=Working #13;Day/ or 2) use a

[flexcoders] Re: Cool Transition Effects

2005-09-13 Thread sandip_patil01
Hi Alex, I read your article (http://www.richinternetapps.com/archives/000108.html), its really cool can you guide us how to implement this. I copied your code and dowloaded the AnimationPackage_v1_06e.zip. I little bit confused in implementing. animation:Flip name=bodyFlip

[flexcoders] Re: Need Urgent help

2005-09-13 Thread sanjayd
yes, you need the 'animation' component. Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] Re: Need Urgent help

2005-09-13 Thread Sandip Patil
yeah I know my dear friend, we need the animation component, do you know where I can get this animation component, if you help me out in this it will be great help..BTW: have you worked on this type of sample application, if so can you send me some linksor sample application. Thanks

RE: [flexcoders] Re: Need Urgent help

2005-09-13 Thread Steven Webster
All, Alex posted a proof of concept, of something that he had written using AnimationPackage, that he is hoping to port towards the Flex effects framework. However, there is no code available for release at present, nor is there likely to be in the immediate future. Anything Flash can

[flexcoders] Array/Dataprovider/Tabbar etc issues.

2005-09-13 Thread Steve Cox
All, Ive currently got a large amount of components in an app Im making. All these components use the dataprovider to fill them. Now Im aware the tabBar component expects an array for the dataprovider, but as arrays dont fire change event, the tabbar wont update. Thus Id be forced

Re: [flexcoders] Re: Need Urgent help

2005-09-13 Thread vnice Cute
Hi, You can download the AnimationPackage for "ActionScript 2.0" from the URL: http://www.swftools.com/tools-details.php?tool=5505655915 ThanksSaleh Sandip Patil [EMAIL PROTECTED] wrote: yeah I know my dear friend, we need the animation component, do you know where I can get this animation

Re: [flexcoders] Re: Need help on Fliping the components

2005-09-13 Thread Sandip Patil
First of AllThanks to allfor your quick response, I already download the zip file... to work with earlier example we need animation component file. it will be great if any one send me the file. Thanks Sandip vnice Cute [EMAIL PROTECTED] wrote: Hi, You can download the AnimationPackage

[flexcoders] Re: Array/Dataprovider/Tabbar etc issues.

2005-09-13 Thread bhaq1972
Hi, i did a simple test (below) ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Script ![CDATA[ var dp:Array = [{ label:one, data:two }, { label:four, data:five },

Re: [flexcoders] Re: Need help on Fliping the components

2005-09-13 Thread Devis
Hi i have download also i'm this great package but i have some trouble for using and configuration in with Flex, pls help us? Devis Sandip Patil ha scritto: First of AllThanks to all for your quick response, I already download the zip file... to work with earlier example we need

RE: [flexcoders] Re: Array/Dataprovider/Tabbar etc issues.

2005-09-13 Thread Steve Cox
You are a star! Thanks very much, addItem on the actual array did the trick, I hadnt thought about doing it this way. This will solve a lot of problems! Thanks again, Steve -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread Libby
No takers so I guess it is not possible? How do you Flex gurus get your model updated dynamically, or, am I asking in the wrong group? --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: In my class file I call EventBroadcaster to dispatch an event that eventually retrieves a

[flexcoders] What would be your suggestion

2005-09-13 Thread nostra72
Ok although I would assume that shared objects would be the way to go I would love for some other suggestions as well. Lets say you want to do a card game using flex you know allow people to play cards online with one another. Now of course you would not want everyone to see everyone elses

Re: [flexcoders] setting value to datefield text..

2005-09-13 Thread Greg Morphis
Neither of those worked, I've created a new post asking about valueCommitted but it wont work here. On 9/12/05, Greg Morphis [EMAIL PROTECTED] wrote: I use change to set the value of the DateField but the text field accompanying it doesnt change. I havent tried the valueCommited event yet.

[flexcoders] asking for a password then storing it

2005-09-13 Thread nostra72
I am doing an application that might require a password but what I want to do is have it so that the person can store there password like you would with any other webpage so that they do not have to enter it yet make it so that someone else can not steal it? -- Flexcoders Mailing List

RE: [flexcoders] asking for a password then storing it

2005-09-13 Thread James
You can look into local shared objects, once you have them enter it, have a checkbox that asks if they want to store it. As your going through your code, just save it to the local shared object, and check for it upon application entry, if undefined, then go to log in. James

Re: [flexcoders] asking for a password then storing it

2005-09-13 Thread nostra72
Is there an application example I can look at that does this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Mozilla Plugin Finder only sees FP7

2005-09-13 Thread Stacy Young
Seems mm.com is offering FP8 now as the default download for flash playerbut it seems mozilla plugin finder still only sees FP7. Were trying to enforce player 8 for our latest Flex appwas wondering if any macromedians know if this will be addressed in the near future? Thanks! Stace

Re: [flexcoders] Re: Datagrid columns resize

2005-09-13 Thread joe . g . james
I have a data grid with three columns. NAME AGE and WEIGHT. I want to be able to get the total of the age and weight columns and place them in the bottom row which you showed me how to do previously. Thanks. ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml

Ant: [flexcoders] Upload/Download

2005-09-13 Thread Patrick Simon
There's a tutorial on how to do this with Flex Flash Player 8: http://www.macromedia.com/devnet/flex/articles/fp8_features.html I hope this helps --- morslay777 [EMAIL PROTECTED] schrieb: Hello, Do you have any upload/download system, to flex + jsp, that don´t need CF? I Think that

[flexcoders] URL vars

2005-09-13 Thread Jeremy Rottman
I am doing some more testing, and I am trying to test with url based variables. When I call the test.cfm page, it shoots me to the flex page with the var I posted to the url. However, when I try to read the url with coldfusion, it tells me that my var is not defiend. Does anyone know if this is

RE: [flexcoders] Re: Need help on Fliping the components

2005-09-13 Thread Gordon Smith
Perhaps you missed Steven Webster's reply: There is no code [for Flip] available for release at present, nor is there likely to be in the immediate future. It sounds to me like you'll have to develop it yourself if you absolutely positively must have a Flip. - Gordon -Original Message-

RE: [flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread Mercer, Dustin
Libby, The approach you described is impossible. Actionscript does not work this way. Once that class has finished executing it code, it is disposed so no binding would be possible. Looks like you are going to have to find a way to do this that fits in with the event model. Please

RE: [flexcoders] asking for a password then storing it

2005-09-13 Thread James
Check out the Occasionally connected client example in your Flex examples, it can give you a starting place James From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 12:34 PM To:

[flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread kaibabsowats
I dont believe binding is a good use in the instance. What is the string in the class file used for? Is it used in displaying something? If so the value should probably be in the Model and bound to the View and not in a Class. Is it used for class logic? Probably better to take a step back

Re: [flexcoders] URL vars

2005-09-13 Thread Tariq Ahmed
How are you calling your test.cfm page? http://whatever/test.cfm?Var1=val1var2=val2 etc..? And when you say shoot, like cflocation shoot, or in your cfm you're embedding the .mxml.swf? If you have debugging turn on, you'll see on your test.cfm page what URL var's exist. Jeremy Rottman

[flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread Libby
I am trying to get a user message to display from within a validation class. When validation fails I want to retrieve the appropriate message so that it shows up in the default message display generated by Validator class. Thus, I do not know how I can bind to the mouseover message area from the

RE: [flexcoders] Flex Actionscript firstChild nextSibling

2005-09-13 Thread Tracy Spratt
Yes they are definitely available. I recall having a problem with using nodeValue. I think I used childNodes[0] instead. Per the docs, nodeValue only works on text nodes, any you are probably applying it to an element node. You might test with childNodes[0], to make sure you have the correct

[flexcoders] ColdFusion Flex: How to integrate CFCs, Flex, RemoteObjects, etc.? My Guide for Newbies...

2005-09-13 Thread dfatta
Hi, It's amazing what desperation will do...also in a way, sad, that I had to try so long to get relatively simple functionality to work between CF and Flex. In almost 10 years or programming, this is easily one of the most frustrating challenges I've ever encountered. To say there's a

[flexcoders] Re: Datagrid columns resize

2005-09-13 Thread digital_eyezed
Hi, I tend to do this by adding another element to the dataprovider which has the totals, then you use the same dataprovider for the second dataGrid but use the columnName of the totals to display them. I have modified your code below to show this. --- In flexcoders@yahoogroups.com, [EMAIL

RE: [flexcoders] asking for a password then storing it

2005-09-13 Thread Tracy Spratt
Samples, Flex Explorer, Miscellaneous. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 12:34 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] asking for a password then storing it

RE: [flexcoders] Re: Datagrid columns resize

2005-09-13 Thread Tracy Spratt
You could create a global variable (instance member) to act as the dataProvider for the totals DataGrid. It would be an array of objects, with properties for each column. Loop over the dataProvider, do the calculations, and update the variable in the result handler, or on cellEdit if

[flexcoders] Re: Datagrid columns resize

2005-09-13 Thread digital_eyezed
For Clarity: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; backgroundColor=#FF mx:Script ![CDATA[ public function setWidth(event){ if (event.target == _level0.myGrid2){ myGrid.getColumnAt(event.columnIndex).width =

[flexcoders] ValidationFailedEvent + Validator

2005-09-13 Thread Libby
Can anyone point me to an example that utilizes these objects, especially the errors array on the ValidationFailedEvent object? I need to load my validation error messages from a resource bundle at startup, and then find and display the appropriate one via Validator.doValidation(). I read the Flex

[flexcoders] Flex and Remote Objects

2005-09-13 Thread Greg Morphis
Anyone have links to a good tutorial on Flex and Remote Objects? I've tried to read the LiveDocs (http://livedocs.macromedia.com/flex/15/flex_docs_en/2244.htm) but this is just too dry and bland. A tutorial or links to not so bland information would be appreciated. Thanks! -- Auxilium meum a

RE: [flexcoders] Flex and Remote Objects

2005-09-13 Thread Tracy Spratt
For a very basic example, I took the RemotObject sample from FlexExplorer and moved it to my own app, and noted what it took to get it working, The example mxml file is reasonably commented. This example uses AS to build and invoke the request, rather than declarative mxml.

[flexcoders] Cairngorm and Eclipse validation - xmlns issues

2005-09-13 Thread Eric Raymond
We're using Eclipse as our IDE (shades of Zorn) and are having a problem with the Cairgorm xmlns. Adding xmlns:cairngorm=http://www.iterationtwo.com/cairngorm; to a file causes Eclipse to complain about the namespace. We had a similar problem with the

[flexcoders] Cairgorn Bug?

2005-09-13 Thread Omar Ramos
Hi there, There is something strange going with cairngorm in the application am currently developting. It seams that when I do a broadcast the lines of code beneth if doesn't execute. I do this. EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT,

[flexcoders] How to check existance of file

2005-09-13 Thread Prasad Dhananjaya
Hi, Can someone tell me how to check existence of file. Checked several docs. But found nothing useful. I tried to do this with getURL().When use it, it is trying to open test.txt. I don't want to open. Just want to check it's existence. thanks

RE: [flexcoders] Checking existance of file

2005-09-13 Thread Tracy Spratt
Keeping in mind that you cannot access files on the client file system, only on the server, you will need to use the file system functionality available in your middle tier environment (Java? DOT.NET?). You could use HTTPService to invoke that functionality and return the result to Flex. Tracy

Re: [flexcoders] Re: HTTPService problems with SSL when using IE

2005-09-13 Thread Pushkar Phatak
hey, we are also running into similar issues.. works on every browser (FF / Opera / netscape) except IE. did you find a solution yet viraf?! thanks pushkar On 6/22/05, viraf_bankwalla [EMAIL PROTECTED] wrote: The swf is being served over https.Also, if I type in the URL withthe params the

[flexcoders] Cairngorm and HttpService breaks event.call

2005-09-13 Thread Eric Raymond
I'm trying to get Cairngorm to work with HttpServices. It appears that event.call.resultHandler on the service handler does not work with HttpServices. Has anyone gotten this to work? It looks like it is not possible given my results below. The call property is a urlencoded parameter string