Re: Open a folder on the desktop from a LiveCode app

2021-06-19 Thread matthias rebbe via use-livecode
launch document tPathToFolder would also work Regards Matthias > Am 19.06.2021 um 20:48 schrieb Paul Dupuis via use-livecode > : > > What is the "best" way (or any way) to open a folder on the Windows desktop > from a Livecode script. > > For example: > > on openFolder pPath -- where

Re: Open a folder on the desktop from a LiveCode app

2021-06-19 Thread Marty Knapp via use-livecode
I use: launch url ("file:" & tPathToFolder) —Marty > On Jun 19, 2021, at 11:48 AM, Paul Dupuis via use-livecode > wrote: > > What is the "best" way (or any way) to open a folder on the Windows desktop > from a Livecode script. > > For example: > > on openFolder pPath -- where pPath is the

Re: Open a folder on the desktop from a LiveCode app

2021-06-19 Thread Klaus major-k via use-livecode
Hi Paul, > Am 19.06.2021 um 20:48 schrieb Paul Dupuis via use-livecode > : > > What is the "best" way (or any way) to open a folder on the Windows desktop > from a Livecode script. > > For example: > > on openFolder pPath -- where pPath is the path and name to a document (file) > set

AW: Open a folder on the desktop from a LiveCode app

2021-06-19 Thread Paul Dupuis via use-livecode
Thank you Marty and Mathias I figured there was a simple way, but must have missed anything about folders under the Launch command in the dictionary. All set! On 6/19/2021 2:48 PM, Paul Dupuis via use-livecode wrote: What is the "best" way (or any way) to open a folder on the Windows

Open a folder on the desktop from a LiveCode app

2021-06-19 Thread Paul Dupuis via use-livecode
What is the "best" way (or any way) to open a folder on the Windows desktop from a Livecode script. For example: on openFolder pPath -- where pPath is the path and name to a document (file)   set itemDel to slash   delete last item of pPath -- leaves the the path to the folder containing the

Re: Mobile Scroller

2021-06-19 Thread Tom Glod via use-livecode
Hi Ralph... Thanks for those tips I will test to see if I can make it work. On Fri, Jun 18, 2021, 10:23 PM Ralph DiMola via use-livecode, < use-livecode@lists.runrev.com> wrote: > Tom, > > Orientationchanged happens before the screen is actually rotated. This is > why your scroll regions are