Search found 840 matches

by shaosean
Fri Jan 26, 2018 3:59 pm
Forum: Talking LiveCode
Topic: Cannot make SE colorization stick
Replies: 26
Views: 15397

Re: Cannot make SE colorization stick

There's another thread where I posted an old plugin that allows you to create your own theme(s) for the Script Editor. Code is all available and is in the public domain, so take what you want. It works by intercepting the IDE methods, no modifications of the IDE. I'm going to be adding in the missin...
by shaosean
Sat Jan 20, 2018 7:05 am
Forum: LiveCode Builder
Topic: [ANN] SSRequestUserAttention
Replies: 8
Views: 6714

Re: [ANN] SSRequestUserAttention

Pretty cool Paul..
by shaosean
Fri Jan 12, 2018 10:59 am
Forum: Windows
Topic: Registry query
Replies: 3
Views: 4014

Re: Registry query

put format("%d", 0x7eba)
by shaosean
Tue Jan 09, 2018 5:55 pm
Forum: LiveCode Builder
Topic: [Q] Cocoa class delegates
Replies: 12
Views: 9313

Re: [Q] Cocoa class delegates

If I use "CreateObjcDelegate" it bails out by calling "toolbarAllowedItemIdentifiers:" a few hundred times until it crashes.. I have set the delegate to the Toolbar and then assigned it to the window.. If I set the delegate to the delegate returned from "CreateObjcDelegate" the toolbar gets added to...
by shaosean
Tue Jan 09, 2018 2:19 pm
Forum: LiveCode Builder
Topic: [Q] Cocoa class delegates
Replies: 12
Views: 9313

Re: [Q] Cocoa class delegates

Well, that did indeed fix that issue, but still not working.. Perhaps someone smarter than me can get it working in LCB (it's not really that hard to implement the NSToolbar in Objective-C)
by shaosean
Tue Jan 09, 2018 5:11 am
Forum: LiveCode Builder
Topic: [Q] Cocoa class delegates
Replies: 12
Views: 9313

Re: [Q] Cocoa class delegates

Thanks. I'll give it a try tomorrow.
by shaosean
Sun Dec 31, 2017 8:41 am
Forum: LiveCode Builder
Topic: [Q] Cocoa class delegates
Replies: 12
Views: 9313

Re: [Q] Cocoa class delegates

Need some help with this.. Delegate method toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar: - (NSToolbarItem *)toolbar:(NSToolbar *)toolbar itemForItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier willBeInsertedIntoToolbar:(BOOL)flag; I've converted it to the following, but get an error...
by shaosean
Sun Dec 24, 2017 12:48 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Widget sources?
Replies: 6
Views: 4642

Re: Widget sources?

There is also the widget store. Tools > Extension Manager
by shaosean
Sat Dec 23, 2017 7:06 am
Forum: LiveCode Builder
Topic: Community snippets
Replies: 21
Views: 29309

Re: Community snippets

Get the NSWindow Ref from the calling script's window ID.. This is mostly handy for library modules, as widget modules have a function already.. If anyone has code like this, but for Windows and/or Linux, that'd be awesome if you shared ;-) This has only been tested in LiveCode 9 dp11 private foreig...
by shaosean
Sat Dec 23, 2017 4:13 am
Forum: LiveCode Builder
Topic: [Q] Cocoa class delegates
Replies: 12
Views: 9313

Re: [Q] Cocoa class delegates

So excited.. dp11 was released, time to get busy on coding :D
by shaosean
Tue Dec 12, 2017 3:21 pm
Forum: Windows
Topic: Windows system tray icon
Replies: 13
Views: 12245

Re: Windows system tray icon

Actually, his wording does make sense.. Way back in the day, when I had used Windows and WinAMP, WinAMP had the ability to minimize to the system tray (not the task bar) and then double-clicking the system tray icon would maximize it..
by shaosean
Tue Dec 12, 2017 3:19 pm
Forum: Announcements
Topic: FreeLibs for LiveCode
Replies: 29
Views: 28339

Re: FreeLibs for LiveCode

[-hh] wrote:
Tue Dec 12, 2017 12:47 am
You may watch a detailed progress here:
https://github.com/livecode/livecode/milestones
Thanks for that.. Now I'll check that page every day ;-)
by shaosean
Tue Dec 12, 2017 3:15 pm
Forum: Windows
Topic: Windows system tray icon
Replies: 13
Views: 12245

Re: Windows system tray icon

I am unable to find any correct upto date information on how to create a system tray icon for my app when its minimized and then listen out for the event of a double click on the icon to restore the app window. I don't think there is the ability to put an icon in the system tray, but it is somethin...
by shaosean
Tue Dec 12, 2017 12:36 am
Forum: Announcements
Topic: FreeLibs for LiveCode
Replies: 29
Views: 28339

Re: FreeLibs for LiveCode

Actually, I'm not going to back port the LCB files due to missing functionality in the older versions.. LC9dp11 sounds like it will have a feature that I will totally love (I check the download page every day now ;) )

Go to advanced search