Command "Launch"

2021-12-11 Thread Yves COPPE via use-livecode
Hello, On mac : I want to launch a document with application « TextEdit » The path to the document is ok but I cannot find a script with the path to « TextEdit » Can somebody help, me ? Thanks. Greetings. Yves COPPE yvesco...@mac.com ___

Re: submenu

2017-11-19 Thread Yves COPPE via use-livecode
sj55qgk65vm/Menu%20Screen%20Shot%203.jpg?dl=0> > > Paul > >> On 19 Nov 2017, at 10:17, Yves COPPE via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> Hello, >> >> When I move the menu (B) just after another menu (A) and want to

Re: submenu

2017-11-19 Thread Yves COPPE via use-livecode
> It seems this odd behaviour started with LC8.0 (dp3), there is a bug report > Bug 18316 <http://quality.livecode.com/show_bug.cgi?id=18316> > > Paul > >> On 19 Nov 2017, at 03:29, Yves COPPE via use-livecode >> <use-livecode@lists.runrev.com> wrote: >&g

submenu

2017-11-19 Thread Yves COPPE via use-livecode
Hello, on macOS 10.13.1 and LiveCode 8.1.7 In the Menu Builder, I’ve made different menu items How can I create an submenu item of a menu item ? Thanks. Greetings. Yves COPPE yvesco...@mac.com ___ use-livecode mailing list

Re: is a date

2017-10-15 Thread Yves COPPE via use-livecode
y via use-livecode wrote: >> On 10/15/17 5:10 AM, Yves COPPE via use-livecode wrote: >>> I hope this works for any date format >> ... >>> >>> if >>> matchtext(textToSearch,"(\d{1,2})/(\d{1,2})/(\d{2,4})",theDay,TheMonth,TheYear) >>

Re: is a date

2017-10-15 Thread Yves COPPE via use-livecode
d{2,4})",theDay,TheMonth,TheYear) is true then put textToSearch into tresult else put "Invalid Date" into tresult end if return tresult end IsDate > Le 14 oct. 2017 à 21:52, J. Landman Gay via use-livecode > <use-livecode@lists.runrev.com> a écrit : > > On 10/

Re: is a date

2017-10-14 Thread Yves COPPE via use-livecode
Hi, Try this function CheckDate pDateToCheck return matchText(pDateToCheck,"([1-9]|[12][0-9]|3[01])/(0[1-9]|1[0-2])/([0-9][0-9][0-9][0-9])") end CheckDate answer CheckDate(tDate) > Le 14 oct. 2017 à 19:27, Roger Eller via use-livecode > a écrit : > >

Re: SubMenu

2017-01-25 Thread Yves COPPE via use-livecode
5/17 2:34 PM, Yves COPPE via use-livecode wrote: >> How can I create a submenu with the Menu Builder in LiveCode 8.1.2 ? > > Create a new menu item in the right-side column. Select the new item and > click the icon with 3 bars and a right-pointing arrow just above the column. >

SubMenu

2017-01-25 Thread Yves COPPE via use-livecode
Hello, How can I create a submenu with the Menu Builder in LiveCode 8.1.2 ? Thanks. Greetings. Yves COPPE yvesco...@mac.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: side effect on mac with LC

2017-01-17 Thread Yves COPPE via use-livecode
Hi, I will try it tomorrow Thank you Greetings. Yves COPPE yvesco...@mac.com What you can do is the following: When the user pushes down you register the horisontal position of the pointer and store this position for later use. This can be stored in a variabel or a custom property like

Re: side effect on mac with LC

2017-01-17 Thread Yves COPPE via use-livecode
Hi, Sorry, but your answer is not enough clear to help me… can you explain more with a more developed sample ? If you mean what I think you mean, you can use "on mouseMove": on mouseup if the thumbpos of me <> the savedThumPos of this stack then --it changed doSomething end if set the

side effect on mac with LC

2017-01-17 Thread Yves COPPE via use-livecode
Hi list, I’d like to make an effect typically for mobile on a mac Is it possible with LC to have a sliding on side effect when moving horizontally the finger on the mouse as to let appear a « red btn » underneath another on front with label for example « Remove » ? You can see that on the