How to set Set as stack Menu bar?

2014-03-03 Thread Tiemo Hollmann TB
Hi,

In the menu builder window you can check the option set as stack menu bar,
so that the menu bar isn't shown in the stack window, but replaces the OS X
menu. Now I would like to set this option by script, so that the menu
switches to the OS X menu only in a standalone and not in the development
environment.

I don't find the property to set. It's not the menubar or defaultmenubar
property.

Any ideas?

 

Alternate: Where can I see all properties of an object (in this case of the
stack). I know, this has been discussed lately, but I don't find it.

 

Thanks

Tiemo

 

 

 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GUI scripting on windows

2014-03-03 Thread Thierry Douez
Hi Todd,

Another alternative for you, could be to use Expect.
Incidentily, this morning, I spoke a bit about it here:

http://forums.runrev.com/viewtopic.php?f=19t=19377#p97985

Expect works on Unix, Linux, Mac and PCs,
and we even could imagine building a LC-external for it which means
the scripts could be written in Livecode then...

Otherwise, AutoIT seems to be simpler to start with,
but I don't have any experience with it.

HTH,

Thierry


2014-03-02 17:14 GMT+01:00 Todd Geist tg_li...@geistinteractive.com:
 Hello,

 I need to do a bit of GUI scripting for a small project.  I can do it just
 fine on the mac using Applescript.  But I have no idea whats possible on
 the windows side.  And I need windows :-(

 Are there any LiveCode externals for doing screen automation?

 What about PowerShell?

 Thanks

 Todd



Thierry Douez - http://sunny-tdz.com
Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: How to set Set as stack Menu bar?

2014-03-03 Thread Mark Schonewille

Tiemo,

set the editMenus to true|false

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com


Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 3/3/2014 11:07, Tiemo Hollmann TB wrote:

Hi,

In the menu builder window you can check the option set as stack menu bar,
so that the menu bar isn't shown in the stack window, but replaces the OS X
menu. Now I would like to set this option by script, so that the menu
switches to the OS X menu only in a standalone and not in the development
environment.

I don't find the property to set. It's not the menubar or defaultmenubar
property.

Any ideas?



Alternate: Where can I see all properties of an object (in this case of the
stack). I know, this has been discussed lately, but I don't find it.



Thanks

Tiemo







___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GUI scripting on windows

2014-03-03 Thread Roger Eller
Looks good.  I expect that I'll be learning more about this.

http://docs.activestate.com/activetcl/8.5/expect4win/

~Roger


On Mon, Mar 3, 2014 at 8:41 AM, Thierry Douez th.do...@gmail.com wrote:

 Hi Todd,

 Another alternative for you, could be to use Expect.
 Incidentily, this morning, I spoke a bit about it here:

 http://forums.runrev.com/viewtopic.php?f=19t=19377#p97985

 Expect works on Unix, Linux, Mac and PCs,
 and we even could imagine building a LC-external for it which means
 the scripts could be written in Livecode then...

 Otherwise, AutoIT seems to be simpler to start with,
 but I don't have any experience with it.

 HTH,

 Thierry


 2014-03-02 17:14 GMT+01:00 Todd Geist tg_li...@geistinteractive.com:
  Hello,
 
  I need to do a bit of GUI scripting for a small project.  I can do it
 just
  fine on the mac using Applescript.  But I have no idea whats possible on
  the windows side.  And I need windows :-(
 
  Are there any LiveCode externals for doing screen automation?
 
  What about PowerShell?
 
  Thanks
 
  Todd


 
 Thierry Douez - http://sunny-tdz.com
 Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GUI scripting on windows

2014-03-03 Thread Thierry Douez
2014-03-03 16:39 GMT+01:00 Roger Eller roger.e.el...@sealedair.com:

Hi Roger,

 Looks good.  I expect that I'll be learning more about this.

:)

 http://docs.activestate.com/activetcl/8.5/expect4win/

And Activestate is great!
I have a long positive experience working with them
with Perl and Komodo.

Thierry

 ~Roger


 On Mon, Mar 3, 2014 at 8:41 AM, Thierry Douez th.do...@gmail.com wrote:

 Hi Todd,

 Another alternative for you, could be to use Expect.
 Incidentily, this morning, I spoke a bit about it here:

 http://forums.runrev.com/viewtopic.php?f=19t=19377#p97985

 Expect works on Unix, Linux, Mac and PCs,
 and we even could imagine building a LC-external for it which means
 the scripts could be written in Livecode then...

 Otherwise, AutoIT seems to be simpler to start with,
 but I don't have any experience with it.

 HTH,

 Thierry


 2014-03-02 17:14 GMT+01:00 Todd Geist tg_li...@geistinteractive.com:
  Hello,
 
  I need to do a bit of GUI scripting for a small project.  I can do it
 just
  fine on the mac using Applescript.  But I have no idea whats possible on
  the windows side.  And I need windows :-(
 
  Are there any LiveCode externals for doing screen automation?
 


Thierry Douez - http://sunny-tdz.com
Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GUI scripting on windows

2014-03-03 Thread Thierry Douez
2014-03-02 17:14 GMT+01:00 Todd Geist tg_li...@geistinteractive.com:

 Hello,

 I need to do a bit of GUI scripting for a small project.  I can do it just
 fine on the mac using Applescript.  But I have no idea whats possible on
 the windows side.  And I need windows :-(

 Are there any LiveCode externals for doing screen automation?

Hi Todd,

Here is a third possibility:

http://search.cpan.org/~rgiersig/Expect-1.15/Expect.pod

and the LC external exists since more than 10 years by now!

Regards,

Thierry



 Thanks

 Todd


Thierry Douez - http://sunny-tdz.com
Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Wait command

2014-03-03 Thread Peter Haworth
Thanks to all for the replies, especially Geoff's clear example.  That
explains why I could not duplicate the bug I was chasing while in debug
mode, since clicking any of the debug icons when on the wait command
generated the usual mouse messages.

However, I still don't understand why the wait 0 with messages command
caused the rest of the statements in my script to be ignored.  There was no
other user interaction going on at the time so there should not have been
any messages being fired. Even if there were, shouldn't control have passed
back to my script after the message had been processed?  I suppose a send
in time command could have triggered but I don't think I have any of those
in this application.


Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Wait command

2014-03-03 Thread Richard Gaskin

Peter Haworth wrote:

However, I still don't understand why the wait 0 with messages command
caused the rest of the statements in my script to be ignored.  There was no
other user interaction going on at the time so there should not have been
any messages being fired. Even if there were, shouldn't control have passed
back to my script after the message had been processed?  I suppose a send
in time command could have triggered but I don't think I have any of those
in this application.


Any idle handlers?

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Wait command

2014-03-03 Thread Peter Haworth
On Mon, Mar 3, 2014 at 9:21 AM, Richard Gaskin
ambassa...@fourthworld.comwrote:

 Any idle handlers?


None. Idle handlers are the devil's playground, as they say.

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Wait command

2014-03-03 Thread Richard Gaskin

Peter Haworth wrote:


On Mon, Mar 3, 2014 at 9:21 AM, Richard Gaskin wrote:


Any idle handlers?


None. Idle handlers are the devil's playground, as they say.


I tend to agree.

In times like this I sometimes find it helpful to be able to review a 
log of all execution, and made the 4W Flight Recorder for that. It's in 
the Stacks section of RevNet - in the IDE see Development-Plugins-GoRevNet


Flight Recorder will log all handlers triggered in a scrolling field, 
with the object the handler is in and a very rough measure of the 
relative time spent in that handler.  Double-clicking any line opens the 
script where the handler resides.


I can't tell you how many times it's helped me track down 
hard-to-track-down issues.  I hope it helps with yours.


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


[OT] Naive question number 5,000

2014-03-03 Thread Richmond

What sort of operating system does a Blackberry run?

Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [OT] Naive question number 5,000

2014-03-03 Thread Colin Holgate
It has a few different names. Some are shown here:

http://en.wikipedia.org/wiki/BlackBerry_OS



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [OT] Naive question number 5,000

2014-03-03 Thread Richmond

On 03/03/14 20:29, Fraser Gordon wrote:

On 03/03/2014 18:22, Richmond wrote:

What sort of operating system does a Blackberry run?

QNX, I believe.

___



There's a chap blethering anent developing with Livecode on, among other 
things, Blackberry,
and I cannot quite see how he can do that unless he knows something that 
nobody else knows

about, least of all you lot in Edinburgh . . . LOL\

Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [OT] Naive question number 5,000

2014-03-03 Thread Roger Eller
Maybe...

http://howto.cnet.com/8301-11310_39-57618026-285/the-easiest-way-to-install-android-apps-on-bb10/



On Mon, Mar 3, 2014 at 1:31 PM, Richmond richmondmathew...@gmail.comwrote:

 On 03/03/14 20:29, Fraser Gordon wrote:

 On 03/03/2014 18:22, Richmond wrote:

 What sort of operating system does a Blackberry run?

 QNX, I believe.

 ___


 There's a chap blethering anent developing with Livecode on, among other
 things, Blackberry,
 and I cannot quite see how he can do that unless he knows something that
 nobody else knows
 about, least of all you lot in Edinburgh . . . LOL\

 Richmond.


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Wait command

2014-03-03 Thread Peter Haworth
Thanks Richard.  I already have Flight Recorder but forgot to use it for
this problem.  I will give it a whirl and see what transpires.

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html


On Mon, Mar 3, 2014 at 9:59 AM, Richard Gaskin
ambassa...@fourthworld.comwrote:

 Peter Haworth wrote:


  On Mon, Mar 3, 2014 at 9:21 AM, Richard Gaskin wrote:

  Any idle handlers?


 None. Idle handlers are the devil's playground, as they say.


 I tend to agree.

 In times like this I sometimes find it helpful to be able to review a log
 of all execution, and made the 4W Flight Recorder for that. It's in the
 Stacks section of RevNet - in the IDE see Development-Plugins-GoRevNet

 Flight Recorder will log all handlers triggered in a scrolling field, with
 the object the handler is in and a very rough measure of the relative time
 spent in that handler.  Double-clicking any line opens the script where the
 handler resides.

 I can't tell you how many times it's helped me track down
 hard-to-track-down issues.  I hope it helps with yours.


 --
  Richard Gaskin
  Fourth World
  LiveCode training and consulting: http://www.fourthworld.com
  Webzine for LiveCode developers: http://www.LiveCodeJournal.com
  Follow me on Twitter:  http://twitter.com/FourthWorldSys

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [OT] Naive question number 5,000

2014-03-03 Thread Richmond

On 03/03/14 20:55, Roger Eller wrote:

Maybe...

http://howto.cnet.com/8301-11310_39-57618026-285/the-easiest-way-to-install-android-apps-on-bb10/



http://en.wikipedia.org/wiki/BlackBerry_10

As of the latest Operating System available (OS 10.2.1), users are able 
to download and install Android apps from the Google Play store directly 
to their BlackBerry 10 devices using Snap or Droid Store.


Probably.

---

However, currently getting stuck with VMware Player 6.0.1 and the 
Blackberry 10 Simulator:


http://us.blackberry.com/sites/developers/resources/simulators.html

Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


[ANN] Programming LiveCode for the Real Beginner - 3rd print

2014-03-03 Thread Mark Schonewille

Hi everyone,

I'd like to share a few words about my book with you.

The second print of Programming LiveCode for the Real Beginner has 
been sold out now. In approximately 6 weeks we will publish the third 
print of the book. This book will be slightly different from the second 
print. I will probably change a word here and there, correct a few minor 
spelling errors and update one sample script.


The book was published almost a year ago and the main challenge is now 
to keep this book available to the LiveCode community. You can help by 
telling new LiveCode users about Programming LiveCode for the Real 
Beginner. You can send your friends this link http://qery.us/44r or 
simply forward this e-mail to them.


The third print of the book will be a limited edition. If you want to be 
sure to get a copy, you should order it now. You can (still) place an 
order at http://qery.us/44p


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com


Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


[ANN] Coding Nine LiveCode Games eBook

2014-03-03 Thread LiveCode Feeds
Hi,

Way, way back, Basic Computer Games by David Ahl was the definitive book about
coding and playing games on what were then called home computers. I wanted to
make a similar book with 101 LiveCode computer games, but quickly realised that
it would take a very long time to do. Instead, today a more modest Coding Nine
LiveCode Games eBook is finished and available. You can find out more about it
at the link.

http://livecodegamedeveloper.com/book.html

It has 9 games:

* Pong
* Tetris
* Dr. Eliza
* 23 Matches
* Tower Jump
* Lunar Lander
* Text Adventure
* 3D Spider Hunt
* 3D Isometric Maze

I hope this book proves the clarity and power of LiveCode where code is shorter,
and so quicker to develop, than other languages. With
most games coded in under 500 lines of LiveCode, this book demonstrates good
technique. To stimulate ideas for further development, and inspire both new and
experienced LiveCoders.

Thanks for taking the time to read YAAP (Yet Another Announcement Post).

Scott
--
Scott McDonald
Components, Controls, Tools and Resources for LiveCode
http://www.runrevplanet.com
http://livecodegamedeveloper.com/
http://livecodegamedev.net/

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] Coding Nine LiveCode Games eBook

2014-03-03 Thread Marian Petrides MD
Looks interesting! I sprang for a copy.

On Mar 3, 2014, at 8:00 PM, LiveCode Feeds f...@smpcsupport.com wrote:

 Hi,
 
 Way, way back, Basic Computer Games by David Ahl was the definitive book 
 about
 coding and playing games on what were then called home computers. I wanted 
 to
 make a similar book with 101 LiveCode computer games, but quickly realised 
 that
 it would take a very long time to do. Instead, today a more modest Coding 
 Nine
 LiveCode Games eBook is finished and available. You can find out more about 
 it
 at the link.
 
 http://livecodegamedeveloper.com/book.html
 
 It has 9 games:
 
 * Pong
 * Tetris
 * Dr. Eliza
 * 23 Matches
 * Tower Jump
 * Lunar Lander
 * Text Adventure
 * 3D Spider Hunt
 * 3D Isometric Maze
 
 I hope this book proves the clarity and power of LiveCode where code is 
 shorter,
 and so quicker to develop, than other languages. With
 most games coded in under 500 lines of LiveCode, this book demonstrates good
 technique. To stimulate ideas for further development, and inspire both new 
 and
 experienced LiveCoders.
 
 Thanks for taking the time to read YAAP (Yet Another Announcement Post).
 
 Scott
 --
 Scott McDonald
 Components, Controls, Tools and Resources for LiveCode
 http://www.runrevplanet.com
 http://livecodegamedeveloper.com/
 http://livecodegamedev.net/
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode