Search found 96 matches

by Redlion
Thu Mar 08, 2018 11:45 am
Forum: Hollywood bugs
Topic: applet not working correctly
Replies: 9
Views: 7818

applet not working correctly

Hi, Since the Hollywood player has been updated my app does not run properly on my android phone. All the boxes that should be solid colours are just outlines. I think it has something to do with SetFillStyle() I recompiled the applet in Hollywood 7.1 but that did not make any difference. The app ru...
by Redlion
Thu Feb 08, 2018 12:01 am
Forum: Code snippets area
Topic: 5 Band Resistor Calculator
Replies: 5
Views: 9593

Re: 5 Band Resistor Calculator

Hi All, Sorry about not stating Amiga only, thought it was obvious from the "REQUIRE MUIRoyale" @ Juan Carlos Never considered SMD's as I have never used them. Will have a look. I intend to add 4 band and 6 band as well. ( I may make a cross platform version using my Simple Gadgets ) @ All...
by Redlion
Sun Feb 04, 2018 12:20 am
Forum: Code snippets area
Topic: 5 Band Resistor Calculator
Replies: 5
Views: 9593

5 Band Resistor Calculator

Hi All, I need to have a quick to check the values of resistors, so I came up with this little program. A friend saw it an grabbed a copy and said I should share it cause it was quick and easy to use. So here it is as code. Hope you enjoy and if you find any errors in the calculations let me know. I...
by Redlion
Fri Jan 12, 2018 11:22 pm
Forum: Wishlist
Topic: PDF output
Replies: 3
Views: 4383

PDF output

Hi, Now that Hollywood is becoming a more mature language, it would be nice to be able to output to a printer or a PDF file. I have several applications that could benefit from printouts, I am sure I am not the only one. Please consider this request, as a PDF plugin would bring a lot to Hollywood. R...
by Redlion
Mon Jan 16, 2017 11:31 am
Forum: General programming
Topic: looking for example code for time server
Replies: 18
Views: 13503

Re: looking for example code for time server

@ Andreas Hi Andreas, is there any chance that you could give me some example code using the CreateUDPObject() SendUDPData() and ReceiveUDPData() I have tried and no combination seems to work, I do not know if it is the code or the server that is the problem. ( i am at work so I cant submit me code)...
by Redlion
Thu Jan 12, 2017 8:21 am
Forum: General programming
Topic: looking for example code for time server
Replies: 18
Views: 13503

Re: looking for example code for time server

Hi All, I have come up with a working example but it is not the recommended way. @DISPLAY {Hidden = true} MUI.CreateGui([[ <?xml version="1.0" encoding="iso-8859-1"?> <application base="DidL"> <window title=" Internet time" id="window" width="64...
by Redlion
Wed Jan 11, 2017 12:58 am
Forum: General programming
Topic: looking for example code for time server
Replies: 18
Views: 13503

looking for example code for time server

Hi,

Iam looking for some example code for getting time from a time server using Hollywood, I have looked on the forum but have not found any.

Does some have an example of how to do this.

I have not done anything with networks and servers before, so I do not know where to start.

Cheers

Leo
by Redlion
Mon Jan 02, 2017 1:00 am
Forum: General plugin questions
Topic: How do I VACUUM a SQL database
Replies: 2
Views: 4845

How do I VACUUM a SQL database

Hi, I am playing with a very simple family tree program and wanted to clean up the database after all the updating. I thought I could just use the SQL Vacuum command, but it does not work? Here is the cut down code I am using, it is all that is needed to access the Database. function setup() ; +++++...
by Redlion
Mon Oct 10, 2016 3:59 pm
Forum: RapaGUI
Topic: listview ClickColumn not working in windows
Replies: 2
Views: 4349

listview ClickColumn not working in windows

Hi,

Has anyone got the listview clickcolumn to work with windows.

My code works in A OS 4 but not window, is anyone else having this problem ?

A bug report may be needed.

Cheers
Leo
by Redlion
Wed Oct 05, 2016 3:25 pm
Forum: RapaGUI
Topic: How do I enter items into listview dynamically
Replies: 1
Views: 3348

How do I enter items into listview dynamically

Hi, I am trying to write a simple SQL database viewer and have solved most problems but I an stuck on how to get items into the columns of the listview gadget. The problem is that the number of columns will change with different Databases. I can create the number of columns in the listview gadget dy...