Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Digital Hand #1
About Creating a Simple Calculator with Macromedia Flex
Hi,
In Creating a Simple Calculator with Macromedia Flex Article, I have seen that
the author assign the (currentRegister variable) with (reg1 variable), what did
we call this method -> currentRegister = "reg1" ?
I think that when the value of currentRegister change the reg1 value will
change too, is that right ?
Digital Hand Guest
-
Is Dialogue Anywhere based on Macromedia Flex ?
Hi, I'm just curious if Exstream Software's DIALOGUE ANYWHERE has anything to do with Macromedia Flex ? Thanx, Petr -
Simple question for macromedia staff
I have already posted this question, but have had no response. Seems like there are LOTS of posts here that do not receive a response. Anyway, I... -
Creating Macromedia exchange files
Can anyone help me out in creating simple macromedia exchange file... Santhosh -
Making a simple Calculator?
Anyone know any links to tutorials that will help me make a simple calcualtor? IE item cost 5 how many do you want? User enters 2 movie... -
Making a simple calculator with perl
Hello, I'm a total newbie with only a few programs under my belt. Anyway, I would like to create a command line calculator. Like the one... -
jpwrunyan #2
Re: About Creating a Simple Calculator with MacromediaFlex
uhm, I haven't seen that tutorial for a while, but if your point of confusion
is about reference vs assignment, just remember that primative values get
assigned using "=" but Objects (and by extension all classes, including Arrays)
get referenced using "="
jpwrunyan Guest
-
Digital Hand #3
Re: About Creating a Simple Calculator with MacromediaFlex
The Stange thing here, he decleared currentRegister and reg1 variables as
String Type.
He assigned reg1 = "" and currentRegister = "reg1"
And by just doing this+=1
the value of reg1 changed according to that.
So, I want to know what do you call this method.
But, really that amazing, I have not seen something like this in Java.
Digital Hand Guest



Reply With Quote

