Search found 96 matches

by Redlion
Fri Sep 25, 2015 5:02 pm
Forum: Code snippets area
Topic: Improved Simple Gadgets Part 1
Replies: 0
Views: 6784

Improved Simple Gadgets Part 1

Hi all, I have been improving my simple gadgets, still should be crossplatform. Have a look and let me know what you think. Gadget setup file (Save as G_Setup.hws ) ; ************************************************************************************************ ; Gadget Include ; Setup File - requ...
by Redlion
Sun Jul 05, 2015 4:29 pm
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 30180

Simple Cross-Platform Gadgets with string input

@ All, I wanted an easy string input system for a program I was writing for my work, I looked around and could not find anything, so I came up with the following. Seeing that this question had been asked several times, I decided to post what I have done. I have only tested it in Hollywood 6 on Amiga...
by Redlion
Sun Jul 05, 2015 2:11 am
Forum: General programming
Topic: Need help with Text Input box
Replies: 5
Views: 6171

Re: Need help with Text Input box

@Bugala, Thanks for the comments, as you can see there is more than just a Sting input gadget. This is my attempt at solving the problem, it should be easy to remove what you don't need. I will clean it up a bit, add some comments and put it in the Code Snippits Area. I find Hollywood is great and i...
by Redlion
Sat Jul 04, 2015 4:32 pm
Forum: General programming
Topic: Need help with Text Input box
Replies: 5
Views: 6171

Re: Need help with Text Input box

Hi all, Here is my first try at a String input gadet, it works but it could be a bit better. @VERSION 6,0 @APPTITLE "Gadgets" @APPVERSION "$VER: 1.0 (04.07.15)" @APPCOPYRIGHT "©2015, George Leo den Hollander" @APPAUTHOR "Leo den Hollander" @APPDESCRIPTION &quo...
by Redlion
Fri Jul 03, 2015 1:26 am
Forum: General programming
Topic: Need help with Text Input box
Replies: 5
Views: 6171

Need help with Text Input box

Hi all, I am trying to write a small app for work, so it needs to be cross platform, so no MUI Royale. I have a need for several text inputs from the user, and the popup string requester is looks very messy when included in the program. Does anyone have a simple textbox example I can have a look at....
by Redlion
Mon Jun 08, 2015 1:00 am
Forum: GL Galore
Topic: Can not get GL Galore working
Replies: 5
Views: 11949

Can not get GL Galore working

Hi,

I can not get GL Galore working.
From the Hollywood GUI if I try windowed I get "Unable to open window."
and If I try Fullscreen I get a DSI, Black screen then the DSI then lockup.

Running
Hollywood 6.0
Sam 460
Radeon HD 6450
AmigaOS 4.1 FE

Cheers Leo
by Redlion
Thu May 28, 2015 12:32 pm
Forum: Code snippets area
Topic: Google Static Maps
Replies: 1
Views: 6063

Re: Google Static Maps

Google Mapper Basic Instructions. Home Button gets you back to the Start Map (Australia) the best place on earth. Latitude & Longitide - Show the current Lat and Long of the center of the Map. Zoom - slider to adjust the zoom level ( Note not all places have maps that can go down to 19 (21)- Ci...
by Redlion
Thu May 28, 2015 12:09 pm
Forum: Code snippets area
Topic: Google Static Maps
Replies: 1
Views: 6063

Google Static Maps

Hello all, This is really to big to be a snippet but I was not sure where to put it. I have had a lot of fun with this and I thought that others might like to see what can be done with Hollywood. This uses Royale but it could easily be made to be cross platform. Check out developers.google.com/maps/...
by Redlion
Wed May 27, 2015 11:49 am
Forum: Code snippets area
Topic: MUI open full resolution screen
Replies: 0
Views: 5402

MUI open full resolution screen

Hi, Just another snippet I use sometimes. It opens a window at the same size as the resolution of the screen. @VERSION 5,2 @REQUIRE "MUIRoyale" @APPTITLE "Max screen" @APPVERSION "$VER: 1.0 (01.03.15)" @APPCOPYRIGHT "©2015, George Leo den Hollander" @APPAUTHOR...
by Redlion
Wed Apr 15, 2015 2:39 pm
Forum: Code snippets area
Topic: Simple image viewer
Replies: 0
Views: 2975

Simple image viewer

Hi again, I needed to find some images for a program I am writing to log all the books that I have read, so I came up with this. Just love MUIRoyale and Hollywood 6, so quick to put something together. @VERSION 6,0 @REQUIRE "MUIRoyale" @APPTITLE "QLook" @APPVERSION "$VER: 1....