Search found 44 matches

by RobertC
Sat Feb 23, 2019 8:27 pm
Forum: Mac OS
Topic: virtual desktop - spaces
Replies: 22
Views: 15284

Re: virtual desktop - spaces

I'll mess around with that a little too. This code works: global gRun on OpenStack put true into gRun show me RunIt end OpenStack command RunIt hide me set the topleft of me to 200,300 wait 20 ticks show me if gRun then send "RunIt" to me in 1 seconds end RunIt but obviously it's not really efficien...
by RobertC
Sat Feb 23, 2019 5:53 pm
Forum: Mac OS
Topic: virtual desktop - spaces
Replies: 22
Views: 15284

Re: virtual desktop - spaces

Sorry, yes, Linuxes also have them. And if Apple continues the way it goes, I'll have to switch to one of them soon. Agreed also that it is not easy to implement. So I guess the answer must be that for the time being it is not available, i.e. I can't find out, at least not from LiveCode. I thought d...
by RobertC
Sat Feb 23, 2019 3:56 pm
Forum: Mac OS
Topic: virtual desktop - spaces
Replies: 22
Views: 15284

virtual desktop - spaces

Hello, I have an application that I always want to be visible, whatever space (aka virtual desktop) I'm working on. The message desktopChanged is sent when the screen's definition(*) or aspect ratio changes, but apparently not when I go to a different space on the same screen. The screenRects is not...
by RobertC
Tue Mar 24, 2015 7:51 am
Forum: Engine Contributors
Topic: mousedoubleup
Replies: 11
Views: 13096

Re: mousedoubleup

If you need to handle both and have them do completely different things, then typically this means there's a flaw in the UI design. It should perhaps be avoided, but what about the OSX Finder? It has singe and double clicks (and delays before you can edit a name? Or text editors which set the inser...
by RobertC
Wed Feb 04, 2015 9:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: combine scrambles array
Replies: 11
Views: 6892

Re: combine scrambles array

Hi. No mistake. LC arrays are purely associative, … … . The array will appear the way LC feels like assembling it, not the way you fed it. But this should never matter. Craig Newman Craig, I disagree. I just lost several hours trying to figure out why combine produced an unexpected result. There ar...
by RobertC
Sat Nov 08, 2014 9:32 pm
Forum: Internet
Topic: LC Server and UTF8
Replies: 7
Views: 7207

Re: LC Server and UTF8

Thanks.
I have removed BOMs everywhere. They also interfere if you use them in .htaccess files and other places.
OK for now.
R.
by RobertC
Thu Sep 11, 2014 11:40 am
Forum: Multimedia
Topic: Antialiased vector graphics in LiveCode 6.5.1
Replies: 4
Views: 4922

Re: Antialiased vector graphics in LiveCode 6.5.1

Same bug exists in 7.0. Plus: if you save as stand-alone, the antialiasing is set to false for all graphics that have a fillrule set. I use the fillrule to get "holes" in graphics. In my particular case I solved the problem with a few lines of code in a preopenstack handler: repeat with i=1 to the n...
by RobertC
Mon Jul 22, 2013 10:58 am
Forum: Internet
Topic: LC Server and UTF8
Replies: 7
Views: 7207

Re: LC Server and UTF8

Thanks wsamples, that seems indeed to solve the problem for now. Sigh. Yes, BBEdit does have a preference setting to choose between "UTF-8" (which was what I used) and "UTF-8 with BOM". I have now set it to output the byte order mark. So: (1) I suppose the livecode server does not try to guess the b...
by RobertC
Wed Jul 17, 2013 5:48 pm
Forum: Internet
Topic: LC Server and UTF8
Replies: 7
Views: 7207

Re: LC Server and UTF8

Thanks wsamples, I was "off" for a while so saw your reply only now. I must say I do not quite understand the sequence you went through. I use BBEdit for my pages, and they all start like this: <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"...
by RobertC
Thu May 30, 2013 8:52 pm
Forum: Internet
Topic: LC Server and UTF8
Replies: 7
Views: 7207

LC Server and UTF8

Hi, I just identified a problem with my new site: all pages are in UTF-8, but this does not work if the file passes through the LC Server. I.e.: I write a page containing accented characters such as é and ü, in UTF-8. If the extension is .html it displays perfectly. If I change the extension to .lc ...
by RobertC
Sat Dec 22, 2012 9:11 am
Forum: Mac OS
Topic: stack as button
Replies: 10
Views: 8720

Re: stack as button

Thanks everyone for your most helpful replies. I'll try to give some comments: First a little more background: with the advent of Lion the PPC emulator went and I lost Golive. I have for over a year now tried to get its functionality back, with little result. I now have to use a simple editor like B...
by RobertC
Fri Dec 21, 2012 10:05 pm
Forum: Mac OS
Topic: stack as button
Replies: 10
Views: 8720

stack as button

I want to make a standalone stack such that it runs a handler when the mouse is clicked in a button, even when the stack is NOT the currently active application. Normally, to make a button do something the first click will activate the application and only the second will push the button. Can I circ...
by RobertC
Wed Sep 12, 2012 7:37 am
Forum: Android Deployment
Topic: Why does a compass need location?
Replies: 7
Views: 7542

Re: Why does a compass need location?

Yep, that's it! The file is ~/.android/debug.keystore But for that: (1) I have to find a person (you) who has this knowledge in her brain, because finding out in another way is extremely tedious and long, (2) use Tinkertool to make hidden files visible in my home directory. (3) now write the tip in ...
by RobertC
Tue Sep 11, 2012 7:40 pm
Forum: Android Deployment
Topic: Why does a compass need location?
Replies: 7
Views: 7542

Re: Why does a compass need location?

Yes, your analysis is probably correct. Heinlein said the 21st century would be the age of the great semantic confusion, which I agree it seems to be. But thanks again. Well, and now I'm trying something more sophisticated (a text reader that scrolls automatically), but I get "Install parse failed i...
by RobertC
Tue Sep 11, 2012 5:38 pm
Forum: Android Deployment
Topic: Why does a compass need location?
Replies: 7
Views: 7542

Re: Why does a compass need location?

Thanks Jacque, that solves it. I was afraid it was like that. It is again a nice example of the semantic mess sometimes created by programmers. There are local sensors: the barometer, the magnetometer, the accelerometer (and the thermometer if there were one). One might put the sound pressure (micro...

Go to advanced search