Search found 256 matches

by KennyR
Tue Mar 04, 2014 1:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Question - Regarding Random ???
Replies: 19
Views: 8438

Re: Question - Regarding Random ???

actually I just thought about this for a second and shortened the code a tiny bit....there is no need to stick the random number into a variable...so we end up with this...

put line random(i) of vText into fld "someField"

right?
by KennyR
Tue Mar 04, 2014 1:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Question - Regarding Random ???
Replies: 19
Views: 8438

Re: Question - Regarding Random ???

Ut oh...either I am in trouble or I am an idiot.... :oops:
by KennyR
Tue Mar 04, 2014 1:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Question - Regarding Random ???
Replies: 19
Views: 8438

Re: Question - Regarding Random ???

Klaus....I think I ruined your teachable moment here and gave him the answer....sorry....but I want to answer this so that I may bask in the coding goodness of your knowledge! :D (This is just as much for me as it is for him) I would assume you are referring to something like this? on mouseUp --Popu...
by KennyR
Tue Mar 04, 2014 5:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Question - Regarding Random ???
Replies: 19
Views: 8438

Re: Question - Regarding Random ???

I would look into the keyword "any"....correct me if I am wrong here guys but I think "random" only applies to picking random numbers.....I have been using "any" in a program I am currently developing that choses random locations for fields to move to... example: (gets the locations) repeat with x= ...
by KennyR
Fri Feb 21, 2014 11:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Random Chars
Replies: 5
Views: 3573

Re: Random Chars

Roger, Thank you very much for taking the time to construct that example for me! That was awesome! Works EXACTLY as I wanted....

Best
Kenny
by KennyR
Fri Feb 21, 2014 11:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Random Chars
Replies: 5
Views: 3573

Re: Random Chars

LOL! I did think of that....I repeated the alphabet in the field like 75 times!! Nice one though!
by KennyR
Fri Feb 21, 2014 11:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Random Chars
Replies: 5
Views: 3573

Random Chars

Hello everyone...new question of the day for me....I am trying to assign each label of a group of buttons to a random character and am running into issues....I just simply want to randomly pick a letter between A-Z and assign the button that letter. So far I am having some luck but out of the 50 but...
by KennyR
Wed Feb 19, 2014 6:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: layered visual effects
Replies: 4
Views: 2879

layered visual effects

Been searching for an answer to this but no luck...Is it possible to trigger two visual effects at the same time and have them applied to the object simultaneously? Example... on mouseUp lock screen for visual effect hide me unlock screen with visual effect dissolve fast and push right end mouseUp n...
by KennyR
Wed Feb 19, 2014 6:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get default button look back after changing button color
Replies: 12
Views: 5712

Re: get default button look back after changing button color

Craig....Yeah I was trying to have the repeat ignore the button that was being clicked....To me it seemed to work because it resulted in the effect I was looking for. I actually just wrote that loop last night and thought I was soo smart! It didn't give me an error and I thought it was okay....well ...
by KennyR
Wed Feb 19, 2014 6:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get default button look back after changing button color
Replies: 12
Views: 5712

Re: get default button look back after changing button color

Just as a follow up Don...right click on a button in development mode and select the property inspector. Look at the colors&patterns section and mouse over some of the items there....tool tip will give you handy commands for each section like "textColor" "backGroundColor etc. Open a script up and st...
by KennyR
Wed Feb 19, 2014 6:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get default button look back after changing button color
Replies: 12
Views: 5712

Re: get default button look back after changing button color

Hi Don....What I do in this situation is simply this....say you have two buttons and the first button is going to change colors when you press it....then when you press the second button that button changes colors while the first button goes back to its original state....I do this....(group the butt...
by KennyR
Mon Feb 17, 2014 7:22 pm
Forum: iOS Deployment
Topic: Switching between subStacks
Replies: 18
Views: 9158

Re: Switching between subStacks

Klaus....sorry to keep this thread alive and kicking but I have something strange going on here....Iv'e noticed navigating between stacks using no visual effects works but has some unexpected things happening when you have code in the preOpenCard script. The first time you navigate to the sub stack ...
by KennyR
Mon Feb 17, 2014 5:00 am
Forum: Databases
Topic: Weird SQLite behavior
Replies: 1
Views: 2174

Weird SQLite behavior

Okay....this is not a huge deal but was wondering if anyone has run into this issue. Generally I develop at home on my iMac and then when I go to work I use a Mac mini to develop while I'm there. I just use my drop box to share the .livecode file between locations. I am throwing this out there in ef...

Go to advanced search