Search found 1041 matches

by sphere
Sun Nov 30, 2014 10:52 pm
Forum: Announcements
Topic: .setup.exe is giving startup problems
Replies: 2
Views: 3486

.setup.exe is giving startup problems

Hello, with 7.0.0 i had the problem that several .setup.exe were loaded during startup, preventing the livecode application to startup. Renaming the .setup.exe file solved this. Now with 7.0.1 rc2 .setup.exe startsup once and is causing livecode to keep checking directories while creating an apk. re...
by sphere
Sun Nov 30, 2014 2:01 pm
Forum: Android Deployment
Topic: Error: APK Preparation Failed
Replies: 3
Views: 3924

Re: Error: APK Preparation Failed

Hello, i have the same problem here. With the keystore tool i tried several things, instead of tictactoe i putted in the name of the app. As it is rather unclear what it should be. Also tictactoe don't work. A key is made quite easy with the tool in the bin folder of the java jdk. I used an older An...
by sphere
Sat Nov 22, 2014 10:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: specialfolderpath changed behaviour 6.5 vs 7.0 (Windows 7)?
Replies: 14
Views: 7238

Re: specialfolderpath changed behaviour 6.5 vs 7.0 (Windows

Thanks Jacque,

i had a separate login, but could not remember my password, that's why i changed it twice as it kept refusing to let me in.
I will try to use another password, maybe it will solve it then.
by sphere
Fri Nov 21, 2014 4:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: specialfolderpath changed behaviour 6.5 vs 7.0 (Windows 7)?
Replies: 14
Views: 7238

Re: specialfolderpath changed behaviour 6.5 vs 7.0 (Windows

Thanks Simon!
I would like to read it but the page is not letting me in.
I changed the password twice, but still it keeps saying that my login is not correct.


But i only use version 7 Community now, so hopefully that bug is not in :)
by sphere
Thu Nov 20, 2014 9:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: specialfolderpath changed behaviour 6.5 vs 7.0 (Windows 7)?
Replies: 14
Views: 7238

Re: specialfolderpath changed behaviour 6.5 vs 7.0 (Windows

Hello Klaus,

thanks for your clear answer, just what i needed to know ! :)

Have a nice evening !
by sphere
Wed Nov 19, 2014 9:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: specialfolderpath changed behaviour 6.5 vs 7.0 (Windows 7)?
Replies: 14
Views: 7238

Re: specialfolderpath changed behaviour 6.5 vs 7.0 (Windows

Hello, now i have a question to this too :) Aswel as for windows as for android you can choose ENGINE and DOCUMENTS. Engine (on windows) being as i could see there were Livecode is installed, and Documents of course the users Documents. Were would this be on Android? Can i use specialfolderpath if i...
by sphere
Wed Nov 05, 2014 1:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to hilite a line of field by pushing first letter of a
Replies: 29
Views: 14091

Re: How to hilite a line of field by pushing first letter of

Thank you all for this learning path :) I took the code of Jacque, because it seemed that the code of Bernd did not go to the beginning again. I don't know why. Only thing i added was to put the found line in a global so i can use it to send the email to. That's working. It's ok for now that it does...
by sphere
Wed Nov 05, 2014 8:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to hilite a line of field by pushing first letter of a
Replies: 29
Views: 14091

Re: How to hilite a line of field by pushing first letter of

It is good to see that an apparently simple looking request is getting a lot of thought. Someone just asked me, hey can you try to add this? If i just push a,b or c it jumps to the line who are starting with it. It's a lot of work and testing before you get it done. Even more if some commands are wo...
by sphere
Tue Nov 04, 2014 11:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to hilite a line of field by pushing first letter of a
Replies: 29
Views: 14091

Re: How to hilite a line of field by pushing first letter of

Hi Jacque,

i also looked into the offset thingy but i'm a bit to unexperienced with it.
But i can try to test some things, with the skip and the hilited position as you tell.

Yes please post if you don't mind, i can learn from it.

Thanks a lot for your help!
by sphere
Tue Nov 04, 2014 11:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to hilite a line of field by pushing first letter of a
Replies: 29
Views: 14091

Re: How to hilite a line of field by pushing first letter of

Hi Jacque Maybe I misunderstood, but it sounded to me like the OP wanted to select lines based on a keypress that matched the first letter of each line in a field. But you've been in this thread longer than I have. , that is a bit what i'm trying to do, i indeed saw it a few times and read it thru b...
by sphere
Tue Nov 04, 2014 10:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to hilite a line of field by pushing first letter of a
Replies: 29
Views: 14091

Re: How to hilite a line of field by pushing first letter of

Hi Craig, with the '-1 of me' i tried to delimited it so it will not search behind the "@" characters, because if you push C key then it finds all the com of blabla@blabla.com. But that's still not working and still finds behind the @. The repeat seems to be working as it's starting again on the top...
by sphere
Mon Nov 03, 2014 8:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to hilite a line of field by pushing first letter of a
Replies: 29
Views: 14091

Re: How to hilite a line of field by pushing first letter of

Hello Craig, i read a bit, and if the result would not be empty it would contain error messages. (am i correct?) Been trying a few things and this seems almost doing it's job except for still finding the keys after the @. on keydown var #set the itemDelimiter to "@" set the lineDelimiter to "@" put ...
by sphere
Sun Nov 02, 2014 10:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to hilite a line of field by pushing first letter of a
Replies: 29
Views: 14091

Re: How to hilite a line of field by pushing first letter of

Great, thanks for your comment Craig.
lots of thing to think about. Tomorrow i will continue, because when you're awake. i sleep :)

Will be back as i evolve in this material.

Thanks for the directions!
by sphere
Sun Nov 02, 2014 1:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to hilite a line of field by pushing first letter of a
Replies: 29
Views: 14091

Re: How to hilite a line of field by pushing first letter of

Hi Craig, i tried a few things and the line gets selected but if i push the same key again i get an error in the line: if var is not empty then select the foundLine on keydown var # this works #find var in me find word var in me if var is not empty then select the foundLine if var is empty then exit...

Go to advanced search