Page 1 of 1

Tutorial that needs correction??

Posted: Sun Dec 24, 2017 9:19 pm
by ValiantCuriosity
I'm posting this comment here as I don't know the proper place to post.

I've been working with LC, iOS, and Android. I was curious about responsive displays and how to use them in LC. I found a tutorial here: http://lessons.livecode.com/m/4069/l/15 ... ll-devices

However, after creating a stack two or three times, I found that the responsiveness on devices didn't work. (Head banging). Then, I noticed a note in the comments list from Elanor Buchanan. I tried her fix and everything worked.

PLEASE, for people new to LC mobile development, could you correct the error within the tutorial?

Thank you. :)
-Rachel

Re: Tutorial that needs correction??

Posted: Sun Dec 24, 2017 11:52 pm
by bogs
ValiantCuriosity wrote:
Sun Dec 24, 2017 9:19 pm
I'm posting this comment here as I don't know the proper place to post.
<sic>
PLEASE, for people new to LC mobile development, could you correct the error within the tutorial?
There is generally a couple ways to go about this. One would be to put it in a comment (place where you read Elanor's fix), the other is to email them directly at 'support at livecode dot com' (minus the 'marks, use @ instead of at, remove all spaces, etc). They are pretty responsive when I email them, take into account the holidays etc.

It is a good suggestion, those are the 2 best ways I know to have it looked at.

Re: Tutorial that needs correction??

Posted: Mon Dec 25, 2017 1:06 am
by ValiantCuriosity
@bogs,

I may have also found a bug, but not sure... I'm using LiveCode Indy 9.0.0 (dp 11). I'm currently just going through a few "lessons". The Navigation lesson http://lessons.livecode.com/m/4603/l/56 ... nd-a-stack shows that there is an indication of what card the user is on. ie:. My Navigation App (3) means that the current card is card 3 in the app "My Navigation App".

I can utilize the navigator and all of the newly created cards are present.

The problem is, that I've created this lesson numerous times and it doesn't show the current card number on the card's title bar. Hmmm.

Once again, you saved my day with your information.
Thank you and Happy Holidays.

-Rachel

Re: Tutorial that needs correction??

Posted: Mon Dec 25, 2017 3:37 am
by bogs
Glad I could help. As for the tutorial, I'm not sure why you wouldn't see the numbers after creating new cards, Here is a screen shot of a new stack with 3 cards, clearly it shows that I am currently on card 3.
Image
After opening the message box, and typing in "go next card", the title changes to the first card (which is the next card).
Image
Perhaps it is an Operating System thing, I use Linux, so maybe others can confirm or not if it happens on other systems.

I think I would also suggest staying on stable releases when you are starting out, not dp releases (developer preview), as ...well... interesting things could happen.

Re: Tutorial that needs correction??

Posted: Mon Dec 25, 2017 2:44 pm
by Klaus
Hi friends,

if you do not enter a TITLE for your stack, then you will see the card number right after the name of the stack. Enter a TITLE, or set it by script and no more numbers in the window titlebar.

See attached screenshots...


Best

Klaus
card_numbers_stack_title.jpg

Re: Tutorial that needs correction??

Posted: Mon Dec 25, 2017 5:39 pm
by bogs
Oooo, thank you Klaus! I never noticed that one before :) Makes sense though.

Re: Tutorial that needs correction??

Posted: Wed Dec 27, 2017 2:53 pm
by MaxV
ValiantCuriosity wrote:
Sun Dec 24, 2017 9:19 pm
I'm posting this comment here as I don't know the proper place to post.

I've been working with LC, iOS, and Android. I was curious about responsive displays and how to use them in LC. I found a tutorial here: http://lessons.livecode.com/m/4069/l/15 ... ll-devices
Probably this page show the property fullScreenMode better: http://livecode.wikia.com/wiki/Fullscreenmode
It's a wiki and you can edit it as you like.

Re: Tutorial that needs correction??

Posted: Tue Jan 02, 2018 9:24 pm
by ValiantCuriosity
Thanks for the links. Interesting.

As I am trying to work through LC tutorials, I have found many errors and a lot of frustration. I'm astounded that the tutorials have coding errors like they do. I'm trying, but as a new user, who purchased LC, it seems like the help is not up to par. I do appreciate the fact that there is just a small team working on LC.

If anyone has suggestions for where to find the most accurate tutorials, or materials to help with LC, please let me know.

-Thanks and Happy New Year to all.
-Rachel

Re: Tutorial that needs correction??

Posted: Tue Jan 02, 2018 9:32 pm
by FourthWorld
Happy New Year to you as well, Rachel. And thanks for writing that . With so much documentation out there, and do many new and better ways of doing things in LC, over time I have no doubt some of the tutorials have gotten long in the tooth and are sorely in need of an update.

Can you point me to some of those that have given you trouble? I'll try to see if we can get some attention on those.

Thanks for your help on this.

Re: Tutorial that needs correction??

Posted: Wed Jan 03, 2018 9:50 am
by MaxV
ValiantCuriosity wrote:
Tue Jan 02, 2018 9:24 pm
As I am trying to work through LC tutorials, I have found many errors and a lot of frustration. I'm astounded that the tutorials have coding errors like they do. I'm trying, but as a new user, who purchased LC, it seems like the help is not up to par. I do appreciate the fact that there is just a small team working on LC.
For this reasons I create http://livecode.wikia.com , so you can:
  • copy and paste a tutorial and correct it OR
  • ask me to rewrite it OR
  • do whatever you want because it's a public wiki

Re: Tutorial that needs correction??

Posted: Wed Jan 03, 2018 3:03 pm
by bogs
Max's wiki creation is a very valuable asset, you don't even have to sign in to make edit's, although you certainly can.

Re: Tutorial that needs correction??

Posted: Wed Jan 03, 2018 4:17 pm
by FourthWorld
Does the tutorial include a step to set the stack's title?