Search found 23 matches

by root
Tue Oct 11, 2022 5:26 pm
Forum: RapaGUI
Topic: Alignment of an image
Replies: 4
Views: 4345

Re: Alignment of an image

Ahhh!
Thank you very much!
by root
Tue Oct 11, 2022 4:04 pm
Forum: RapaGUI
Topic: Alignment of an image
Replies: 4
Views: 4345

Re: Alignment of an image

Ok, for an exampel i want to force the image in the rapagui Demo Image.hws to the left site. <?xml version="1.0" encoding="iso-8859-1"?> <application id="app"> <window title="Image"> <hgroup> <vgroup> <rectangle/> <hgroup frame="true" halign="le...
by root
Mon Oct 10, 2022 7:44 pm
Forum: RapaGUI
Topic: Alignment of an image
Replies: 4
Views: 4345

Alignment of an image

Is there a possibility to align a picture on the window?
by root
Sat Feb 26, 2022 11:23 pm
Forum: Showcase
Topic: DeepL - translation tool
Replies: 1
Views: 4420

DeepL - translation tool

DeepL - a littel translation tool for AOS4 thast use the Deepl's neural networks.


http://os4depot.net/?function=showfile& ... /deepl.lha

Have fun!
by root
Sun Feb 13, 2022 2:05 pm
Forum: General programming
Topic: Open with
Replies: 8
Views: 2517

Re: Open with

by root
Wed Dec 30, 2020 5:09 pm
Forum: General plugin questions
Topic: hURL - NOW, DONE, YOHO output under OS4
Replies: 7
Views: 5312

Re: hURL - NOW, DONE, YOHO output under OS4

Hehe

normaly you can enable an output from hurle with "easy:SetOpt_Verbose(onoff)"
in my case "easy:SetOpt_Verbose(false)" i see always "NOW, DONE, YOHO" in an output window
by root
Sun Dec 27, 2020 11:03 am
Forum: General plugin questions
Topic: hURL - NOW, DONE, YOHO output under OS4
Replies: 7
Views: 5312

Re: hURL - NOW, DONE, YOHO output under OS4

ok i fix it... open the os4 version of "hurl.hwp" in your fav. hex editor go to offset 9AE0C replace 4E 4F 57 with 00 00 00 offset 9AE14 replace 44 4F 4E 45 with 00 00 00 00 offset 97AE8 replace 59 4F 48 4F with 00 00 00 00 Now the "NOW", "DONE", "YOHO" debug ...
by root
Sun Dec 27, 2020 12:18 am
Forum: General plugin questions
Topic: hURL - NOW, DONE, YOHO output under OS4
Replies: 7
Views: 5312

hURL - NOW, DONE, YOHO output under OS4

To night i updatet the hurl plugin and testet my twitch tool under Amiga OS4. When i recived data's via hurl i become always an output message "NOW", "DONE", "YOHO". I tested with windows everything is fine, no output like this!
by root
Sat Mar 28, 2020 2:13 pm
Forum: RapaGUI
Topic: Textview class: how can write a „&“ ?
Replies: 7
Views: 5115

Re: Textview class: how can write a „&“ ?

OK Here is a little code to demonstrate the "double sign bug???" @REQUIRE "RapaGUI" xml = [[ <?xml version="1.0" encoding="iso-8859-1"?> <application> <window title="Textview example"> <vgroup> <textview> Hello &amp; World </textview> </vgroup> <...