Search found 67 matches

by williamdesmet
Tue Apr 13, 2021 12:24 pm
Forum: iOS Deployment
Topic: How do I change the textcolor of the selected text in a native iOS field?
Replies: 4
Views: 4777

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

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 mobileControlGet (...
by williamdesmet
Wed Feb 03, 2021 12:53 pm
Forum: HTML5
Topic: Fullscreen mode causing issues
Replies: 8
Views: 10414

Re: Fullscreen mode causing issues

I set the fullscreenmode to 'ShowAll' and no problems with that in Chrome, Safari or Chrome Edge and I use the standard 1024x768 iPad size. What I do notice is that due to the size of the files it does take time to load and the speed of the internet connection is also responsible for that. And the m...
by williamdesmet
Tue Dec 29, 2020 12:54 pm
Forum: HTML5
Topic: Change cursor to hand
Replies: 4
Views: 7423

Re: Change cursor to hand

I was surprised too that it didn't work out of the box but maybe it is coming? The LC roadmap indicates that there are updates for HTML5 on the way. WebAssembly and HiDPI scaling will make it a bit faster and look better. The last 3 weeks I'm 'fighting' with HTM5 because I think there is a lot of po...
by williamdesmet
Mon Dec 28, 2020 5:56 pm
Forum: HTML5
Topic: Change cursor to hand
Replies: 4
Views: 7423

Re: Change cursor to hand

Hi Richmond, Thanks but I already tried this off course and noticed it didn't work. Maybe someone already has solved this so I asked here. In HTML5 the output is on html5 canvas and then you can edit the css style within the canvas tag: <canvas style="border: 0px none;" id="canvas" oncontextmenu="ev...
by williamdesmet
Mon Dec 28, 2020 12:56 pm
Forum: HTML5
Topic: Change cursor to hand
Replies: 4
Views: 7423

Change cursor to hand

Hi there,

I like to change the cursor to hand on some buttons.
Anybody knows how to do it in LC HTML5?

Greetings,

William
by williamdesmet
Tue Dec 22, 2020 2:27 pm
Forum: HTML5
Topic: Using fonts in Standalone HTML5
Replies: 7
Views: 9383

Re: Using fonts in Standalone HTML5

Dit you ever get the fonts working?
by williamdesmet
Tue Dec 22, 2020 10:24 am
Forum: HTML5
Topic: Solved: HTML5 canvas receives unwanted mouseup messages
Replies: 1
Views: 5033

Re: HTML5 canvas receives unwanted mouseup messages

Solved!
A new day so a new view on things.
I added extra script to the mousemove x,y message and now it works ok.

Code: Select all

if x,y is not within the rect of grp "test"
   then
      put false into tColor
   end if


I like the HTML5 way more and more.
by williamdesmet
Mon Dec 21, 2020 9:41 pm
Forum: HTML5
Topic: Solved: HTML5 canvas receives unwanted mouseup messages
Replies: 1
Views: 5033

Solved: HTML5 canvas receives unwanted mouseup messages

Hi there, I made a 1024x768 stack and on preopenstack I do: if the environment is "development" then set the fullscreen of me to false else set the fullscreenmode of me to "showAll" set the fullscreen of me to true end if This makes the HTML5 canvas 'fullscreen' in the browser. The left and right si...
by williamdesmet
Fri Dec 18, 2020 9:33 am
Forum: HTML5
Topic: Output HTML5 blurry? Not retina-proof?
Replies: 8
Views: 7481

Re: Output HTML5 blurry? Not retina-proof?

It is not just images.
It is also text, svg widgets and simple graphic ovals,
by williamdesmet
Thu Dec 17, 2020 2:53 pm
Forum: HTML5
Topic: Output HTML5 blurry? Not retina-proof?
Replies: 8
Views: 7481

Re: Output HTML5 blurry? Not retina-proof?

Yes, no seperate images but somewhere within these files indeed.
And no question answered yet.

Why is everything so blurry?
Anyone?
by williamdesmet
Thu Dec 17, 2020 2:36 pm
Forum: HTML5
Topic: Output HTML5 blurry? Not retina-proof?
Replies: 8
Views: 7481

Re: Output HTML5 blurry? Not retina-proof?

It didn't work for me locally but only when I put the files on my webserver.
Localhost takes forever to load with Safari or Chrome (from the Test button in the IDE).
On my webserver it takes about 20 sec. I think to load the file(s).
by williamdesmet
Thu Dec 17, 2020 1:19 pm
Forum: HTML5
Topic: Output HTML5 blurry? Not retina-proof?
Replies: 8
Views: 7481

Output HTML5 blurry? Not retina-proof?

Hi there,

First attempt at HTML5 and despite the large loading time it works.
But the output is not sharp at all. It is blurry, nor retina(?) proof?
That is for images, text and even for simple 'oval' graphics.
Is there a way to get it better?

Greetings,

William (iMac retina 4K)
by williamdesmet
Wed Dec 09, 2020 6:02 pm
Forum: iOS Deployment
Topic: Unable to Test my App on an iPhone
Replies: 5
Views: 4136

Re: Unable to Test my App on an iPhone

And your iPhone SE is also added to the portal and added to the profile?
by williamdesmet
Fri Jun 19, 2020 9:01 am
Forum: iOS Deployment
Topic: Pinch-Zoom-Rotate script 'works' but .....
Replies: 1
Views: 2223

Re: Pinch-Zoom-Rotate script 'works' but .....

Hi there, A follow up on my own message. I noticed today that a single touch on the SVG (with only the original script by Brian) makes the SVG 'jump'. It makes a small move on the screen. A single tab with two vingers at once makes the SVG 'disappear'. It goes offscreen. We don't want that to happen...
by williamdesmet
Thu Jun 18, 2020 6:48 pm
Forum: iOS Deployment
Topic: Pinch-Zoom-Rotate script 'works' but .....
Replies: 1
Views: 2223

Pinch-Zoom-Rotate script 'works' but .....

Hi there, I found this wonderful PinchZoom script by Brian Milby on GitHub; https://github.com/bwmilby/lc-misc/blob/master/PinchZoom/pinchzoom.livecodescript I am trying to add rotation so I added to this script another found script (rotating image) with mousedown and mouseup. Now pinch-zoom-rotate ...

Go to advanced search