Re: [flexcoders] Whats the best way to do this

2005-08-04 Thread nostra72
In a message dated 8/4/2005 11:05:12 AM Eastern Standard Time, [EMAIL PROTECTED] writes: mx:Link click=”getURL(‘path’,’_blank’)/ When I tried it I got an error message that says an open quote is expected for attribute click -- Flexcoders Mailing List FAQ:

[flexcoders] Question about passwords

2005-08-17 Thread nostra72
Ok lets say your making a site where you want people to go on and imput information and have everyone put in different information but not have someone be able to put important information for someone else. I guess what I am saying in a nutshell is I want to be able to have someone type in a

[flexcoders] Has anyone ever made a card game in Flex

2005-08-18 Thread nostra72
Has anyone ever written a program where someone can play cards with someone else online using Flex? I mean I would think it would be hard because how do you set it up to where you do not see someone elses cards? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Has anyone ever made a card game in Flex

2005-08-18 Thread nostra72
What your saying is that with just raw Flex this is not possible to do. I know you can write a card game with Flex the question is can you do it and actually put it on the net so people can play it. Is this possible to do with Flex, just flex that is -- Flexcoders Mailing List FAQ:

[flexcoders] Is there a simple way of doing this

2005-08-18 Thread nostra72
Making sure that when someone enters something in a textbox that they can only enter numbers and that you can only type in numbers? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Can Flex do this if so how

2005-08-19 Thread nostra72
How do you use Flex to store something on a database so you can go back to it again when you run the application? For example lets say you want to store passwords on a database, whats the best route for doing so? -- Flexcoders Mailing List FAQ:

[flexcoders] Second attempt at posting

2005-08-19 Thread nostra72
Sorry I sent out a post and I do not think it went through so I am sending it again. How do you use Flex to store something on a database so you can go back to it again when you run the application? For example lets say you want to store passwords on a database, whats the best route for doing

Re: [flexcoders] Second attempt at posting

2005-08-19 Thread nostra72
Well both eventually but how about for now I just concern myself with storing things on a local host server. What I want to do is have an application that will remember things when I run it IE passwords, personal info etc etc. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Can Flex do this if so how

2005-08-19 Thread nostra72
Are you saying I need to do those things? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexcoders"

Re: [flexcoders] Can Flex do this if so how

2005-08-19 Thread nostra72
Where can I find a link to this Occasionally Connected Client -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your

[flexcoders] Question about shared objects

2005-08-22 Thread nostra72
Ok I took the following code ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*"mx:Script![CDATA[private function addItemToCombo( event ){if ( event.target.text.length 0 !itemExsistsInComboDataProvider( event.target, event.target.text )

Re: [flexcoders] Question about shared objects

2005-08-22 Thread nostra72
What I meant was instead of using a combo box I was wondering how someone stores the text on a textinput box using shared objects -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Question about shared objects

2005-08-22 Thread nostra72
Thanks one question though does the storeName function have to be private? I am asking because lets say I put the storeName function on a seperate .as file -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] How come this code does not work

2005-08-30 Thread nostra72
Ok I am trying to link this code to a seperate .as file and have been unable to do so as far as getting the shared object to work here is the code for the mxml file. mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" initialize="fna.initApp()" xmlns="*"firstsharedobjectas id="fna"

[flexcoders] Question about storing a password

2005-09-01 Thread nostra72
Is using a shared object the best way to say store someone's password so that nobody else can get to it? Also are there examples of programs where a user can store a password to get information like say a website that is used by a lot of people? -- Flexcoders Mailing List FAQ:

[flexcoders] Question about remote objects

2005-09-12 Thread nostra72
What are they and how are they used I am trying to understand them? -- 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] Question about remote objects

2005-09-12 Thread nostra72
What are they and how are they used I am trying to understand them? -- 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] 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

[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 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

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

2005-09-14 Thread nostra72
True I am just trying to think of the best way to have security I mean if there are other ways of doing applications like this with flex and have security I would like to know. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Question about accordions

2005-09-14 Thread nostra72
I am having some problems changing an object such as a button or a text box that is in one section of an accordion from a command on another part of an accordion. For example lets say I have one button on one section of the accordion that if you press it makes a label on the other panel of the

Re: [flexcoders] Question about accordions

2005-09-15 Thread nostra72
Well I put in creationPolicy= ”all” in the accordion tag right after the width and I got an error message that says open quote is expected for Attribute "creationPolicy". -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] What does this error message mean

2005-09-15 Thread nostra72
I put in creationPolicy=”all” right in the opening tag of an accordion and I got the following error message back. Open quote is expected for attribute "creationPolicy".Did I type something wrong? -- Flexcoders Mailing List FAQ:

[flexcoders] Flex applications not working with Mozilla firefox

2005-09-15 Thread nostra72
I am able to get flex applications working with internet explorer but for some odd reason every time I try to run them on firefox there not working can someone please explain why this could be? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Flex applications not working with Mozilla firefox

2005-09-16 Thread nostra72
I am not sure if I do or not how do I check if I have it installed? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit

[flexcoders] Question about error message

2005-09-16 Thread nostra72
I have asked this before and I want to ask this again because I guess its still confusing me even though I have been able to handle it in the past. OK sometimes when I am programming I get this error message or one similar to this 2 Errors found. Error Branch between 169711 and 202518 around

[flexcoders] Question about the samples on the samples page

2005-09-16 Thread nostra72
Ok I do not want to break any copyright laws so this is why I am asking this here. Lets say I wanted to look at the following url http://localhost:8700/samples/flexstore/flexstore.mxml?versionChecked=true Ok and lets say I wanted to cut and paste the code removing any copyrighted information

Re: [flexcoders] Question about the samples on the samples page

2005-09-16 Thread nostra72
In other words I could modify the code say to make a store type page for a friend of mine? The flex store page that is at this url http://localhost:8700/samples/flexstore/flexstore.mxml?versionChecked=true -- Flexcoders Mailing List FAQ:

[flexcoders] Question about alligning code

2005-09-16 Thread nostra72
What if I am making a page and I want to allign a Vbox to the left side of the page is there a way to do this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Question about alligning code

2005-09-17 Thread nostra72
In a message dated 9/17/2005 2:21:26 AM Eastern Standard Time, [EMAIL PROTECTED] writes: horizontalAlign="left"/ I tried to do this with a label and I got a message saying unknown attribute -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Communication betwen two .as files

2005-09-20 Thread nostra72
How do you have an mxml file that has two .as files and one .as file has a function in it that calls the method in the other .as file. Let me show you what I want to do, here is the mxml file What I want to do is to have someone press the testouttwo button then have it call the acivatetwo()

[flexcoders] applications forgetting array values

2005-09-22 Thread nostra72
How common is it for an application to forget the value of an array like if you set an array value to a number and then it goes to null soon afterwards? What is the cause of this? Does it happen mostly with big applications? -- Flexcoders Mailing List FAQ:

[flexcoders] Problems with alligning

2005-09-26 Thread nostra72
Sorry for mentioning this again but I am still having problems alligning the code I want to the left. I will however post some code so that maybe I can clear up what it is that I am trying to do. I want the label that says "Allign this text to the left" to appear on the left side of the page

[flexcoders] test message

2005-09-27 Thread nostra72
This is just a message to see if I can get through I have had problems posting -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS

[flexcoders] Can someone read this please

2005-09-27 Thread nostra72
I am not able to post to the list for some reason -- 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] Confusing error message

2005-09-27 Thread nostra72
I would post the code on this but as the code is too large I will just post the error. First I want to say I have never seen this error before I mean at least not in this format. Lets say I have a project and I name it play ok and an error message comes up that looks like this Error

Re: [flexcoders] Confusing error message

2005-09-28 Thread nostra72
I found something about an out of memory error with tomcat however I am pretty sure I am not using tomcat. I had no idea there were more than one type of out of memory error message? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Confusing error message

2005-09-28 Thread nostra72
I read the faq thanks I have more than one .as file but as of yet only one mxml file perhaps I need to work on making another one to fix the 32k error? Do you all think that would help -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Confusing error message

2005-09-28 Thread nostra72
No I have not tried debug mode I do not have the full software only the trial software is there a way to do this with the trial software? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] How much does the upgraded software cost

2005-09-28 Thread nostra72
I know when you first download the software it first runs as a trial software then it reverts to a local software or something like that after the trial period. How much does it cost to actually purchase this software? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Putting a picture on a page

2005-10-03 Thread nostra72
Well I tried to make sure the filename is correct I mean its in the products folder. Also the filename is correct casewise. Does it have anything to do with it being a jpeg file? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Question about accordions

2005-10-07 Thread nostra72
Ok whats the best thing to do if say you want to change something in one panel of an accordion using a function in another one. I am asking because I am trying to put something on a text bux on one panel with a function but its not letting me do this. -- Flexcoders Mailing List FAQ:

[flexcoders] Changing the applicaitons background color

2005-10-08 Thread nostra72
I know you can change the background color of a control with a command but can you change the background of an entire flexpage. I just want to change it because I think grey is boring. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Storing several passwords with shared objects

2005-10-12 Thread nostra72
Is it possible to set it up so that you can have several people each with different passwords using an application. I know how to set it up to where you can store one password and have it be remembered the next time it is run but I am not sure how to store more than one password. --

[flexcoders] Changing color of font

2005-10-12 Thread nostra72
How do you change the color of a font on a page? -- 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

Re: [flexcoders] Storing several passwords with shared objects

2005-10-12 Thread nostra72
I think so an example of what I am trying to do is this. Lets say you have a game that everyone is playing cards on a flex application and you want everyone to have there own password because the web page is on a public server. What I figured would be the best route is to have a password for

[flexcoders] Any explanation as to why this would happen(Question about accordions)

2005-10-13 Thread nostra72
I am having some problems getting a button on one panel of an accordion to change the textinput box on another panel of an accordion and I was wondering if someone can give me some idea as to what could be causing this? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Any explanation as to why this would happen( Question about ...

2005-10-13 Thread nostra72
I think I understand what your saying the second panel has to be opened before the first one can reach it right? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Any explanation as to why this would happen( Question about ...

2005-10-13 Thread nostra72
Is there any way to set it up to wehre I would not have to open the second panel first though? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Question about linking two mxml pages together

2005-10-16 Thread nostra72
I have a question, normally you can link two html pages together but from what I understand I have seen nothing about linking two mxml pages together. What I want to do is have a link on one page link to another mxml page that has pictures on it. Is this possible to do? Or when you make an mxml

Re: [flexcoders] Question about linking two mxml pages together

2005-10-17 Thread nostra72
No I can't say as I have seen theViewStack component any way I can take a look at it-Original Message-From: Manish Jethani [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Sun, 16 Oct 2005 16:22:28 -0700Subject: Re: [flexcoders] Question about linking two mxml pages together On

[flexcoders] Can you nest viewstacks

2005-11-07 Thread nostra72
Is it possible to take one viewstack and put another viewstack inside it like say you choose one menu and a menu appears below it? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Applications forgetting variables

2005-11-10 Thread nostra72
What do you mean recreating classes -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexcoders" on the

[flexcoders] Question about using several mxml files together

2005-11-10 Thread nostra72
Whats the advantages of doing this and is there a certain limit to the size an mxml file can get? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Can you put an Adobe Acrobat file on a flex page

2005-11-15 Thread nostra72
Do you do it the same way you do a picture -- 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] How do you convert a .pdf file to an .swf file

2005-11-18 Thread nostra72
Do you just save the .pdf file as a .swf file or do you do something else? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS

[flexcoders] Using Macromedia Flashpaper2

2005-11-22 Thread nostra72
How do I use Macromedia Flashpaper to put a pdf file on a flex page? I mean I know I can convert it to a .swf file but what do I put it in do I put it in a loader or an image what do I do? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] How do you convert a .pdf file to an .swf file

2005-11-24 Thread nostra72
I got flashpaper installed then I converted it to a .swf file what is the tag I put the .swf file in on the page? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] How do you convert a .pdf file to an .swf file

2005-11-24 Thread nostra72
In a message dated 11/25/2005 12:09:15 AM Eastern Standard Time, [EMAIL PROTECTED] writes: mx:Loader source="path/to/your.swf" / do I save it in the assets folder when I try to view it on the localhost server? -- Flexcoders Mailing List FAQ:

[flexcoders] Can someone lead me to an example like this

2006-04-06 Thread nostra72
I would like a flex example I can download off the net that involves the user having to enter a username and password to access it. I would like to see an example so I can some idea of what to work with please. -- Flexcoders Mailing List FAQ:

[flexcoders] Question about a particular flex book by Steven Webster and Alistar McCloud

2006-04-11 Thread nostra72
I have the book Developing Rich Clients with Macromedia Flex by Steven Webster and Alistair McCloud. I was wondering if someone could tell me where I would be able to download the samples that are in the book I was told I could do that somewhere? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Question about a particular flex book by Steven Webster and ...

2006-04-12 Thread nostra72
Thanks but the specific chapter I am wondering about is chapter 21 securing the server. I have not had much experience in making an application that is secure as in putting in passwords and using usernames. I was hoping to maybe download an application that uses flex that could show me

Re: [flexcoders] Question about a particular flex book by Steven Webster and ...

2006-04-12 Thread nostra72
Thanks I do have another question though is there a particular url I can go to access the files on the localhost server? I mean I was thinking of storing the mxml files to the flexstore folder in the server folder. I can't say that I am too sure about where I am supposed to put the xml

[flexcoders] Can someone help me out here

2006-04-14 Thread nostra72
I downloaded the sample code for the book Developing Rich Clients with Macromedia Flex and I was hoping to examine specificly the code in Chapter 21. I am trying to learn how to secure a server and although I am happy I have the code I am unclear as to how to use it so that I may access

[flexcoders] Question about Flex Beta

2006-04-18 Thread nostra72
How easy is it to use Flex Beta to make an application where you have a password that is secure from being seen, you know to store information? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Are there any Flex Seminars coming up

2006-05-01 Thread nostra72
have sort of hit a brick wall with Flex I am trying to self teach myself with a book which is fine except I think I could learn a lot more. I believe Flex to be very useful I just want to make sure I can get everything out of it so I can help others. I live in Atlanta Georgia if there are

[flexcoders] the book Developing Rich Clients with Macromedia Flex by Steven Webster

2006-05-18 Thread nostra72
and Allistair Mcleod sorry about not putting the second name in the title but I ran out of room however I wanted to give credit to both authors anyway before I asked my question. I have the software Adobe Flex Builder 2 Beta downloaded. What I was wanting to do is look at the particular

Re: [flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread nostra72
My name is Johnnie and I am sorry I came across as pushy I just get frustrated sometimes with this stuff, I am sort of self teaching myself this. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Question about embedding xml that has flex in a page

2006-08-28 Thread nostra72
I wrote some flex for a friend of mine and here is the url of his page. http://www.pattersondevelopmentgroup.com/ He gave me permission to post it to the list. What I want to do is embed some flex in the html. Has anyone had any experience with getting a page from business.yahoo then

[flexcoders] I am new to programming so bear with me here

2005-04-20 Thread nostra72
I mea just learning flex and its one of the first languages I am learning so here is the question. What is the debug button in Flex builder for I mean I am afraid to press it because I do not want to hurt what I have made. Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Question about Flex Builder 1.5 and trial ending

2005-04-28 Thread nostra72
About 60 days ago I downloaded Flex Builder 1.5 and the 60 days is up. I was under the conclusion that after the 60 days were up it would convert to an IP limitedversion. However when I try to start it I get a message that I must activate it with a serial number. How do I continue to use the

[flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
I downloaded the trial version after my Multimedia flexbuilder 1.5 trial was up and for the life of me I can not seem to get Macromedia Flex 1.5 the developer version to be installed.I do the installation process fine and then wehn I try to run it all I get is the server. I tried calling the

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
Jrun I think it came with a Jrun JARlauncher program so I assume thats it. Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
Ok let me propvide a bit more details ok. What Ihave is a program called Jrun with the words Jrun JAR Launcher undereneath its name. When I click on it I get a thing that says Jrun launcher. S0 I click on the default and I click start. Well it runs for about 30 seconds then I get a message that

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
When you say little sense do you mean why would I get an error message Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
When you say integrated install you mean install the version of Flex developer that has the java server Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
Also, when I say when I run all I get is the server what I mean is, I am able to get the sever part of the software to run fine. But its the program that gives me the environment to help me write the code like Macromedia Flex Builder 1.5 gave me did if that maked sense. I am sorry for all the

[flexcoders] What does this error message mean

2005-05-09 Thread nostra72
When I try to access this url http://localhost:8700/samples/flexstore/flexstore.mxml?versionChecked=true I get a 580 server error does that mean there working on the server because I have the Integrated Flex server running Yahoo! Groups Links To visit your group on the web, go

[flexcoders] getting the Integerated Flex server to work

2005-05-09 Thread nostra72
I am not sure if its neccessarily the server but when I start the server and I try to access the following url on my computer all I get is a white page. Any suggestions http://localhost:8700/samples/flexstore/flexstore.mxml Yahoo! Groups Links To visit your group on the web, go

Re: [flexcoders] getting the Integerated Flex server to work

2005-05-09 Thread nostra72
Actually I am using firefox I hope that helps Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Re: [flexcoders] getting the Integerated Flex server to work

2005-05-09 Thread nostra72
I guess my problem is its not interpeting mxml files with Firefox yet for some reason it was dong htis on Friday any tips on how to change the settings Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group,

Re: [flexcoders] getting the Integerated Flex server to work

2005-05-09 Thread nostra72
The only thing I can think of th at might be strange is a line that says Warning no session secret has been specified in jrun.xml installing a self generated session secret I tried to cut and paste what it says but I was unable to Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Using browsers to access mxml files

2005-05-09 Thread nostra72
Any reason why a browser would have problerms accessing an mxml file I use firefox and have had problems for some odd reason for the past few days. I can use Internet Explorerfine but I have heard bad things about Internet Explorer and have heard a lot of great things about Firefox as far as

Re: [flexcoders] Using browsers to access mxml files

2005-05-10 Thread nostra72
Ok when I try to access an mxml file with firefox even if its on a local host what happens is I get a big white screen it says the server has been accessed I just get a big white screen Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/

[flexcoders] applications that forget variables

2005-05-12 Thread nostra72
Is there a limit to a scope of a variable if I store it in an array because I have done so in the past declared it public at the top of the mxml file yet at times it seems the computer forgets the value by the time it goes through like ten functions. Is this unusual and if so is there a way to

[flexcoders] Question about error message

2005-05-16 Thread nostra72
Ok I was writing a rather large mxml file one that is about 62KB, its never given me any problems with the amount of memory before and I actually removed like about a few hundred lines of code to make the application smaller. So what has me so confused is why am I getting a message saying its

[flexcoders] Is there an easy way to do this

2005-05-18 Thread nostra72
I know I probably can figure out how to do this eventually. My problem with my programming skills is my programs tend to be bigger and more filled with code than they need to be. So I am trying to learn to get the job done with less code. Here is one thing I trying to do and its been making me

Re: [flexcoders] Is there an easy way to do this

2005-05-18 Thread nostra72
I tried what you said and what I thought was the Array.sort command but I can not get it to work. What I am trying to do in a nutshell is sort the array by showing the top three numbers in order on either a button or a label next to there respective Shoppers.I looked online for info on the

[flexcoders] resetting an object to a default color

2005-05-20 Thread nostra72
I know you can change the color with the setStyle method what I want to know is how do you revert it back to its default color whenever I try to change it all I get is either a black button or some other color? Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Question about the flex samples

2005-05-20 Thread nostra72
http://localhost:8700/samples/flexstore/flexstore.mxml?versionChecked=true I have a question about this webpage and others in the samples folder. I hope this is not a silly quesiton but is it ok to use the sample files as a template to make other webpages? In other words alter the data to fit

[flexcoders] Making a page with a video clip

2005-05-24 Thread nostra72
One of the sample pages has a clip on it and its written like this ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" mx:MediaPlayback width="300" height="300" contentPath="../assets/clip.flv" controllerPolicy="on"/ /mx:ApplicationWhat I want

Re: [flexcoders] Making a page with a video clip

2005-05-24 Thread nostra72
How much do these programs cost Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

[flexcoders] Applications forgetting variables

2005-05-24 Thread nostra72
I can not help but feel I have ran in to more problems than neccessary because my flex applicaitons forget variables. I mean I know from a code standpoint I am doing the right thing when I write my code but I think it forgets variables and I think this is causing me more stress than need be.

Re: [flexcoders] Applications forgetting variables

2005-05-24 Thread nostra72
I will set a variable to be a certain amount in one function then call it in a later function and its completely forgotten it Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL

Re: [flexcoders] Applications forgetting variables

2005-05-25 Thread nostra72
Ok assuming your right and again I hope this is not another silly question but what does a local variable look like and what does an instance variable look like? To me I just thought all variables were just like this public var name:String you know things like that Yahoo! Groups Links

Re: [flexcoders] Applications forgetting variables

2005-05-25 Thread nostra72
perhaps you are right do you know of any such tutorial. The reason I do not post a lot of my code is its way to long and complicated. I would rather post a simple example of code Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To

[flexcoders] How do you store and then retrieve the backcolor of something

2005-06-06 Thread nostra72
I am asking because what I want to do is change the color of a button to a different color but later on reset it to its original color. How do you first store the value of the original color and how do you call it back later? Yahoo! Groups Links To visit your group on the web, go

Re: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread nostra72
Can someone explain why this code does not work then? I tried to make it so that it will change the button color to red then back to its original color but its not working? ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" mx:Script

Re: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread nostra72
Well what I am actually trying to do is restore a button to its original fillcolors setting? Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups

  1   2   >