I'm celebrating

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

I'm celebrating

Post by chris25 » Mon Nov 04, 2013 9:40 pm

I have now completed my second app which is shown here. I am simply wanting to thank all of you who have persisted in giving me guidance, without you I would have never have been able to get off the ground. When I first came to Livecode, without having ever had anything to do with programming at all my whole life, I did not even know what a handler or a variable was, in fact I saw a reference to 'ruby on rails' and thought it was a gorgeous American lass sliding down the bannister with a glass of champagne in her hand. :D I am now thinking up my next exercise (??) but felt that so much credit is due to a number of people on this forum. Your time is appreciated.

As a side note I inserted an 'on mouseEnter' into the left field so that the far right hand field (result) would look nicely empty when the user (my wife) inserts her next digit. I originally coded it with an 'on mouesDown' with the number 1 - as given in the dictionary but for some reason this failed. maybe I misunderstood its purpose here?

Anyway, time now to devise a new headache for myself...Mmm...

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10331
Joined: Wed May 06, 2009 2:28 pm

Re: I'm celebrating

Post by dunbarx » Mon Nov 04, 2013 11:02 pm

Was this the same guy who only a few days ago was complaining about the dictionary?

Craig

chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

Re: I'm celebrating

Post by chris25 » Mon Nov 04, 2013 11:57 pm

Mmm...yeees. Although maybe someone could write a "how to use this dictionary" page for newbies and the ill-informed. They even do that for the oxford English dictionary of words! :shock:

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: I'm celebrating

Post by jacque » Tue Nov 05, 2013 8:23 pm

We told you there was a learning curve. :)

Congratulations. It looks really pretty. I'm glad you stuck with it.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

Re: I'm celebrating

Post by chris25 » Tue Nov 05, 2013 8:42 pm

Thanks Jacque. I would say though that the learning curve is shaped more like straight line with lots of canyons :)

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: I'm celebrating

Post by Simon » Tue Nov 05, 2013 8:57 pm

Chris,
Great first project!
Before moving on I suggest you make it even more prettier.
Mess around with fonts (available fonts on each platform are the same as web).
Cut a nice "GO" button with a hover state.
"Balance" the whole look and feel. Don't rush to get the project out the door without thinking about how the end user feels about the app, they are more likely to use it often if they have a connection to it.

These things are just about the look but you will find out more about field's and buttons by doing it. :)

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

Re: I'm celebrating

Post by chris25 » Tue Nov 05, 2013 9:39 pm

Hi Thanks Simon. This was just for my wife, though she changed the image to something she designed herself in illustrator. But yes, you ar eabsolutely right, I have overlooked aesthetics since that is the least of my worries at this stage, yes, the go button needs spicing up when I am feeling less overworked, I will make it my first ever update :) Here is the new image, sorry Jacque.

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: I'm celebrating

Post by Simon » Tue Nov 05, 2013 9:49 pm

This was just for my wife
You like living on the edge, don't you :)
With the new background you'll have to improve your side of things.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

Re: I'm celebrating

Post by chris25 » Tue Nov 05, 2013 9:51 pm

Actually to be serious I really was tempted to make the mouth of the goose open when she clicked on Go. But that just seemed too beyond my abilities at the moment.

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

Re: I'm celebrating

Post by dave.kilroy » Wed Nov 06, 2013 1:34 am

Chris - you are in great danger of become addicted to programming - step away from the computer now and never touch it again or you will never be free!
"...this is not the code you are looking for..."

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: I'm celebrating

Post by Simon » Wed Nov 06, 2013 1:41 am

...make the mouth of the goose open when she clicked on Go
You know you can use "revSpeak" to have the goose actually say the answer....

Come to the Dark Side :twisted:

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

Re: I'm celebrating

Post by chris25 » Wed Nov 06, 2013 4:39 pm

Chris - you are in great danger of become addicted to programming - step away from the computer now and never touch it again or you will never be free!
dave.kilroy
VIP Livecode Opensource Backer

=====Dave, I wrote a handler with a repeat loop structure that prevents me from absconding from my commitment======= :D


You know you can use "revSpeak" to have the goose actually say the answer....

Come to the Dark Side =========Only if you switch the lights on.......
Simon

=====Simon, yes I know but "revSpeak" can't speak 'Goose'====== :cry:

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10331
Joined: Wed May 06, 2009 2:28 pm

Re: I'm celebrating

Post by dunbarx » Wed Nov 06, 2013 5:54 pm

What can you mean????

Code: Select all

on mouseUp
   revspeak "honk"
end mouseUp
Craig

chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

Re: I'm celebrating

Post by chris25 » Wed Nov 06, 2013 6:46 pm

not when he has a cold:
on mouseUp
revspeak "honkchkchkch"
end mouseUp

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: I'm celebrating

Post by jacque » Wed Nov 06, 2013 11:46 pm

chris25 wrote:Actually to be serious I really was tempted to make the mouth of the goose open when she clicked on Go. But that just seemed too beyond my abilities at the moment.
Easy peasy. Make the second image with the goose's mouth open. Import it into the stack and place it exactly where the first one is. When the script should "talk", hide the current image and show the new one. When it should stop, swap the visibility.

Try it, you'll be amazed.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply