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
th
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
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
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
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
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?
basically I want to have two buttons in the defaultButton.
Is it possible to print a column chart in Flex?
Thanks
; number back it updates 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, &q
; number back it updates 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, &q
ote:
>
> We will need much more detail on what you want to do.
>
>
>
> Use your words.
>
>
>
> Tracy
>
>
>
>
>
> From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
> Behalf Of 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
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
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 as
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 as
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, form.answe
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 code
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
Hello everyone,
I am looking to pass a simple variable to a popup window..
how would I go about doing this
Thanks
Hello everyone,
I would like to execute a function when I double click on a data
grid row. Any ideas?
Thanks
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 in
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???
Tha
Hello Everyone,
is it possible to show a file directory/tree on my server in a flex
tree or datagrid??
Thanks
Hello Everyone,
Does anyone here have any good suggestions for a PHP mailer to use with
Flex??
Thanks
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
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 ).
>
Hello everyone,
anyone know a code to reset a datechooser back to todays date??
Thanks
Steve
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
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
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
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
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
Has anyone seen anything or created something that could do timed
reminders in Flex. And to be able to set up reminders??
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 both
Hello Everyone,
How would I go about adding a mouse over alert on a text link?
Thanks
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 suggesti
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
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
Is there a way to reset a state in Flex?
Thanks
steve
Does anyone know how to dynamically change the skin of a flex
application?
thanks
steve
How do you terminate or stop a function in Flex 2.0?
Thanks
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 sele
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 the
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 the
43 matches
Mail list logo