Search found 11 matches

by gtmooya
Wed Jul 22, 2015 10:15 am
Forum: General programming
Topic: Adding files to AmiDock from Hollywood
Replies: 2
Views: 4090

Re: Adding files to AmiDock from Hollywood

Found a simple solution using ReplaceStr: Function p_AmiDock() targetmod$ = ReplaceStr(target$, "'", "''") namemod$ = ReplaceStr(name$, "'", "''") ExitOnError(FALSE) SendRexxCommand("AMIDOCK", "ADDSUBDOCK 'Music'") SendRexxCommand("AMI...
by gtmooya
Wed Jul 22, 2015 9:12 am
Forum: General programming
Topic: Adding files to AmiDock from Hollywood
Replies: 2
Views: 4090

Re: Adding files to AmiDock from Hollywood

Found this on the AmigaOS Wiki: A string is any group of characters beginning and ending with a quote (') or double quote (") delimiter. The same delimiter must be used at both ends of the string. To include the delimiter character in the string, use a double-delimiter sequence ('' or "&qu...
by gtmooya
Tue Jul 21, 2015 9:06 pm
Forum: Amiga IDE questions
Topic: Annotate
Replies: 8
Views: 17090

Re: Annotate

@NathanH

Nice, works well.

Thanks for sharing!
by gtmooya
Tue Jul 21, 2015 8:59 pm
Forum: General programming
Topic: Adding files to AmiDock from Hollywood
Replies: 2
Views: 4090

Adding files to AmiDock from Hollywood

I've got my script to add files to AmiDock by using the following code: SendRexxCommand("AMIDOCK", "ADDSUBDOCK 'Music'") SendRexxCommand("AMIDOCK", "ADDOBJECT '\"" .. target$ .. "\"' 'NAME=\"" .. name$ .. "\"' 'DOCKNAME=Music...
by gtmooya
Tue Jul 16, 2013 7:55 pm
Forum: Showcase
Topic: ASSIST - an assistant for AmigaOS users
Replies: 8
Views: 12483

Re: ASSIST - an assistant for AmigaOS users

Now up to version 1.42 with lots of new content added in recent updates and some nice new features such as optional integration with Jack's AppStore.

http://www.os4depot.net/share/utility/misc/assist.lha
by gtmooya
Wed May 15, 2013 8:49 pm
Forum: General programming
Topic: Fullscreen mode mouse locking on Sam460
Replies: 8
Views: 11513

Re: Fullscreen mode mouse locking on Sam460

@djrikki Thanks for the feedback. Not been able to replicate the mouse locking behaviour on my Sam440 however I have found another oddity with the fullscreen feature. If launched from AmiDock Assist always crashes (with GrimReaper) when switching back to window from fullscreen mode, yet oddly if the...
by gtmooya
Mon Feb 18, 2013 7:49 pm
Forum: Showcase
Topic: ASSIST - an assistant for AmigaOS users
Replies: 8
Views: 12483

Re: ASSIST - an assistant for AmigaOS users

Assist 0.91 now on OS4Depot: http://os4depot.net/share/utility/misc/assist.lha

Hoping to make use of MUIRoyale in the near future. :D
by gtmooya
Mon Feb 18, 2013 12:19 am
Forum: General programming
Topic: Fullscreen mode mouse locking on Sam460
Replies: 8
Views: 11513

Re: Fullscreen mode mouse locking on Sam460

@djrikki

Any luck?

Have added a 'escape route' in latest version so that if the mouse pointer gets locked the user can cancel fullscreen mode by pressing the return key.
by gtmooya
Mon Feb 18, 2013 12:13 am
Forum: Wishlist
Topic: Multiple Object Select
Replies: 1
Views: 9413

Multiple Object Select

Would be nice to be able to select multiple items in the object manager window. For example when you want to delete or copy/paste multiple items from one page to another. :D
by gtmooya
Sun Jan 13, 2013 12:27 am
Forum: General programming
Topic: Fullscreen mode mouse locking on Sam460
Replies: 8
Views: 11513

Re: Fullscreen mode mouse locking on Sam460

@Andreas

The 3DText demo works fine here in fullscreen mode, no mouse pointer lockup, however I am using a Sam440. In my own scipt there's no mouse pointer lock up when running on the 440.

@djrikki

Would you mind trying out Andreas' suggestion on your 460?