Search found 23 matches

by BeChris
Thu Apr 02, 2020 10:20 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20699

Re: New plugin: xlsreader

I made an attemp in TEST_AMIGAOS3 branch but could not handle what I believe to be conversion from unicode to UTF-8.
On Linux it is done with libiconv but on Amiga ?

Someone interrested in helping on this plugin ?
by BeChris
Wed Apr 01, 2020 7:01 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20699

Re: New plugin: xlsreader

I'm working on Amiga OS 3.x version using a cross toolchain installés on m'y Linux box.
Stat tunes for further news 😉.
by BeChris
Tue Mar 31, 2020 10:48 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20699

Re: New plugin: xlsreader

Just added macos and macos64 versions in the github repository.
by BeChris
Sun Mar 29, 2020 6:06 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20699

Re: New plugin: xlsreader

Hello, I only own a PC computer under Manajro Linux 64 bits. Therefore I managed to compile a version for Linux64 and Windows32 (using msvc under Wine). But unfortunately I don't own any Amiga for more than 20 years. I someone give me pointers to URLs that explain how to put in place an Amiga dev en...
by BeChris
Thu Mar 26, 2020 10:40 pm
Forum: SDK
Topic: New plugin: xlsreader
Replies: 22
Views: 20699

New plugin: xlsreader

Hello, For my own needs I developped a plugin which is able to parse an .xls file and return the content of this file as a table (only cells texts are extracted, not format). It is based on libxls C library available here : https://github.com/libxls/libxls Do what you want with it. Available here : ...
by BeChris
Sat Sep 21, 2019 10:39 pm
Forum: RapaGUI
Topic: Annoying limitation in RapaGUI
Replies: 5
Views: 5490

Re: Annoying limitation in RapaGUI

It's a lot better but, as Height is a fixed value, it doesn't adapt to different resolutions.
Many thanks for your help.
by BeChris
Sat Sep 21, 2019 8:27 pm
Forum: RapaGUI
Topic: Annoying limitation in RapaGUI
Replies: 5
Views: 5490

Re: Annoying limitation in RapaGUI

Hello, my xml file content is shown below: <?xml version="1.0" encoding="UTF-8"?> <application id="app"> <window id="fenetre" notify="CloseRequest" Width="Screen:75" Height="Screen:75"> <vgroup> <hgroup> <button id="configura...
by BeChris
Sat Sep 21, 2019 8:23 pm
Forum: Wishlist
Topic: Step by Step execution of an Hollywood script
Replies: 2
Views: 2483

Re: Step by Step execution of an Hollywood script

Hello, I'm not 100% sure but let's say having the possibility to use the whole debug package (debug.debug(), debug.gethook(), debug.getinfo(), ...) seems to be a must have to implement a debugger.
I don't promise to achieve something with that but nevertheless it will be helpfull I think.
by BeChris
Fri Sep 20, 2019 11:54 pm
Forum: RapaGUI
Topic: Annoying limitation in RapaGUI
Replies: 5
Views: 5490

Annoying limitation in RapaGUI

Hello, For me an annoying limitation in RapaGUI is that free space between widgets is equally spread between all widgets. It has the consequence that, when I a resize my window, widgets are located far away from each other. It would be cool to be able to specify some kind of expanding rectangles whi...
by BeChris
Fri Sep 20, 2019 11:38 pm
Forum: Wishlist
Topic: Step by Step execution of an Hollywood script
Replies: 2
Views: 2483

Step by Step execution of an Hollywood script

Hello everyone, What I miss most with Hollywood development environment is that, contrary many others, it lacks some kind of "debugger". This "debugger' could enable to execute a script step by step, display and change content of variables. I saw here in Lua 5.0 manual that there is a...