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
___
use-liveco
Hi Paul
I have the same question.
Can you send this stack to me too ?
Greetings.
Yves COPPE
yvesco...@mac.com
> Le 18 avr. 2018 à 22:14, Paul Dupuis via use-livecode
> a écrit :
>
> On 4/18/2018 1:58 PM, Knapp Martin via use-livecode wrote:
>> I'm just getting my feet wet with the PDF viewer
>
>
> Paul
>
>> On 19 Nov 2017, at 10:17, Yves COPPE via use-livecode
>> wrote:
>>
>> Hello,
>>
>> When I move the menu (B) just after another menu (A) and want to make Menu
>> (B) a submenu of menu (A), this icon you describe is di
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
>> wrote:
>>
>> Hello,
>>
>> on macOS 10.13.1 and Liv
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
use-livecode@lists.runrev
n 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)
>>> is true then
>> Yes, it see
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
> a écrit :
>
> On 10/14/17 2:14 PM, Yves COPPE via u
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 :
>
> That's what I suspected. So to build
Hi,
I’ve tried it as you say but this (two) icons with 3 bars are disabled and so
it doesn’t luck
Any idea ?
Cordialement.
Yves COPPE
yvesco...@mac.com
> Le 26 janv. 2017 à 00:42, J. Landman Gay via use-livecode
> a écrit :
>
> On 1/25/17 2:34 PM, Yves COPPE via use-li
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 su
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 this
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 s
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 notes.
13 matches
Mail list logo