Search found 92 matches

by mattmaier
Tue Oct 27, 2015 6:46 pm
Forum: Windows
Topic: No AppIcon on Taskbar if used windowShape {Solved}
Replies: 10
Views: 8117

Re: No AppIcon on Taskbar if used windowShape {Solved}

[edit] nevermind, I commented out systemWindow and now it layers properly. _____________________________________- This sort of worked. I didn't use the windowShape part because I just want it to be a rectangle without the decorations. So there are still decorations that I'd like to get rid of, but w...
by mattmaier
Sun Oct 18, 2015 9:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revCursors substack
Replies: 0
Views: 2172

revCursors substack

If I create a new mainstack and start working with it the substack revCursors appears sooner or later and I can't get rid of it. Tried deleting it in the project browser and tried deleting it with script and checked that it's the only revCursors stack in the palettes folder http://forums.livecode.co...
by mattmaier
Sun Oct 18, 2015 5:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: enable mouse messages when button down
Replies: 12
Views: 9561

Re: enable mouse messages when button down

I appreciate the examples. I've also implemented something using mouseMove. The question this thread is based on is still whether or not it's possible to re-enable the mouse messages even though the mouse button is down. Livecode is based on messages. There are commands that manipulate those message...
by mattmaier
Sun Oct 18, 2015 4:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: normal OS keyboard shortcuts
Replies: 1
Views: 2119

normal OS keyboard shortcuts

Windows has standard keyboard shortcuts for moving windows around. Like (windows key + right arrow key) docks the active window to the right half of the screen. Does a Livecode stack have to be specifically told to respond to those standard shortcuts? Do they have to be each be scripted one-by-one o...
by mattmaier
Sat Oct 17, 2015 4:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: enable mouse messages when button down
Replies: 12
Views: 9561

Re: enable mouse messages when button down

It looks like I can make due using mouseMove and within. I can catch mouseMove relatively easily check if the mouseLoc is within the rect of every node in a repeat. That's not nearly as clean as just getting a message from the control the mouse crosses into, but it looks like Livecode just straight ...
by mattmaier
Sat Oct 17, 2015 4:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: enable mouse messages when button down
Replies: 12
Views: 9561

Re: enable mouse messages when button down

SparkOut - Thanks, but I'd like to make use of Livecode's existing engine. I COULD rewrite the logic that continuously tracks whether or not the mouse has entered a particular area...but there are already supposed to be messages for that. Klaus - I see what you mean about 'abusing' the drag messages...
by mattmaier
Sat Oct 17, 2015 4:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: enable mouse messages when button down
Replies: 12
Views: 9561

Re: enable mouse messages when button down

Thanks, that's interesting. Seems like it's more confusing than useful at that point. It's not queuing the messages because it doesn't send mouseEnter, mouseLeave, mouseEnter if all of those happened while the mouse was down. But it also doesn't help. I was hoping to use the built in mouse messages ...
by mattmaier
Fri Oct 16, 2015 9:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: enable mouse messages when button down
Replies: 12
Views: 9561

enable mouse messages when button down

I designed some UI interaction on the whiteboard. Now that I'm trying to code them I found that Livecode is doing the exact opposite of what I'd like. Messages like mouseEnter are suppressed when the mouse button is down. What I'd like to do is let the user click on one node, drag the mouse to anoth...
by mattmaier
Thu Sep 24, 2015 4:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: standalone error pLibraryName and some numbers [solved]
Replies: 3
Views: 3074

Re: standalone error pLibraryName and some numbers

Compiling the windows standalone with DP 5 seems to have worked.
by mattmaier
Wed Sep 23, 2015 3:10 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: standalone error pLibraryName and some numbers [solved]
Replies: 3
Views: 3074

Re: standalone error pLibraryName and some numbers

Is it a bug I can work around or do I have to wait for DP5?
by mattmaier
Tue Sep 22, 2015 2:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: standalone error pLibraryName and some numbers [solved]
Replies: 3
Views: 3074

standalone error pLibraryName and some numbers [solved]

I made a Windows standalone from Livecode 8 DP 4 on Windows 8.1. When I tried to open the .exe I got a popup with this message: Error 91,51,1 532,51,1 while loading stack: pLibraryName It has an "okay" button but clicking that doesn't do anything. At least, I think I'm clicking it because it changes...
by mattmaier
Sat Sep 19, 2015 11:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Livecode 8 DP4 doesn't load stack script [solved]
Replies: 2
Views: 2607

Re: Livecode 8 DP4 doesn't load stack script [solved]

Oh yeah, okay, the second time I opened LC8DP4 the tools palette is populated.

Oooooh, right. I think you guys said at the user group meeting that "ceiling" is a keyword and I can't use it as a handler. I replaced it with ceilingNum and everything works now.
by mattmaier
Sat Sep 19, 2015 9:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Livecode 8 DP4 doesn't load stack script [solved]
Replies: 2
Views: 2607

Livecode 8 DP4 doesn't load stack script [solved]

Livecode 8 is supposed to be the same as 7 with the extra widget stuff. I just downloaded 8DP4 and tried to load a stack I wrote in 7. It looks like the interface is there but the stack script isn't loaded into memory or something. The stack script is there if I open it, but none of the handlers sho...
by mattmaier
Mon Aug 17, 2015 3:02 pm
Forum: Off-Topic
Topic: LiveCode 2-year Indy offer - mistimed?
Replies: 3
Views: 4165

Re: LiveCode 2-year Indy offer - mistimed?

It worked for me. I'm in that transition zone between beginner and semi-pro so I went ahead and made the investment. I probably would have waited longer otherwise.
by mattmaier
Mon Aug 17, 2015 12:25 am
Forum: Community Projects
Topic: Platyvue Project
Replies: 8
Views: 13214

Re: Platyvue Project

Hi Matt, Thanks for the presentation at the Users group meeting. It's very cool! I hope you do end up adding some screenshots to this post, because I think it will help people to understand your project better. Happy to see the evolution. Best of luck! Howdy, thanks I really appreciate that. Here a...

Go to advanced search