Search found 67 matches

by williamdesmet
Sun Mar 27, 2022 5:35 pm
Forum: HTML5
Topic: LC10 DP3 - app fullscreen/fullscreenmode no longer possible?
Replies: 7
Views: 7716

Re: LC10 DP3 - app fullscreen/fullscreenmode no longer possible?

And to illustrate what I mean you can follow these links to my site:

LC 10 DP2 https://lc10dp2.camelcaps.nl

LC10 DP3 https://lc10dp3.camelcaps.nl
by williamdesmet
Sat Mar 26, 2022 11:03 pm
Forum: HTML5
Topic: LC10 DP3 - app fullscreen/fullscreenmode no longer possible?
Replies: 7
Views: 7716

Re: LC10 DP3 - app fullscreen/fullscreenmode no longer possible?

@ Richmond: this worked for me with web/html5 apps in DP 1 and DP 2 on macOSX 11.5.2
The thread I mentioned with the code:
viewtopic.php?p=197720#p197720
by williamdesmet
Sat Mar 26, 2022 1:42 pm
Forum: HTML5
Topic: LC10 DP3 - app fullscreen/fullscreenmode no longer possible?
Replies: 7
Views: 7716

LC10 DP3 - app fullscreen/fullscreenmode no longer possible?

Hi There, In LC10 DP2 I used code (from another HTML5 thread) to show my web app fullscreen and centered. on openStack 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 end openStack In DP...
by williamdesmet
Sun Jan 16, 2022 2:56 pm
Forum: HTML5
Topic: This code doesn't work in LC Web?
Replies: 4
Views: 6348

Re: This code doesn't work in LC Web?

I am on macOS Big Sur 11.5.2 and tested on Safari 14.1.2, FireFox 96.0.1. and Chrome 97.0.4692.71. Firefox works the first time but moving the red square too fast makes the page become irresponsive. Safari works only the first movement and then stops. Chrome doesn't work at all. LC 9.9.6 (RC1) gives...
by williamdesmet
Sun Jan 16, 2022 12:02 pm
Forum: HTML5
Topic: This code doesn't work in LC Web?
Replies: 4
Views: 6348

Re: This code doesn't work in LC Web?

It still doesn't unfortunately.

Square "w1" (red) can be moved around the screen.
Graphic "l1" is the line between "w1" and "s1" and always stays centered.
It works OK in the IDE. Not working in LC Web 10 RC1 and 9.9.6 RC1.
by williamdesmet
Sun Jan 02, 2022 1:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a better way to check if images are the same? I now use imagedata
Replies: 9
Views: 5257

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

I think I solved it by first numbering the dots. Then putting the short names of the dots in a list after mouseup. And then comparing the two list using: on mouseup repeat for each line i in tList2 if i is not among the lines of tList then put i & return after tList3 end repeat if tList3 is not empt...
by williamdesmet
Fri Dec 31, 2021 4:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a better way to check if images are the same? I now use imagedata
Replies: 9
Views: 5257

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

@jiml Your example stack is about the same as I did. I also compared two images but used imagedata to do that. The problem is the way the user put the lines into the Geoboard. The user can draw a line between two dots but can also skip two dots and draw a line which is 4 dots long. in the end it loo...
by williamdesmet
Wed Dec 29, 2021 11:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a better way to check if images are the same? I now use imagedata
Replies: 9
Views: 5257

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

@andreasdt The point is that the user doesn't need to touch each point. I made it so the user can use each dot on its own so you can go at once from the bottom left dot to top right dot by touching just these two dots. Bottom left is gStartLoc and top right is gEndLoc. The other dots on this line ar...
by williamdesmet
Wed Dec 29, 2021 6:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a better way to check if images are the same? I now use imagedata
Replies: 9
Views: 5257

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

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 gEndLoc) Two dots will be connected by setting the poin...
by williamdesmet
Tue Dec 21, 2021 11:34 am
Forum: HTML5
Topic: This code doesn't work in LC Web?
Replies: 4
Views: 6348

This code doesn't work in LC Web?

Hi there, I am testing some parts of one of my iPad apps in Livecode Web. Why doesn't this work in Web? Code is in grc "w1" on mouseup send drawline to me in 1 millisec end mouseup on mousedown grab me send drawline to me in 1 millisec end mousedown on mousemove x,y if the mouseloc is within the rec...
by williamdesmet
Sun Nov 21, 2021 9:00 pm
Forum: HTML5
Topic: annoying keyboard pops up
Replies: 8
Views: 8223

Re: annoying keyboard pops up

@Wally: Don't worry that issue is high on the list to fix in 10.0 - indeed hopefully we'll manage to resolve it for DP-2. We also hope that (in general) the Web engine (both with the move to WASM, and other architectural changes we are planning) will perform a lot better on mobile browsers (Mobile ...
by williamdesmet
Sat Nov 20, 2021 10:47 am
Forum: Announcements
Topic: [ANN] Release LiveCode 10.0.0 DP-1
Replies: 10
Views: 15108

Re: [ANN] Release LiveCode 10.0.0 DP-1

Hi there, Last year I played with the HTML5 Community version and despite the fact that some things worked OK, it was slow. I was happy to see the LC 10 announcement with improved Web performance so yesterday I bought the Black Friday LC Web license and am already happy with the noticeable speed Web...
by williamdesmet
Sat Apr 17, 2021 4:55 pm
Forum: Talking LiveCode
Topic: Is this normal behavior with print card and buttons?
Replies: 4
Views: 2732

Re: Is this normal behavior with print card and buttons?

Hi Craig,

Just tested with LC 9.6.1 and I can confirm what you said.
With LC 9.6.1 it is 'OK'.
Printed directly from LC to the desktop.
by williamdesmet
Sat Apr 17, 2021 3:46 pm
Forum: Talking LiveCode
Topic: Is this normal behavior with print card and buttons?
Replies: 4
Views: 2732

Is this normal behavior with print card and buttons?

Hi there, I layout 49 buttons, next to each other (see left side of attached image). And when I use code below, the buttons are all printed some pixels apart from each other. Is this normal behaviour? -- put the Left of img "print" of this cd into tleft put the Top of img "print" of this cd into tTo...

Go to advanced search