Re: Pinch-Zoom gesture on native textfield. How to?

2020-06-08 Thread William de Smet via use-livecode
share what I got unless someone already knows of a > solution. > > On Mon, Mar 9, 2020 at 7:35 AM William de Smet via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Hi there, > > > > Is it possible to pinch zoom on a native text field to make th

Re: Chromebook apps?

2020-06-22 Thread William de Smet via use-livecode
I am a longtime user of Chromebooks in education and most 'cheap' Chromebooks' come with only 4 GB RAM. The Chrome browser itself uses a lot of RAM already and my experience with Android apps on Chromebooks is that they are slow (lack of available RAM) or sometimes not fully functional/compatible.

iOS Emoji keyboard does not print to PDF?!

2020-10-25 Thread William de Smet via use-livecode
Hi there, A simple iOS app in which the user chooses the iOS keyboard to add text and an Emoji to a standard LC text field. I use 'export snapshot' to PDF as PNG to print to PDF. When there is only text in the field all text is printed to the PDF but when an Emoji is added the Emoji is not printed

Re: iOS Emoji keyboard does not print to PDF?!

2020-10-25 Thread William de Smet via use-livecode
hreven: > > " 'export snapshot' to PDF as PNG" sounds a bit odd. > >> On 25.10.20 21:47, William de Smet via use-livecode wrote: >> Hi there, >> >> A simple iOS app in which the user chooses the iOS keyboard to add text and >> an Emoji to a standard LC

Re: iOS Emoji keyboard does not print to PDF?!

2020-10-26 Thread William de Smet via use-livecode
..@elementarysoftware.com > booth1-360-734-4701 > -------------- > > > On Oct 25, 2020, at 2:34 PM, William de Smet via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi Richmond, > > > > That’s the short version of the code.

How to divide card with/in 3 vertical lines?

2020-10-28 Thread William de Smet via use-livecode
Hi there, I need 3 vertical lines in my iOS app with equal distance and from top to bottom. So I use the script below. It is almost perfect but not quite. Is there a better way to do this? -- *s*et the loc of grc "line1" to cardWidth/4, cardHeight/2 set the loc of grc "line2" to cardWidth/2, c

Re: How to divide card with/in 3 vertical lines?

2020-10-28 Thread William de Smet via use-livecode
say "almost perfect but not quite” what exactly are you meaning? > > —Scott > > > On Oct 28, 2020, at 11:04 AM, William de Smet via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi there, > > > > I need 3 vertical lines in my iOS app

Re: How to divide card with/in 3 vertical lines?

2020-10-28 Thread William de Smet via use-livecode
> > > On Oct 28, 2020, at 4:16 PM, William de Smet via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi Scott, > > > > Line 3 should be at loc 768,384 but is now at loc 770,384 (stack > 1024x768). > > This is because 'ca

Best way to add an image to an oval graphic?

2020-11-11 Thread William de Smet via use-livecode
Hi there, When I set the BackgroundPattern of an graphic oval to the image ID, the image is not centered inside the oval graphic. What is a better way to add an image to a graphic oval (and center it? greetings, William ___ use-livecode mailing list u

Re: Best way to add an image to an oval graphic?

2020-11-11 Thread William de Smet via use-livecode
ID of a random > image I imported to the card. It filled the grc perfectly. Do you have a > screenshot of what you are seeing? > > Craig > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of William de Smet via u

Re: Best way to add an image to an oval graphic?

2020-11-12 Thread William de Smet via use-livecode
Thanks all for directing me into a different approach! greetings, William Op wo 11 nov. 2020 om 19:19 schreef Richard Gaskin via use-livecode < use-livecode@lists.runrev.com>: > Using the backgroundPattern seems intuitive, but read the fine print: > image dimensions have very specific requir

How do I shorten this script? Use 'repeat with'?

2020-11-12 Thread William de Smet via use-livecode
Hi there, Another question today. How do I shorten this script? set the loc of grc "k1" to cardWidth/2,cardHeight/2 set the topleft of grc "k2" to (item 1 of topright of grc "k1" -1, item 2 of topright of grc "k1") set the topleft of grc "k3" to (item 1 of topright of grc "k2" -1, item 2 of t

Re: How do I shorten this script? Use 'repeat with'?

2020-11-12 Thread William de Smet via use-livecode
ut ”k1” into tPrevious > repeat with i = 2 to 5 >put ”k” & i into tName >set the topleft of grc tName to the topright of grc tPrevious >put tName into tPrevious > end repeat > > Coding out of my head so reserve for mistakes! > > :-Håkan > On 12 Nov 202

Re: How do I shorten this script? Use 'repeat with'?

2020-11-12 Thread William de Smet via use-livecode
at with i = 2 to 5 >>put ”k” & i into tName >>set the topleft of grc tName to the topright of grc tPrevious >>put tName into tPrevious >> end repeat >> >> Coding out of my head so reserve for mistakes! >> >> :-Håkan >> On 12 Nov 2020

Re: Printing a com.livecode.widget.browser

2020-12-10 Thread William de Smet via use-livecode
Hi Terry, Can you use lockscreen? Greetings William Op do 10 dec. 2020 om 10:15 schreef Terence Heaford via use-livecode < use-livecode@lists.runrev.com>: > Clearly you can’t print a card that contains a browser widget as livecode > is unable to do this. > > I don’t understand why because

Re: Considering work with livecode server

2021-01-19 Thread William de Smet via use-livecode
WebAssembly is on the roadmap. https://livecode.com/resources/roadmap/ > Op 19 jan. 2021 om 20:43 heeft William Prothero via use-livecode > het volgende geschreven: > > Dan: > I just did a bit of Googling and wow! It sounds like a capability to compile > to WebAssembly would put LiveCode in

How to share a recorded sound on iOS?

2021-03-17 Thread William de Smet via use-livecode
Hi there, I am developing a simple stack to record sounds with mergMicrophone. Is there a way to share the recorded sounds which are located in specialFolderPath("documents")? Greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.

Re: How to share a recorded sound on iOS?

2021-03-17 Thread William de Smet via use-livecode
ments folder. > > If this is not what you want to do, then please explain it a little bit > more. > > > > - > Matthias Rebbe > Life Is Too Short For Boring Code > > > Am 17.03.2021 um 19:51 schrieb William de Smet via use-livecode < > use-livecode@lists.runrev

Re: How to share a recorded sound on iOS?

2021-03-17 Thread William de Smet via use-livecode
h what or whom do you want to share the recordings? > > > > Am 17.03.2021 um 23:21 schrieb William de Smet via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hi Matthias, > > > > With sharing I mean like the iOS share sheet. > > A bi

Re: How to share a recorded sound on iOS?

2021-03-18 Thread William de Smet via use-livecode
thias rebbe via use-livecode < use-livecode@lists.runrev.com>: > - > Matthias Rebbe > Life Is Too Short For Boring Code > > > Am 18.03.2021 um 00:00 schrieb William de Smet via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hi Matthias, > >

How do I change the icon after sound is ready?

2021-03-18 Thread William de Smet via use-livecode
Hi there, How do I change the icon back to "play" after the played sound is ready in my script below? if the iconPath of widget "dummy" is the iconPath of widget "play" then set the iconPath of widget "dummy" to the iconPath of widget "pause" play specialFolderPath("documents") & slash & "rec

What is the easiest way to add another snapshot from the same rect to the same PDF file?

2021-03-22 Thread William de Smet via use-livecode
Hi there, In an existing iOS app I do this: --- export snapshot from grc "printmarge" to tPDF as PNG put specialFolderPath("documents") & "/file.pdf" into tFilePath set the printPaperOrientation to "portrait" set the printMargins to 36,72,36,72 open printing to PDF tFilePath print this cd from 61

Re: XCode 12.4 not working with LiveCode

2021-03-23 Thread William de Smet via use-livecode
Hi André, I use xcode 12.1 with LC 9.6.2 (rc 3) Greetings, William > Op 23 mrt. 2021 om 10:52 heeft Andre Garzia via use-livecode > het volgende geschreven: > > Hi Folks, > > I have XCode 12.4 here and I don't seem to be able to select it on the > LiveCode preferences. It complains about n

How do I change the textcolor of the selected text in a native iOS field?

2021-04-13 Thread William de Smet via use-livecode
Hi there, How do I get the selectedText of a native iOS field? I want to change the color of the text selection in the field. How do I adapt this code I made? (this obviously only returns the first char of the text in red) - on changeColor mobileControlDo "field1", "focus", true put mobileCo

Re: How do I change the textcolor of the selected text in a native iOS field?

2021-04-14 Thread William de Smet via use-livecode
be colored and not just the selectedRange. greetings, William Op di 13 apr. 2021 om 21:11 schreef J. Landman Gay via use-livecode < use-livecode@lists.runrev.com>: > On 4/13/21 6:15 AM, William de Smet via use-livecode wrote: > > Hi there, > > > > How do I get the

Re: [ANN] Release 10.0.0 DP-1

2021-11-23 Thread William de Smet via use-livecode
Been playing all day with LC 10 DP-1 and mostly testing Web/html5 and I can confirm Firefox is also the fastest in WASM on a remote webserver. Safari is the slowest. Most people I know use the Chrome browser however. On Chrome OS speed varies depending on the state of the Chromebook (age). Op di

Strange thing: older App Store app fullscreen shown on iOS 15.2

2021-12-24 Thread William de Smet via use-livecode
Hi there, I got a new iPad 2021 with iOS 15.2 (10.2 inch) and downloaded some of my own older apps on it from the App Store. These apps have been there for several years and the last update was from 2019. I noticed that these apps are shown fullscreen and that is strange because none of these apps

Is there a better way to check if images are the same? I now use imagedata

2021-12-29 Thread William de Smet via use-livecode
Hi there, Is there a better way to check if images are the same? I now use imagadata. In my app I have an example drawn image (5x5 matrix with dots, a Geoboard). These dots are important because by touching them their Loc is used (gStartLoc and gStartLoc) Two dots will be connected by setting the

Re: Is there a better way to check if images are the same? I now use imagedata

2021-12-29 Thread William de Smet via use-livecode
ot in the > reference path, then see if the same dots are included in the user’s path. > You would need to include a name for each reference point, of course. > That’s if I understand your problem correctly. > > > > Bill > > > > > > Sent from my iPad

Curved text possible?

2022-04-27 Thread William de Smet via use-livecode
Hi There, I am in the need for curved text. User input via a text field need to have a copied curved text output. Is this even possible in Livecode? I was thinking of text to the points of a path? Something like that? Greetings William ___ use-livecode

Re: Curved text possible?

2022-04-27 Thread William de Smet via use-livecode
How large is this curved text? > > You could certainly create an entire alphabet with polyLines, and insert > them as needed to replace a body of text. But if you need 12 point size, > those graphics are going to be, er, difficult to do nicely. > > Craig > > > On Apr 27,

Re: Curved text possible?

2022-04-27 Thread William de Smet via use-livecode
> pass the text to some external graphics utility that renders and image > of it curved and then import the image back into Livecode. There may be > other work-arounds. > > On 4/27/2022 11:12 AM, William de Smet via use-livecode wrote: > > Hi There, > > > > I am i

Re: Curved text possible?

2022-04-28 Thread William de Smet via use-livecode
Thanks! I came up with sort of the same idea yesterday evening and I am tetsting it now. I load a local html file within the browser widget with circletype.js added to the html file. A native textfield (and some extra code) writes back into the html file and then I refresh the card. A snapshot gi

Error: Unable to install app - Mac OS 11.5.2 , Xcode 13.2 (13C90), LC 9.6.7 en iOS 15.2

2022-05-07 Thread William de Smet via use-livecode
Hi there, Mac OS 11.5.2 , Xcode 13.2 (13C90), LC 9.6.7 en iOS 15.2 Yesterday I tried to put an app on my iPad 2020 with iOS 15.2 on it. Building the app is no problem and gives no error message on my Mac Putting the app with Xcode on my iPad however gives an error: Unable to Install App I checked

Re: Error: Unable to install app - Mac OS 11.5.2 , Xcode 13.2 (13C90), LC 9.6.7 en iOS 15.2

2022-05-09 Thread William de Smet via use-livecode
stalling the app with Xcode and in both cases > > it worked ok, so that can’t be the problem. Do let us know if you track > > down the cause. > > > > Cheers, > > Mark > > > > > > > On May 7, 2022, at 9:06 AM, William de Smet via use-livecode < &

LibKiosk by André Garzia

2022-05-12 Thread William de Smet via use-livecode
Hi there, I found some information about LibKiosk André Garzia released 15 years ago. Is there still a download available somewhere or is it deprecated now? groeten, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Curved text possible?

2022-05-18 Thread William de Smet via use-livecode
Hi there, I posted a curved text example (with use of the browser widget) on the forum: https://forums.livecode.com/viewtopic.php?f=120&t=37027 It works ok but still not satisfied with transparency. Maybe someone has a better idea on how to do that? groeten, William Op do 28 apr. 2022 om

Re: Curved text possible?

2022-05-18 Thread William de Smet via use-livecode
hing up. I’m out of office at the moment so can’t get to my > files. > > Sean Cole > Pi Digital Productions Ltd > > eMail Ts & Cs > > > > On 18 May 2022, at 09:40, William de Smet via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > >

Re: Curved text possible?

2022-05-18 Thread William de Smet via use-livecode
ttps://hh.on-rev.com/widgets/svgtext.html > > At the bottom he describes that it is possible to use SVG to define paths > for the text. How good are you at LCB in being able to manipulate what he > had achieved here? > > Sean > > > On Wed, 18 May 2022 at 12:57, William de

Re: Anyone any experience with Livecode under Ventura?

2022-10-25 Thread William de Smet via use-livecode
LC 9.6.9 (rc1) and LC 10.0.0. (dp4) works fine with me on Ventura. I had Xcode 13.2.1 installed but that version does not work anymore. I wonder which Xcode version I need now. Which Xcode version works with LC now? groeten, William Op di 25 okt. 2022 om 20:03 schreef Roger Guay via use-l

Re: Export snapshot - is it usable on LiveCode web apps?

2024-08-10 Thread William de Smet via use-livecode
And in addition to this I have another question: How do we download this created snapshot in a web browser? greetings, William Op do 8 aug 2024 om 16:48 schreef Jimmieson, Phil via use-livecode < use-livecode@lists.runrev.com>: > Hi folks, > Thanks to everyone who responded to my question.

MergPop error on iOS 11.2 & LC 8.1.8

2017-12-08 Thread William de Smet via use-livecode
Hi there, I am seeing an error on using MergPop with iOS 11.2 /LC 8.1.8 when saving a PNG with the 'Save Image' button on the popover sheet. It quits the app immediately. 'E-mail, Copy, Print, Save Files App' all work fine. Even Airdrop works fine. I do this: try put specialfolderpath("d

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-09 Thread William de Smet via use-livecode
nswer tError, it told me that LC couldn’t find the handler > “mergPopActivity”, so it confirmed that the library was missing, fixing that > made it work. > > Paul > >> On 8 Dec 2017, at 12:00, William de Smet via use-livecode >> wrote: >> >> Hi there, >

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-09 Thread William de Smet via use-livecode
jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > > > > > On December 9, 2017 2:41:19 AM William de Smet via use-livecode < > use-livecode@lists.runrev.com> wrote: > > Hi Paul, >> >> Like I said MergPop works f

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-11 Thread William de Smet via use-livecode
Hi Monte, Just edited the plist file and it works now. Thanks! groeten, William 2017-12-11 4:24 GMT+01:00 Paul Hibbert via use-livecode < use-livecode@lists.runrev.com>: > Thank you for the quick response Monte, the fix works well! > > Paul > > > On 10 Dec 2017, at 13:36, Monte Goulding via

How does 'Apple VPP Education' discount work?

2018-01-10 Thread William de Smet via use-livecode
Hi there, I was asked if i could add my apps to Apple's VPP education program. I see I have two choices: 1. Available with a volume discount for educational institutions 2. Available with no discount On this page it says you can enable 50% discount: https://developer.apple.com/programs/volume/edu

Re: How does 'Apple VPP Education' discount work?

2018-01-10 Thread William de Smet via use-livecode
that standard price or not. > That’s all > > The only restriction on VPP is that no inApp purchases are allowed for the > VPP program. (only apps without inApp purchase) > > Tiemo > > > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun..

How do I delete cloned images with the same name all at once?

2018-01-17 Thread William de Smet via use-livecode
Hi there, I have several cloned images and all have the same name: ticket. Of course there ID is different. On close card I want to delete them. How do I delete them all at once? Wat is wrong with this code? on mouseup repeat with x= 1 to the number of images of this card if the name of image x i

Re: How do I delete cloned images with the same name all at once?

2018-01-18 Thread William de Smet via use-livecode
@Tore and @Mark Thanks! Works fine now. greetings, William 2018-01-18 0:13 GMT+01:00 Mark Wieder via use-livecode < use-livecode@lists.runrev.com>: > On 01/17/2018 02:42 PM, Tore Nilsen via use-livecode wrote: > > Use short name instead of name, this will script will work: >> > > Additiona

Width and height image gets bigger on changing angle

2018-01-20 Thread William de Smet via use-livecode
Hi, When I add an image as a control to a new stack it gets bigger when I set an angle of 270. --- on mouseup set the angle of me to 270 clone me set the angle of me to 0 end mouseup --- Width and height are changed by 1 px. Is that normal behaviour? How do I prevent this? LC 8.1.8 greeting

Re: Width and height image gets bigger on changing angle

2018-01-20 Thread William de Smet via use-livecode
Answering my own question: it works fine when you use 'rotate by -90' groeten, William 2018-01-20 12:10 GMT+01:00 William de Smet : > Hi, > > When I add an image as a control to a new stack it gets bigger when I set > an angle of 270. > > --- > on mouseup > set the angle of me to 270 > clone

Bold textStyle on 'Header Bar' widget?

2018-01-25 Thread William de Smet via use-livecode
Hi there, How do I set the label of a 'Header Bar' widget to bold? greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.ru

Re: Bold textStyle on 'Header Bar' widget?

2018-02-01 Thread William de Smet via use-livecode
Ok one step closer: --- set the textStyle of widget "start" to "bold" - and with the chosen font of the widget set to [Styled Text) in the LC Inspector it gives bold text. But now all text in the widget is bold. Can't figure out how tp only get the labet of the widget set to bold. Anyone?

CameraControl gives wrong rect and rotated preview on iPad

2018-02-28 Thread William de Smet via use-livecode
Hi there, What's wrong with cameraControl on iPad? In the IDE everything works fine: cameracontrol is shown on the given rect. On iPad the rect is much smaller and the preview is rotated. In the standalone iPad settings 'Landscape Left' and 'landscape Rght' are activated. Is this a bug? I am on L

Re: [OT] Haiku OS

2018-02-28 Thread William de Smet via use-livecode
This is probably more interesting: https://www.omgubuntu.co.uk/2018/02/google-enable-linux-apps-chrome-os-recent-code-commits-suggest greetings, William 2018-02-28 15:52 GMT+01:00 Rick Harrison via use-livecode < use-livecode@lists.runrev.com>: > Hi Richmond, > > Current Official Version Info

Reverse 'pixelcoloring' and total amount of colors

2018-03-05 Thread William de Smet via use-livecode
Hi there, This is quite a challenge for me. I an trying to build a template in which users (small children) can 'pixeldraw' something and based on the drawing the instruction will be made. The instruction is needed for other children to make the pixel drawing. The instruction is quite special. Th

Re: Reverse 'pixelcoloring' and total amount of colors

2018-03-05 Thread William de Smet via use-livecode
2018-03-05 3:55 GMT-04:00 William de Smet via use-livecode < > use-livecode@lists.runrev.com>: > > > Hi there, > > > > This is quite a challenge for me. > > I an trying to build a template in which users (small children) can > > 'pixeldraw' som

Re: Reverse 'pixelcoloring' and total amount of colors

2018-03-05 Thread William de Smet via use-livecode
" of your row. > > Not fully awake yet, so if there is anything wrong with my example, > hopefully it still makes sense. > > On Mon, Mar 5, 2018 at 5:50 AM, William de Smet via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Thanks for your reply! >

Re: Reverse 'pixelcoloring' and total amount of colors

2018-03-05 Thread William de Smet via use-livecode
s is not "B" then put comma & "B0" > after tInstructions > add 1 to char -1 of tInstructions > break > default > if tInstructions is empty then > put "E" into tInstructions >

Re: Reverse 'pixelcoloring' and total amount of colors

2018-03-06 Thread William de Smet via use-livecode
put empty into tInstructions > else >put whatever into field "instructions2" that you need >delete item -1 of tInstructions > end if > > Not sure what end results you want, or how if fails, but maybe something ^ > there will help. > > On Mon, Mar 5, 20

Slide puzzle question

2018-03-07 Thread William de Smet via use-livecode
Hi there, I am making a 9 piece slide puzzle. How many pieces should be in the right place at start to solve the puzzle? greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe an

App rejected because of camera permission modal alert!

2018-03-13 Thread William de Smet via use-livecode
Hi there, My new app 'FotoPuzzel' is rejected by Apple because the app needs camera permission. I did not clarify the use of this feature in the modal alert? How do I change this? Can I change this? I just use MobilePickPhoto "camera" The standard modal alert says: FotoPuzzel would like to acces

Sound delay

2018-03-15 Thread William de Smet via use-livecode
Hi there, Why is there a short delay when playing a sound for the first time? And how do I solve this? play specialFolderPath("engine") & slash & "sounds/pop.mp3" greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please v

Re: Sound delay

2018-03-15 Thread William de Smet via use-livecode
since I don't have that file. Have you attempted in the OS to > double click the file or if on Mac, play the file in preview mode? > > Bob S > > > > On Mar 15, 2018, at 07:55 , William de Smet via use-livecode < > use-livecode@lists.runrev.com> wrote: > >

App rejected - add parental gate

2019-03-16 Thread William de Smet via use-livecode
Hi there, An app update was rejected due to the fact I ticked the ‘Kids category’ in the initial version of the app. In the app they can share an image outside the app. The current quidelines say I have to add a parental gate now. Is there anyone who has an example on how to do this? https://de

New app update: four errors in plist

2019-11-14 Thread William de Smet via use-livecode
Hi there, Today I uploaded an update for one of my apps to the App Store. Now I have four errors coming back from Apple. Still need to edit the info.plist but it'd easy to make a mistake with this. When will this be fixed? - Got this notification back: ITMS-90339: Deprecated Info.plist Key -

Re: New app update: four errors in plist

2019-11-15 Thread William de Smet via use-livecode
file(See QCC 22150) > > > > After that every time you want to submit to the app store do this in the > > message box ==> set the script of "revSaveAsIosStandalone" to url > > ("File://somePath/someFilename") > > > > Ralph DiMola > > IT Di

Re: New app update: four errors in plist

2019-11-15 Thread William de Smet via use-livecode
t;) > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -----Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of William de Smet via use-livecode > Sent: Thursday, November 14,

Re: New app update: four errors in plist

2019-11-22 Thread William de Smet via use-livecode
ta entitlement", properly installed , which is required if you want to > use Test Flight. > > > > > > In standalone settings I see three options: Required, Prohibited, n/a. > Do you mean the plist always contains a location option even if "n/a" is > selected?

How do I select graphics that are on top of each other with mousedown?

2019-11-25 Thread William de Smet via use-livecode
Hi there, I have to square graphics (line style) on top of each other. They have the same width and height and form a letter X. How do I select the different graphics? Mousedown, MouseLoc and points of graphic? Any pointers are welcome. greetings, William _

Re: How do I select graphics that are on top of each other with mousedown?

2019-11-25 Thread William de Smet via use-livecode
Hi Peter, MouseControl works fine. Thanks. greetings, William Op ma 25 nov. 2019 om 19:31 schreef Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com>: > William, > > You could try working with the mouseControl. > > Peter > > > On Nov 25, 2019

Re: How do I select graphics that are on top of each other with mousedown?

2019-11-25 Thread William de Smet via use-livecode
Hi there, "pointInShape" looks very interesting, Too much for now. MouseControl does the job. Thanks! groeten, William Op ma 25 nov. 2019 om 19:45 schreef hh via use-livecode < use-livecode@lists.runrev.com>: > Yet another option is to use the technique from "pointInShape": > http://forums.

Requirements for private distribution on Apple Business Manager?

2020-01-08 Thread William de Smet via use-livecode
Hi there, Is it possible with an Indy License to publish apps that are 'Available for private distribution to specific organizations on Apple Business Manager' ? Any other requirements? greetings, William ___ use-livecode mailing list use-livecode@lis

Pinch-Zoom gesture on native textfield. How to?

2020-03-09 Thread William de Smet via use-livecode
Hi there, Is it possible to pinch zoom on a native text field to make the text bigger/smaller? Has anyone done this? Any pointers / script snippets are welcome. greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

Re: Pinch-Zoom gesture on native textfield. How to?

2020-03-10 Thread William de Smet via use-livecode
Thanks! I tested the code on a normal/standard field and it kinda works. I changed the multitouch-pinch code form image to fld and added a 'set textSize ...'. However it doesn't work as expected. The field is changing faster and bigger then the text inside the field. Then I found this script on