Search found 96 matches

by Redlion
Tue Mar 14, 2023 8:18 am
Forum: RapaGUI
Topic: how do I Dynamicaly adding textboxes
Replies: 7
Views: 2284

how do I Dynamicaly adding textboxes

HI All, I am trying to write a program to maintain several SQLite3 databases, I have come across an issue that i can not solve. /*** This script requires the RapaGUI plugin*/ @REQUIRE "RapaGUI" /*** Setup GUI *********************************************************************************...
by Redlion
Sat Mar 11, 2023 10:47 am
Forum: General plugin questions
Topic: How do I get Column Name from SQLite3 database
Replies: 2
Views: 1889

Re: How do I get Column Name from SQLite3 database

@plouf

Thanks, that works great.

Cheers
Leo
by Redlion
Wed Mar 08, 2023 12:04 pm
Forum: General plugin questions
Topic: How do I get Column Name from SQLite3 database
Replies: 2
Views: 1889

How do I get Column Name from SQLite3 database

Hello all, I am trying to update some code because it fails on some databases, I have narrowed it down to extra spaces in the column name, here is how I was doing it. OpenFile(1, DB$) info$ = ReadString(1, 4000, #ENCODING_ISO8859_1) CloseFile(1) info$ = ReplaceStr(info$, ", ", ","...
by Redlion
Fri Sep 02, 2022 2:35 am
Forum: Newbie questions
Topic: Sliders
Replies: 8
Views: 2915

Re: Sliders

Hi ocean77,

Have a look at the post "Simple Cross-Platform Gadgets with string input" there is a slider in there.

You can download the demo from the link a few posts down.

Cheers
Leo
by Redlion
Mon Aug 01, 2022 2:53 pm
Forum: General programming
Topic: Programming with JoyPad/GamePad
Replies: 4
Views: 2312

Programming with JoyPad/GamePad

Hi all, I have been trying to program a game using the Joypad/Gamepad as the controller, but I have stumbled because Hollywood does not recognise buttons 8 , 9 and 10. ( I can get it to work on a Windows PC) If I go to the Prefs directory and click on Input, then select USB my Logitech Precision Gam...
by Redlion
Mon Jun 20, 2022 11:32 am
Forum: MUI Royale
Topic: Compiled SongPlayer can not read mp3 files
Replies: 3
Views: 5075

Re: Compiled SongPlayer can not read mp3 files

@SamuraiCow

Re AVCodec

I'll give it a try, but it does not explain why it works one way and not the other. Only using it on AmigaOS4.1 FE update 2.

Cheers
Leo
by Redlion
Sun Jun 19, 2022 4:46 pm
Forum: MUI Royale
Topic: Compiled SongPlayer can not read mp3 files
Replies: 3
Views: 5075

Compiled SongPlayer can not read mp3 files

Hi, I am having a few issues with the MUIRoyale and the SongPlayer example, uncompiled (using Display) it works fine but when compiled I get an Error Unrecognised song Format. (1357). I have tried ripped mp3s, ones downloaded from the web and some from games all give the same error. If I use my own ...
by Redlion
Mon Apr 11, 2022 1:48 am
Forum: RapaGUI
Topic: how do I remove Text formatting in TextEditor
Replies: 4
Views: 2904

Re: how do I remove Text formatting in TextEditor

Hi Christos,

Sorted now, thanks for the info it was the unmidstr() that was what I needed, replacestr() did not seem to work - not sure why.

Thanks again for your help.

Cheers
Leo
by Redlion
Sat Apr 09, 2022 9:58 am
Forum: RapaGUI
Topic: how do I remove Text formatting in TextEditor
Replies: 4
Views: 2904

Re: how do I remove Text formatting in TextEditor

Hi Christos,

Unfortunately \n does not work as it adds characters into the text and this causes problems.

Cheers
Leo
by Redlion
Sat Apr 09, 2022 5:44 am
Forum: RapaGUI
Topic: how do I remove Text formatting in TextEditor
Replies: 4
Views: 2904

how do I remove Text formatting in TextEditor

Hi All, I have been using the text editor to show text formatted in colour. When I save the text, the colour formatting is saved with it and when I load the text back, the formatting is returned as well. However for my purposes colour is just for ease of reading and editing but causes problems with ...