Search found 96 matches

by Redlion
Wed Apr 15, 2015 2:28 pm
Forum: Code snippets area
Topic: Simple file search
Replies: 0
Views: 2841

Simple file search

Hi Everyone, I found an other small program that may interest someone. It is a very simple file search program, it finds all the devices connected, and lists them. Just enter a file name or part name select the devices and press "Search" It will them display all the matches it found. @VERS...
by Redlion
Wed Apr 15, 2015 2:16 pm
Forum: Code snippets area
Topic: Simple Password Keeper
Replies: 0
Views: 2875

Simple Password Keeper

Hi Everyone, As I was the one to ask for this section, let me start it off. I am certainly not the best coder by any means and I do not beleive that there is only one way to do things, this is just my take on it. Here is a quick and simple password keeper. It does not have a lot of security except t...
by Redlion
Tue Apr 07, 2015 4:04 am
Forum: Wishlist
Topic: Code Snippet Area
Replies: 6
Views: 7824

Code Snippet Area

Hi Andreas, Is it possable to setup a Section on the board for code snippets. Several our programing language boards have a Tips and Tricks Section were people upload small bits of code to show some programming technique or just some fancy code. It should be different than the ShowCase as that is fo...
by Redlion
Tue Apr 07, 2015 3:44 am
Forum: MUI Royale
Topic: How do I adding items to Listtree gadet
Replies: 1
Views: 3675

How do I adding items to Listtree gadet

Hi all, I have been playing with Royale a bit, and wanted to implement a ListTree gadget. I have read the documentation but am stumped as how to add items(leaves) to my list. Here is the simple test program I have sofar. ( I have used the Drive directory as an example so that I dont have to supply l...
by Redlion
Sat Apr 04, 2015 12:07 pm
Forum: General programming
Topic: Need working example of Hotkey
Replies: 2
Views: 3950

Need working example of Hotkey

Hi all, I have been trying to get some key combinations as "hotkeys" for a simple editor I have written with HW 6 and MUIRoyale. It kind of works, but it would be great if I could use the keyboard for things like Copy and Paste. I have a MUI toolbar gadget with a Copy and Paste button (the...
by Redlion
Sun Feb 22, 2015 12:20 pm
Forum: Newbie questions
Topic: How do I execute scripts from inside program
Replies: 2
Views: 4094

Re: How do I execute scripts from inside program

@ airsoftsoftwair

Yep that fixed it, I was sure I tried that but I must of had something not quite right.

Thanks again

Leo
by Redlion
Sun Feb 22, 2015 1:57 am
Forum: Newbie questions
Topic: How do I execute scripts from inside program
Replies: 2
Views: 4094

How do I execute scripts from inside program

Hi, I have been trying to write a small program to test some HW scripts to see which is the most effective. I have several hunderd different scripts to test so compiling each time and then testing them is a pain, so I wrote a small program to edit the script easily and then test them. I am using the...
by Redlion
Sun Feb 15, 2015 2:21 am
Forum: Newbie questions
Topic: Printer use with Hollywood
Replies: 3
Views: 5798

Printer use with Hollywood

Hi,

Is there an easy way to use a printer with Hollywood, text mostly but graphics as well.

Thanks
by Redlion
Wed Feb 11, 2015 1:22 pm
Forum: Showcase
Topic: Hollywood on Raspberry Pi
Replies: 9
Views: 12953

Re: Hollywood on Raspberry Pi

@ all

What is the setup requirements for getting hollywood to run on the Pi,

What OS and version?, etc. ?

I have a Raspberry Pi B, and soon will be getting a Raspberry Pi 2.

Will there be a special Pi 2 Windows 10 version of Hollywood.

Thanks
by Redlion
Mon Feb 02, 2015 11:50 am
Forum: MUI Royale
Topic: How do I get mouse events in Texteditor gaget
Replies: 1
Views: 3552

How do I get mouse events in Texteditor gaget

Hi all, I am trying to get the cursor position after a mouse click in the Texteditor gadget, I can not seem to get MUI Royale to respond to the mouse click. I have had a look at the Texteditor example that comes with MUI Royale, but am unable to get it to to work. @VERSION 5,2 @REQUIRE "MUIRoya...