Search found 475 matches

by SamuraiCrow
Sun Sep 24, 2017 11:09 pm
Forum: General programming
Topic: Documents folder
Replies: 2
Views: 3710

Re: Documents folder

Since AmigaOS doesn't have a document directory, you'll have to use a preprocessor based switch statement to pick a default for each operating system individually. Perhaps using a preference set-up for it would be easier.
by SamuraiCrow
Sat Sep 23, 2017 10:51 am
Forum: Announcements
Topic: RapaGUI 1.2 released
Replies: 8
Views: 12054

Re: RapaGUI 1.2 released

Thanks for your work!
by SamuraiCrow
Sat Sep 16, 2017 1:05 pm
Forum: General plugin questions
Topic: RebelSDL, or GL Galore for hardware acceleration
Replies: 3
Views: 5609

Re: RebelSDL, or GL Galore for hardware acceleration

I realize that you can use OpenGL to do 2D graphics but it's like trying to swat a fly with an axe. Another thing to consider is that some Windows machines (mainly high end gaming rigs) come only with DirectX driver support and lack OpenGL completely. My Atom laptop is one such machine.
by SamuraiCrow
Fri Sep 15, 2017 7:12 pm
Forum: Showcase
Topic: My new documentation site and about where I'm heading :)
Replies: 82
Views: 87230

Re: My new documentation site and about where I'm heading :)

I am in debt up to my eyebrows but perhaps I can return the favor by writing some code for you someday. Thanks for your work, Allanon.
by SamuraiCrow
Thu Sep 14, 2017 5:29 pm
Forum: General plugin questions
Topic: RebelSDL, or GL Galore for hardware acceleration
Replies: 3
Views: 5609

Re: RebelSDL, or GL Galore for hardware acceleration

If you want to use 2D graphics, use Rebel SDL. It's written in C. GL Galore is just a wrapper for the OpenGL driver and isn't as handy for 2D as it is for 3D.
by SamuraiCrow
Fri Sep 08, 2017 7:51 am
Forum: General questions
Topic: Designer 4 not recognising Hollywood 7
Replies: 15
Views: 23427

Re: Designer 4 not recognising Hollywood 7

1Mouse wrote:Is Snoopy available for OS3.9?
http://aminet.net/package/util/moni/SnoopDos
by SamuraiCrow
Wed Sep 06, 2017 1:27 pm
Forum: General programming
Topic: Changing xml files
Replies: 8
Views: 9654

Re: Changing xml files

If the child window is called using CreateRequester then yes.
by SamuraiCrow
Fri Sep 01, 2017 5:30 pm
Forum: Newbie questions
Topic: Pick out items in treeview
Replies: 7
Views: 8602

Re: Pick out items in treeview

There are two ways to do this: Either make each item clickable by giving it a separate button with a separate ID, or supply the information as a table using the setter and getter methods of MOAI.UserData in your Hollywood code to hold the JPG, PDF, and DOC corresponding to the leaf item. I don't thi...
by SamuraiCrow
Thu Aug 31, 2017 8:14 pm
Forum: General programming
Topic: ScuiLib load image from resources
Replies: 4
Views: 5215

Re: ScuiLib load image from resources

Probably brushes and so on preprocessed by @include.
by SamuraiCrow
Sun Aug 27, 2017 3:59 am
Forum: General programming
Topic: Hypertext in treeview
Replies: 10
Views: 12437

Re: Hypertext in treeview

You could try using buttons instead of links. They should be nestable in the same way links are.

However, there might be trouble pulling up a PDF unless you use an external program.