Search found 96 matches

by Redlion
Tue Jan 19, 2016 10:31 am
Forum: Newbie questions
Topic: How do I open a console Window
Replies: 4
Views: 5443

Re: How do I open a console Window

@ Murmel

??????
@ all,

I think that Console may be the wrong word to use. Shell might be better, I want to see the output from CLI window.

Leo
by Redlion
Tue Jan 19, 2016 2:28 am
Forum: Newbie questions
Topic: How do I open a console Window
Replies: 4
Views: 5443

How do I open a console Window

Hi all,

How do I open a console window in Hollywood 6,

I would like to output some info to the console and be able to see the resulting messages returned.

Not sure where to start with this one. I was trying OpenFile() but with not luck.
Can anyone show me how to do it.

Thanks
Leo
by Redlion
Thu Jan 14, 2016 3:01 am
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 30297

Re: Simple Cross-Platform Gadgets with string input

@ Bugala In the latest version, ( download from AmiCloud ) you should be able to get the text from the Gadget Table, have a look at the gadget setup include file it shows what the table holds. but for your request - Gadget[Your gadget ID][#GadTEXT] should give you the text in the gadget. I have foun...
by Redlion
Sat Jan 09, 2016 2:41 am
Forum: Off topic
Topic: How do I edit my post
Replies: 1
Views: 6486

How do I edit my post

Hi,

I can not seem to find a way to edit my post, can someone tell me how its done.

Thanks
Leo
by Redlion
Sat Jan 09, 2016 2:13 am
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 30297

Re: Simple Cross-Platform Gadgets with string input

Hi all, New update. I have made some modifications and additions to my Gadgets. It has got a bit to big to put the code in here so I have put it on Amiclound ( Plug Plug ) Here is the link to LHA file with all you should need to test. http://www.indiego.rocks/file/download/e10d401a5d38a9e445ea33660a...
by Redlion
Sat Sep 26, 2015 3:35 am
Forum: Code snippets area
Topic: Improved Simple Gadget Instructions
Replies: 1
Views: 7690

Improved Simple Gadget Instructions

Hi All, Here are the basic information and instructions for the Simple Gadgets. First of all I have made it as includes so as to redue the size of programs if you do not needall the gadgets. I made this as I was in need of some simple gadgets for a crossplatform project I have been working on, speed...
by Redlion
Fri Sep 25, 2015 7:27 pm
Forum: Code snippets area
Topic: Improved Simple Gadgets Part 5
Replies: 0
Views: 7390

Improved Simple Gadgets Part 5

Hi all, Forgot a few things, ( Save as G_SetBGColor.hws ) ; ************************************************************************************************ ; Gadget Include ; Set Gadget Background Color ; Gadget Type 1,2,3,4,5 ; By Leo den Hollander ; ***********************************************...
by Redlion
Fri Sep 25, 2015 5:31 pm
Forum: Code snippets area
Topic: Improved Simple Gadgets Part 4
Replies: 0
Views: 6926

Improved Simple Gadgets Part 4

Hi all, Part 4, (Save as G_Table.hws ) ; ************************************************************************************************ ; Gadget Include ; Gadget Table. ; Gadget Type = 9 ; By Leo den Hollander ; **************************************************************************************...
by Redlion
Fri Sep 25, 2015 5:16 pm
Forum: Code snippets area
Topic: Improved Simple Gadgets Part 3
Replies: 0
Views: 6539

Improved Simple Gadgets Part 3

Hi all, Part three, more gadgets. ( Save as G_Check.hws ) ; ************************************************************************************************ ; Gadget Include ; Gadget Check - Input. ; Gadget Type = 5 ; By Leo den Hollander ; ***********************************************************...
by Redlion
Fri Sep 25, 2015 5:07 pm
Forum: Code snippets area
Topic: Improved Simple Gadgets Part 2
Replies: 0
Views: 6694

Improved Simple Gadgets Part 2

Hi all, Here are some of the gadget files. I will write some simple instructions and post them at the end. (Save as G_Label.hws ) ; ************************************************************************************************ ; Gadget Include ; GadgetLabel - Text only gadget. Read, Write no Input...