Search found 81 matches

by pascalh4
Tue May 12, 2015 5:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: openStack handler
Replies: 11
Views: 6392

Re: openStack handler

Hi

Thank you for your clarification.
I have taken note of it.

Pascal
by pascalh4
Tue May 12, 2015 3:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: openStack handler
Replies: 11
Views: 6392

Re: openStack handler

Hi Craig

Thank you for this explanation.

Now I ask me an other question:
if to place the handler in the card script guarantees a full opening of stack,
when to favor stack, even mainstack, ( except the interest of cards set)?

Pascal
by pascalh4
Tue May 12, 2015 2:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: openStack handler
Replies: 11
Views: 6392

Re: openStack handler

Hi Klaus.
I tested it's perfect even into the mainstack.

Is this approach valid to other cases?

Among others, every time there is an type error: "can't find handler" ?
Pascal
by pascalh4
Tue May 12, 2015 1:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: openStack handler
Replies: 11
Views: 6392

Re: openStack handler

Thank you Klauss.
I am going tested at once

Pascal
by pascalh4
Tue May 12, 2015 1:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: openStack handler
Replies: 11
Views: 6392

Re: openStack handler

Hi Dixie.

Thank you to this details.

However I didn't understand how I had managed to make it.

I have just noticed that this script error ( or Impossibility) is automaticly corrected in a standalone application.

It's strange, isn't it? :roll:

Good afternoon.

Pascal
by pascalh4
Tue May 12, 2015 6:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: openStack handler
Replies: 11
Views: 6392

openStack handler

Hello

I wrote following code lines in the mainstack.

Code: Select all

on openStack
   revCopyFolder "AA","CC"
end openStack
I receive error message: can't find handler.

forgot I something?

Pascal
by pascalh4
Sun May 10, 2015 9:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ask command unrecognized with standalone launcher
Replies: 19
Views: 9602

Re: ask command unrecognized with standalone launcher

Hi Jacque.

I feel me a little Shameful. :roll: :oops:
I had seen blue Checkboxes for "ask" and "answer",but had not checked "select inclusion..."
I am sorry to have bothered so much world for so little.
Thank's to everybody.

Pascal
by pascalh4
Sun May 10, 2015 6:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ask command unrecognized with standalone launcher
Replies: 19
Views: 9602

Re: ask command unrecognized with standalone launcher

Hello Jacque

Thank's for this answer, I perused this point, but it's not really my problem. "Ask command is not into the standalone but into the livecode file launched by the standalone file.

Pascal
by pascalh4
Sat May 09, 2015 10:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ask command unrecognized with standalone launcher
Replies: 19
Views: 9602

Re: ask command unrecognized with standalone launcher

Hi everybody. I am happy that my question may interest many person. But I must be stupid because for me, even with code line "start...", it doesn't work. The standalone launcher opens the livecode file, but the window to display the text does not appear. It isn't very important for what I am trying ...
by pascalh4
Wed May 06, 2015 9:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ask command unrecognized with standalone launcher
Replies: 19
Views: 9602

Re: ask command unrecognized with standalone launcher

Thank you Jean Marc

I am going to adapt and test it tomorrow

Good evening

Pascal
by pascalh4
Wed May 06, 2015 8:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ask command unrecognized with standalone launcher
Replies: 19
Views: 9602

Re: ask command unrecognized with standalone launcher

Hello Klaus The example is VERY, VERY basic and only tries to show the principle behind the "splash stack" approach. Exactly it's good for me. I am a basic, very basic beginner. Sorry, don't understand this question?! Sorry if I'm not very accurate. I'm not very good in English. If in this case, "an...
by pascalh4
Tue May 05, 2015 10:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save command and standalone
Replies: 10
Views: 5899

Re: save command and standalone

Hi Simon I have 2 launchers because the first create one copy of folder in which is the other launcher. This second will serve only for the launch of the new folder. It seemed to me simpler to include it in the reference folder. I don't know how to explain differently. I would have to show you. Good...
by pascalh4
Tue May 05, 2015 9:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save command and standalone
Replies: 10
Views: 5899

Re: save command and standalone

Hi Simon

And now, understand you or want you a link with the two standalone launchers?
I tried again the upload (with stand.launch) but 8Mo don't pass.


My question is always the same: can i make more simply, or better at the level of the coding?

Best

Pascal
by pascalh4
Tue May 05, 2015 7:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ask command unrecognized with standalone launcher
Replies: 19
Views: 9602

Re: ask command unrecognized with standalone launcher

Hi Klaus. Well yes! I believed that it was magic. :lol: Seriously, Simon introduced me to the standalone Launcher and, in my first test, the few code lines of the launcher was enough to exploit my livecode app. (see http://forums.livecode.com/viewtopic.php?f=7&t=24134 ) Now if I understood, some fun...
by pascalh4
Tue May 05, 2015 5:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ask command unrecognized with standalone launcher
Replies: 19
Views: 9602

Re: ask command unrecognized with standalone launcher

Hi Klaus. Neither of them I just created an .exe standalone launcher: on openstack open stack "essai L.livecode" close stack "lanc" end openstack And this launchs a button command with this code (At least, it is the beginning) : on mouseUp ask "donner un titre" end mouseUp But the windows to write t...