Search found 13 matches

by MMoeller
Thu Apr 25, 2013 4:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hide the toolbar (text & icons) on a Mac
Replies: 2
Views: 2317

Re: Hide the toolbar (text & icons) on a Mac

dunbarx wrote:Hi.

All those gadgets are stacks. Just hide them. Read up on "the stacks" function in the dictionary.

Craig Newman
Now works fine!

Thanks al lot!

Malte
by MMoeller
Thu Apr 25, 2013 2:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hide the toolbar (text & icons) on a Mac
Replies: 2
Views: 2317

Hide the toolbar (text & icons) on a Mac

Hi fellow LiveCoders, I would like to use the full screen to present visual items in an experiment using LiveCode(5.5.4, Build 1502) on an iMac. Can you help me out with the code to hide the toolbar elements ("Inspector", "Code", etc.) together with the text. Did I overlook the command in the dictio...
by MMoeller
Thu Sep 27, 2012 10:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: sortKey
Replies: 1
Views: 1867

sortKey

Hi fellow LiveCoders, i have got a question regarding the sort function in LiveCode 5.5.1 running on MacOS 10.8.2.I need to generate a random order of lines in a variable. I usually use the following code: (A) sort lines of cSet1 by random(1000000) Now i wonder what happens exactly when I run this l...
by MMoeller
Thu May 31, 2012 12:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set the cursor...
Replies: 12
Views: 9360

Re: Set the cursor...

Hi Klaus,

thank you for the quick answer. Perhaps they fix it in an upcoming version. To bypass the problem I set the cursor to an image with the size of 1 x 1 pixel.

Again, thanks for the help!

Malte
by MMoeller
Thu May 31, 2012 10:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set the cursor...
Replies: 12
Views: 9360

Re: Set the cursor...

Hi all, about one year and several versions of LiveCode later, I came upon the same problem. But I'm as puzzled as last time. I restored the RevCursor-database last time to solve my problem but this time, it is in place but I still can not set the cursor to none with liveCode 5.5 on a Windows XP SP3...
by MMoeller
Fri May 27, 2011 9:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set the cursor...
Replies: 12
Views: 9360

Re: Set the cursor...

Hi Jacque & Klaus,

I figured that the problem was a missing library containinf the RevCursors. I restored it and now it works!

Thanks for your testing!

Malte
by MMoeller
Thu May 26, 2011 9:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set the cursor...
Replies: 12
Views: 9360

Re: Set the cursor...

Hi Klaus,

ok - I will try to get some answers from trial-and-error :-) Can't image a reason why it should not work. Perhaps system preferences of Windows XP?

Cheers,

Malte
by MMoeller
Wed May 25, 2011 3:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set the cursor...
Replies: 12
Views: 9360

Re: Set the cursor...

Hi Klaus,

thanks for quick answer (as usual :-)), but it does not work even with reverse command lines. The cursor does not change. Do I need a repeat loop or something for this on Windwos Systems? It works perfectly on my Mac with your suggestion.

Any other ideas?

Cheers,

Malte
by MMoeller
Wed May 25, 2011 2:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set the cursor...
Replies: 12
Views: 9360

Set the cursor...

Hi all, I like to hide the cursor on a Windows XP System with the following script: on mouseDown set the lockCursor to true set the cursor to none end mouseDown But it does not change the cursor. It works with "to busy/hand/etc." but not with none. Am I doing something terribly wrong? Thanks a lot i...
by MMoeller
Wed May 18, 2011 1:27 pm
Forum: Talking LiveCode
Topic: temporal resolution & screenmouseloc
Replies: 10
Views: 8157

Re: temporal resolution & screenmouseloc

Hi fellow LiveCoders and thanks a lot for your support and good ideas! @ Bernd:I've tried your test and it turns out that the screenmouseloc can only be reported every 16 milliseconds. There is always a 16 ms gap between different coordinates with identical coordinates for an interval of 16 ms. @ Je...
by MMoeller
Wed May 18, 2011 8:52 am
Forum: Talking LiveCode
Topic: temporal resolution & screenmouseloc
Replies: 10
Views: 8157

Re: temporal resolution & screenmouseloc

Hi Klaus, thanks for your quick answer. I tried a solution with "mouseMove" but then I encounterd a problem with the temporal resolution of the "mouseMove"-message. This is the handler: on mouseMove put the screenmouseloc & tab & the milliseconds & cr after cMouseXY end mouseMove When I move the cur...
by MMoeller
Tue May 17, 2011 1:34 pm
Forum: Talking LiveCode
Topic: temporal resolution & screenmouseloc
Replies: 10
Views: 8157

temporal resolution & screenmouseloc

Hi all, I use revolution Studio (build 950, Version 4.0.0) for academic purposes (behavioral experiments with reaction times) and I have a problem with the screenmouseloc -command when it's used within a repeat-structure. I like to locate the mousecursor every millisecond until a defined condition i...
by MMoeller
Tue Apr 19, 2011 12:41 pm
Forum: Talking LiveCode
Topic: Rev & joysticks
Replies: 1
Views: 2293

Rev & joysticks

Hi there,

I'm using Revolution Enterprise (Build 1020, Version 4.5.0-dp-3) and I wonder if Revolution can receive messages from an USB-plugged joystick. I would like so measure joystick positions without relying on the cursor position. Is it possible to do so?


Thanks a lot in advance!

Malte