Search found 8 matches

by heatherbee
Tue Jul 29, 2008 10:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Application & Document ICON: What? Where? How?
Replies: 3
Views: 3082

Fantastic, thanks heaps Mark. I just used icoFX to create my icons, and now have one groovy finished App/Game! Awesome!

I was trying IconLab but icoFX is THE way to go for sure.

Thanks again :)
by heatherbee
Tue Jul 29, 2008 6:59 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Application & Document ICON: What? Where? How?
Replies: 3
Views: 3082

Okay, I've found a freeware program to generate all the required formats. Am I right though in thinking that the file required by the Standalone Application Settings is some kind of library file that contains ALL the formats in one file? I'm sure I had a program that created libraries... hmmm. Thank...
by heatherbee
Tue Jul 29, 2008 4:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Application & Document ICON: What? Where? How?
Replies: 3
Views: 3082

Application & Document ICON: What? Where? How?

I can't find any documentation on what kind of file is required and how to actually go about generating all the sizes/formats needed. Though I have discovered it won't accept a single ICO file! Can someone give me some insight please? Thanks in advance :)
by heatherbee
Mon Jul 28, 2008 3:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Functions ARGH! Help with this simple SUM script pls?
Replies: 3
Views: 3918

Thanks for your help guys, I'll have a play around with this project again tomorrow after a good much-needed sleep!
by heatherbee
Sun Jul 27, 2008 4:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to set location of new object to another but lower!
Replies: 7
Views: 5906

OH thanks so much guys! LOL sorry Klaus am 36 and still learning to speak normal Engrishh let alone Revanese! :) Mark, sheesh I only started a few days ago so everything is bloomin difficult! :D
by heatherbee
Sun Jul 27, 2008 4:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Functions ARGH! Help with this simple SUM script pls?
Replies: 3
Views: 3918

Functions ARGH! Help with this simple SUM script pls?

I am attempting a simple personal budget app that allows me to enter income in one list, and expenses in another. I want the totals to auto update as the fields are edited (ie no buttons required if possible). I have put all the income amount fields into one group. I've done the same with all the ex...
by heatherbee
Wed Jul 23, 2008 2:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to set location of new object to another but lower!
Replies: 7
Views: 5906

Okay, I got it working now with the following code, but when the new field is displayed it's briefly visible before it hides. Is there another way to create it invisibly then bring it in with the fade in type effect? Here's what works for now anyway (no doubt there's a much easier way to do this, li...
by heatherbee
Wed Jul 23, 2008 1:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to set location of new object to another but lower!
Replies: 7
Views: 5906

How to set location of new object to another but lower!

This is what I want to do: When user clicks button, create a new field which appears by fade in under the existing field. Here's what I have so far (please note, not that I need to point it out, that I am a complete beginner to Rev and to programming in general :-D): on mouseUp create field "newFiel...