[flexcoders] Flex Cache or History Isssue

2008-02-13 Thread ghus32
Please help... I am pulling my hair out. I am looking at a way to reset states and funcitons in Flex. When I go to a state that uses a tabbar and lets say go to the third tab and use my back to home button. Wheni go back to that state Flex remebers what tab I was using. I want it to go back

[flexcoders] Flex Cache or History Isssue

2008-02-14 Thread ghus32
Please help... I am pulling my hair out. I am looking at a way to reset states and funcitons in Flex. When I go to a state that uses a tabbar and lets say go to the third tab and use my back to home button. Wheni go back to that state Flex remebers what tab I was using. I want it to go back

[flexcoders] Checkbox with function problem

2008-02-15 Thread ghus32
Hello Everyone, I am emailing because I have a problem whenever I write a function with if (Checkbox.selected=ture/false){something} or if (!checkbox.selected){something} Flex reads the function before I call it, or it reads the selected. So when I run the program the checkbox is already

[flexcoders] Terminating a function

2008-02-19 Thread ghus32
How do you terminate or stop a function in Flex 2.0? Thanks

[flexcoders] Dynamically changing flex application skins

2008-02-20 Thread ghus32
Does anyone know how to dynamically change the skin of a flex application? thanks steve

[flexcoders] Reset State in Flex

2008-02-20 Thread ghus32
Is there a way to reset a state in Flex? Thanks steve

[flexcoders] Flex Panel Style

2008-02-21 Thread ghus32
Hello, Do any of you guys know how to revove the indent of the flex panel so it blends in with the backgound? Thanks Steve

[flexcoders] Flex 2.0 with no history and cache

2008-02-22 Thread ghus32
Hello Everyone, How would I go about making my completed application have no history or cache? I am having problems with it remmbering tabs between states and remembering results from services. Thanks Steve

[flexcoders] Combo Box Does not refresh

2008-02-29 Thread ghus32
Hello everyone, I have a combox which the dataprovider is an http service linked with php and mysql. When I hit a button which triggers the service the combox does not refresh with the new inputted results. I have to start the application over again and the new fields will appear. any

[flexcoders] Mouse over event alert

2008-03-06 Thread ghus32
Hello Everyone, How would I go about adding a mouse over alert on a text link? Thanks

[flexcoders] Datagrid not refreshing

2008-03-11 Thread ghus32
Hello Everyone, I have something bizarre happinging in flex. I have 2 datagrids in my project which the data providers are from http service which is linked to php/mysql. One of my data grids adds new changes from database on refresh and the other one doesnt... I am using the same code for

[flexcoders] Timed Reminder System

2008-03-13 Thread ghus32
Has anyone seen anything or created something that could do timed reminders in Flex. And to be able to set up reminders??

[flexcoders] Differences between Flex 3 standard and pro

2008-03-26 Thread ghus32
Hello Everyone, I was wondering does anyone know of a site that clearly outlines the differences between Flex 3 standard and pro. Or can someone of you guys enlighten me. Is it worth spending the extra 400$ for pro? your inpur will be greatly appreciated. Thanks

[flexcoders] Problem with Tab bar

2008-03-28 Thread ghus32
I have a problem with a tabbar on my page. When I switch states and go back to the state with the tabbar Flex remembers what tab I was on. This is very annoying Anyone know of a fix for this? Thanks

[flexcoders] Problem with Tab Navigator

2008-03-31 Thread ghus32
I have a problem with a tab navigator on my page. When I switch states and go back to the state with the tab navigator Flex remembers what tab I was on. This is very annoying Anyone know of a fix for this? Thanks

[flexcoders] Problem with tab navigator

2008-04-01 Thread ghus32
I have a problem with a tab navigator on my page. When I switch states and go back to the state with the tab navigator Flex remembers what tab I was on. This is very annoying Anyone know of a fix for this? Thanks

[flexcoders] Datechooser date select

2008-04-02 Thread ghus32
Hello everyone, Is there a way to have a date preselected in the date chooser?? ex.. I pull a date from my database 4/22/2008, and I want to use this date to preselect on the date chooser. Thanks again Steve

[flexcoders] Resetting a datechooser

2008-04-14 Thread ghus32
Hello everyone, anyone know a code to reset a datechooser back to todays date?? Thanks Steve

[flexcoders] Re: plezzzz help me

2008-04-14 Thread ghus32
sounds like to me you have a forwarding issue. you need to forward to your html file in your bin directory. Steve --- In flexcoders@yahoogroups.com, NileAge, Mail [EMAIL PROTECTED] wrote: Hi all, We were uploaded the flex site (http://www.ainsokhna.travel/newhome.html ). There

[flexcoders] Calling http services in separate file

2008-04-16 Thread ghus32
Hello Everyone, I want to clean up my code and put all of my http services in a separate mxml file.. how would I call these at runtime?? Thanks

[flexcoders] PHP Mailer with Flex

2008-04-17 Thread ghus32
Hello Everyone, Does anyone here have any good suggestions for a PHP mailer to use with Flex?? Thanks

[flexcoders] file indexing

2008-04-21 Thread ghus32
Hello Everyone, is it possible to show a file directory/tree on my server in a flex tree or datagrid?? Thanks

[flexcoders] Flex 2 to Flex 3 style problem.

2008-04-25 Thread ghus32
hello everyone, I have moved a project from Flex 2 to 3 and now am having problems with my css styles... I already right clicked on the css files and compiled to swf here is the error I am getting Error: Unable to load style(Error #2036: Load Never Completed. URL: any suggestions???

[flexcoders] Re: currentState question

2008-04-25 Thread ghus32
try this this.currentState='statename' --- In flexcoders@yahoogroups.com, Nicolas Boulet-Lavoie [EMAIL PROTECTED] wrote: Hello, When I try to use this VERY easy command : currentState = I'm getting this error. Error #2006: L'index indiqué sort des limites.

[flexcoders] Double Click Function Datagrid

2008-05-29 Thread ghus32
Hello everyone, I would like to execute a function when I double click on a data grid row. Any ideas? Thanks

[flexcoders] passing variables to popup window

2008-05-29 Thread ghus32
Hello everyone, I am looking to pass a simple variable to a popup window.. how would I go about doing this Thanks

[flexcoders] adding space in an array collection

2008-06-19 Thread ghus32
ac.addItem({name:first_name_traffic.text + last_name_traffic.text}); Is there a way to add a space between first name and last name in this code. I tried adding but that didnt work Thanks

[flexcoders] passing data from PHP to Flex

2008-06-24 Thread ghus32
Hello everyone, I have an upload script that I am using in Flex with PHP. The upload function is working fine, but I want to pass data from the serverside script back to the app. I want to communicate the message part in the php back to Flex. HOw would I go about doing this.. My PHP

[flexcoders] populating a column chart with php and mysql

2008-06-25 Thread ghus32
Hello, I have done this with many datagrids and had success but cant seem to get it to work with the column charts. I have several different queries in php where I get the data from but I dont know the format here is an example of my php code $query_website = SELECT form.question_id,

[flexcoders] Populating Column Chart with PHP and MYSQL

2008-06-26 Thread ghus32
Hello, I have done this with many datagrids and had success but cant seem to get it to work with the column charts. I have several different queries in php where I get the data from but I dont know the format. an example of the php code below I would like to have $num_signage and $num_website

[flexcoders] Populating column chart with PHP MySQL

2008-06-27 Thread ghus32
Hello, I have done this with many datagrids and had success but cant seem to get it to work with the column charts. I have several different queries in php where I get the data from but I dont know the format. an example of the php code below I would like to have $num_signage and $num_website

[flexcoders] Using Datagrid Data

2008-06-27 Thread ghus32
Hello everyone, Is it possible to send data from a poulated datagrid?? For example, I want to send row1 and make it a var.. is this possible? Thanks

[flexcoders] Re: Using Datagrid Data

2008-06-27 Thread ghus32
Yah I am I want to send each row as a var to a webservice. Thanks --- In flexcoders@yahoogroups.com, Fidel Viegas [EMAIL PROTECTED] wrote: On Fri, Jun 27, 2008 at 6:35 PM, ghus32 [EMAIL PROTECTED] wrote: Hello everyone, Is it possible to send data from a poulated datagrid

[flexcoders] Re: Using Datagrid Data

2008-06-27 Thread ghus32
much more detail on what you want to do. Use your words. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ghus32 Sent: Friday, June 27, 2008 3:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

[flexcoders] Re: Using Datagrid Data

2008-06-30 Thread ghus32
the arraycollection which, in turn, updates the datagrid. Now, when you need to send your email, just loop through the arraycollection (Check out IViewCursor for an alternative) and grab the data you want. --- In flexcoders@yahoogroups.com, ghus32 stevenpo@ wrote: I have an email part in my

[flexcoders] Re: Using Datagrid Data

2008-06-30 Thread ghus32
the arraycollection which, in turn, updates the datagrid. Now, when you need to send your email, just loop through the arraycollection (Check out IViewCursor for an alternative) and grab the data you want. --- In flexcoders@yahoogroups.com, ghus32 stevenpo@ wrote: I have an email part in my

[flexcoders] Printing Column Chart

2008-07-03 Thread ghus32
Is it possible to print a column chart in Flex? Thanks

[flexcoders] 2 default buttons in form

2008-07-24 Thread ghus32
Hello Everyone, I have a form and I am using a validation script to enable button when form is filled out.. I need to have 2 buttons activated not just one. Is it possible to do this, or to classify 2 buttons into one group? utils:ValidatorForm id=addEmployeeForm

[flexcoders] Datagrid Headers provided by http service??

2008-08-15 Thread ghus32
Is it possible to have a dynamic datagrid headers that is supplied by a httpservice and mysql. so If my http service gives me 3 results there will be 3 columns with the header names of these results.. Is this possible? Thanks

[flexcoders] Holding functions and http services in separate files

2008-09-11 Thread ghus32
Hello everyone, My application has reached over 3000 lines and now I want to clean up my code.. Is there a way I can put all http services into one file and load them on application startup, same with functions. thanks

[flexcoders] Excuting a function in main app which is triggered by popup window

2008-09-19 Thread ghus32
Hello Everyone, I was wondering if it is possible to execute a function from my main app triggered by the closing of my popup window? Is this done by event listeners? If so, does anyone have any examples? Thanks

[flexcoders] Passing Variables from PHP to Flex

2008-09-26 Thread ghus32
Hello Everyone, I have an upload functions in Flex that works fine using php as a backend. I can pass the data to the PHP but I cannot send data back ex.. like a filename.. Anyone know how to do this? Thanks

[flexcoders] Using data from List Control to send to PHP

2008-10-02 Thread ghus32
Hello Everyone, I was wondering if any of you guys know how to extract data from a list control as each separate entry as a var? I was to send each entry to my php script. Ex. I have 4 entries in my list control I want to send file_name1, filename_2, filename_3, filename_4 to my php script