Search found 19 matches

by flintGA2c5a
Sat Feb 11, 2012 5:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change Font Size in LiveCode IDE?
Replies: 7
Views: 7339

Re: Change Font Size in LiveCode IDE?

I think Home is the wrong stack, maybe was correct in a earlier version.

Try :
set the textSize of stack revMenubar to 16. For some reason the group part doesn't change, maybe someone with more knowledge can tell us why.
by flintGA2c5a
Fri Feb 10, 2012 3:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change Font Size in LiveCode IDE?
Replies: 7
Views: 7339

Re: Change Font Size in LiveCode IDE?

You can. Click View -> Livecode elements UI in a list.

Then you can find everything in application browser. Look for revMenubar folder.
by flintGA2c5a
Fri Feb 10, 2012 2:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Simple Timer issue
Replies: 2
Views: 2730

Re: Simple Timer issue

Very nice and simple example.

From looking at your code I realized I had actually misused 'the seconds' earlier as I now figured it is from the eon as opposed to wait for 2 secconds. I was wondering why the seconds > 5 was giving me a instant result :D
by flintGA2c5a
Thu Feb 09, 2012 11:10 pm
Forum: Windows
Topic: What programs are running?
Replies: 3
Views: 4366

Re: What programs are running?

Ok that is very cool and interesting. Just noticed the longer answer on the Mac OS forums, learning something new everyday :D
by flintGA2c5a
Thu Feb 09, 2012 9:45 pm
Forum: Windows
Topic: What programs are running?
Replies: 3
Views: 4366

Re: What programs are running?

This would probably be difficult without an external. Why would you want to do this anyways? The extra time used to put such a feature takes away from the time that you could be used to create value for the user by making the video player better.
by flintGA2c5a
Thu Feb 09, 2012 2:27 pm
Forum: Games
Topic: Gladiator Trials II - RTS/Sim/RPG - OSX Update
Replies: 21
Views: 38160

Re: Gladiator Trials II - RTS/Sim/RPG - OSX Update

Would also be interested in this. If somebody has the source code, I can host it.
by flintGA2c5a
Thu Feb 09, 2012 2:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Opinions on a purchase
Replies: 5
Views: 5377

Re: Opinions on a purchase

I would go for Android. If you are making iOS apps then especially if they become successful you will want to deploy them on Android as well.
by flintGA2c5a
Thu Feb 09, 2012 2:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: wait command
Replies: 9
Views: 7569

Re: wait command

I have to agree 100%. My first instinct was to do a or operation, but doesn't seem to allow to do this if you use both wait while and wait for. I came up with the following code, but for some reason this does not work even though I think it should: put 11 into x put 5 into alarmTime wait while the s...
by flintGA2c5a
Thu Feb 09, 2012 8:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: wait command
Replies: 9
Views: 7569

Re: wait command

I don't really understand what you are after here, maybe you can give an example of what you are trying to use it for?
by flintGA2c5a
Wed Feb 08, 2012 11:18 am
Forum: Games
Topic: showcase of games
Replies: 3
Views: 6876

Re: showcase of games

One of the best places is inside livecode, just click user samples.
by flintGA2c5a
Tue Feb 07, 2012 12:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Signiture pad
Replies: 6
Views: 5024

Re: Signiture pad

I am quite new to livecode, but here how it would happen in general terms: You would draw the signature by using the input mousedown or a something similar. Then when the user has ended drawing you would have a button that would submit that area or a screenshot of the card to your e-mail along with ...
by flintGA2c5a
Tue Feb 07, 2012 12:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Moving and e-mailing files
Replies: 2
Views: 2871

Re: Moving and e-mailing files

ePics seems quite interesting. I did have a problem with the first install as the application didn't open, but kept giving me a error that it is not win32 file, this was fixed by re-downloading. Also I find it quite annoying that closing the application by clicking the right top of the window is dis...
by flintGA2c5a
Tue Feb 07, 2012 12:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Signiture pad
Replies: 6
Views: 5024

Re: Signiture pad

You mean one that you would use for the user to send a digital signature as a image to your e-mail?
by flintGA2c5a
Fri Feb 03, 2012 7:49 pm
Forum: Games
Topic: HELP!
Replies: 2
Views: 4137

Re: HELP!

I think the first question depends on the game, but generally seems like a good idea to put different levels on different cards. From the questions that you asked I would imagine you are making something in terms of level selection is similar to something like angry birds. That would generally be ac...
by flintGA2c5a
Fri Feb 03, 2012 5:50 pm
Forum: Android Deployment
Topic: Better - How-do-I-Become-an-Android-Developer-on-a-PC win32
Replies: 10
Views: 12072

Re: Better - How-do-I-Become-an-Android-Developer-on-a-PC wi

I am looking to get the Android deployment soon, are the steps in the newer versions of livecode still the same?