Search found 469 matches

by Zax
Thu Mar 21, 2024 11:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where does a keyDown or keyUp signal originate?
Replies: 3
Views: 676

Re: Where does a keyDown or keyUp signal originate?

Did you try RawKeyDown, just to be sure the key code sent by your gamepad is different from your keyboard?
by Zax
Thu Mar 21, 2024 10:38 am
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 2083

Re: AppLauncher - MacOS files launcher

Vesrion 0.70 is available, with a brand new web page. :P

https://sw.ixoft.com


I'm still unable to disable Cmd-Q Apple menu shortcut.
by Zax
Sat Mar 16, 2024 10:34 am
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 2083

Re: AppLauncher - MacOS files launcher

Version 0.61 is available. It fixes numerous bugs - thanks to Stam , including icons size. In order to redraw icons at desired size (128 x 128 px) you will have to manually delete folder : ~Users/Library/Preferences/AppLauncher Icons https://sw.ixoft.com/files/ Ideally this would be a menubar item b...
by Zax
Fri Mar 08, 2024 2:17 pm
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 2083

Re: AppLauncher - MacOS files launcher

Bug finally found! Obviously, it cames from my code and you were right: there is another part of the code that simulate a file drop. On the very first launch, I populate the board with some basic elements: /Applications/Preview.app /Applications/iTunes.app /Applications/Mail.app /Applications/Utilit...
by Zax
Fri Mar 08, 2024 1:48 pm
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 2083

Re: AppLauncher - MacOS files launcher

Then, we are facing to 2 mysteries :( 1 - I don't have this error when I do your test process (launch the app without the prefs file). 2- Reviewing your code above, is there any other part of the app that executes the line answerError "An error has occured." & cr & " " & arrFileInfos & " [#7300]" If...
by Zax
Fri Mar 08, 2024 11:15 am
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 2083

Re: AppLauncher - MacOS files launcher

OK. At this time, I saw 2 real bugs. 1. Icon size. It deals with Objective C "NSImage.-representations" and "-bestRepresentationForRect:context:hints:" I don't know if I'll be able to undersatnd how to modify the extension code :? 2. 7300 error. I obviously tried to launch the app without any prefs ...
by Zax
Fri Mar 08, 2024 10:03 am
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 2083

Re: AppLauncher - MacOS files launcher

Concerning the quality of the icons, I would like to check something.
Could you look inside your ~user/Library/Preferences/AppLauncher Icons/ folder and tell me the size of a .png image? It should be 128x128 pixels.
by Zax
Fri Mar 08, 2024 9:29 am
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 2083

Re: AppLauncher - MacOS files launcher

Thank you Stam for your comments and your always precise analysis. I was in a hurry to finish this first version in order to test it on a daily basis and it is true that certain things will need to be corrected. The 7300 error on the first run annoys me a lot because I can't reproduce it. Can you te...
by Zax
Thu Mar 07, 2024 4:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Disable CMD-Q ?
Replies: 16
Views: 1500

Re: Disable CMD-Q ?

stam wrote:
Thu Mar 07, 2024 4:10 pm
The Quit menu item is not greyed out - just the shortcut. The menu item is clearly selectable:
Great! But I how can we do this, knowing that we have no control at all on the Apple menu?
by Zax
Thu Mar 07, 2024 3:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Disable CMD-Q ?
Replies: 16
Views: 1500

Re: Disable CMD-Q ?

Why actually do you want this oddity? For that : https://forums.livecode.com/viewtopic.php?f=143&t=38966 The application is designed to be launched at startup and only closed when the machine is shut down. As the application is most often reduced to a simple button, I think it is better to block un...
by Zax
Thu Mar 07, 2024 3:44 pm
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 2083

AppLauncher - MacOS files launcher

I'm an old fan of DragThing (which stopped development for a few years) and, although I don't really like Windows, there is a sort of area in the start menu in Windows that I like. AppLauncher is a mix between a very simplified DragThing and this Windows menu. The icons are of course shortcuts but a...
by Zax
Thu Mar 07, 2024 1:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Disable CMD-Q ?
Replies: 16
Views: 1500

Re: Disable CMD-Q ?

Even if the shortcut Q is removed in IDE, it will be added during standalone compilation.
And if the "Quit" menu-item is gray, user will think he can't quit the app! At this time, I prefer an enabled menu-item with shortcut and block the keyboard shortcut with your code.
by Zax
Thu Mar 07, 2024 9:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Disable CMD-Q ?
Replies: 16
Views: 1500

Re: Disable CMD-Q ?

In the end the only thing worked reliably was shutDownRequest - this cannot be used in the IDE, only standalones: on shutdownRequest if the commandKey is down then // do nothing else pass shutdownRequest end if end shutdownRequest Very smart workaround! It works and does not block the shutdown the ...
by Zax
Wed Mar 06, 2024 3:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Disable CMD-Q ?
Replies: 16
Views: 1500

Disable CMD-Q ?

Hello, From some research, there doesn't seem to be a way to disable the CMD-Q keyboard shortcut for the Quit menu item when compiling a standalone :( I would like the Quit menu item to be present, but without the keyboard shortcut. Of course, I could trap the shutdownRequest message and answer an e...
by Zax
Mon Mar 04, 2024 4:56 pm
Forum: Made With LiveCode
Topic: SeeColors - tool to preview colors
Replies: 8
Views: 1314

Re: SeeColors - tool to preview colors

@ Stam : that's why I wasn't in a hurry to link my LiveCode creations... :? More seriously, I haven't encountered this problem but I just saw in the code that the error is not at all explicit. This part of the code should be improved. I'll note it for a future update. In the meantime, to avoid this ...

Go to advanced search