Search found 160 matches

by GMKai
Thu Feb 12, 2026 11:43 am
Forum: RapaGUI
Topic: RapaGUI within an Applet
Replies: 1
Views: 5123

Re: RapaGUI within an Applet

Can be fixed like this:

Code: Select all

@OPTIONS { GlobalPlugins = True}
or by placing the plugins into the correct location...
by GMKai
Thu Feb 12, 2026 10:16 am
Forum: RapaGUI
Topic: RapaGUI within an Applet
Replies: 1
Views: 5123

RapaGUI within an Applet

I have a project, that can be run from source with the main Hollywood-System. When compiled as an Applet, the HWA can be executed from the Hollywood-System just fine. Besides that I have also installed the Hollywood-Player. When "playing" my Applet with the freely available Hollywood-Playe...
by GMKai
Tue Oct 15, 2024 3:35 pm
Forum: RapaGUI
Topic: Listview Column Hide
Replies: 13
Views: 34840

Re: Listview Column Hide

yes it does!

will check out the differences
by GMKai
Tue Oct 15, 2024 1:41 pm
Forum: RapaGUI
Topic: Listview Column Hide
Replies: 13
Views: 34840

Re: Listview Column Hide

/*ElseIf(msg.attribute = "SortColumn") If(msg.triggervalue = 3) moai.Set("lvTankstellen","SortColumn",3) moai.Set("lvTankstellenHidden","SortColumn",3) ElseIf(msg.triggervalue = 4) moai.Set("lvTankstellen","SortColumn",4) moai.Se...
by GMKai
Thu Oct 10, 2024 8:21 am
Forum: RapaGUI
Topic: Listview Column Hide
Replies: 13
Views: 34840

Re: Listview Column Hide

works with windows too


will see if i can get it to work in the intended way and check if that changes behaviour under MorphOS
by GMKai
Thu Oct 10, 2024 8:14 am
Forum: RapaGUI
Topic: Listview Column Hide
Replies: 13
Views: 34840

Re: Listview Column Hide

this was tested with Morphos 3.8
bugfixrelease of rapagui is also installed.

will give it another shot under Windows...
by GMKai
Fri Oct 04, 2024 12:09 pm
Forum: RapaGUI
Topic: Listview Column Hide
Replies: 13
Views: 34840

Re: Listview Column Hide

@REQUIRE "RapaGUI" moai.CreateApp([[<?xml version="1.0" encoding="utf-8"?> <application id="app"> <window title="ListviewStack" height="Screen:60" width="Screen:60"> <vgroup> <vgroup frame="true" id="ListTankstelle...
by GMKai
Tue Oct 01, 2024 4:34 pm
Forum: RapaGUI
Topic: Listview Column Hide
Replies: 13
Views: 34840

Re: Listview Column Hide

I try to circumvent with a hidden shadowcopy of the listview. Defined like this: <vgroup frame="true" id="ListTankstellen" title="Tankstellenliste" weight="900"> <listview id="lvTankstellen" notify="doubleclick;ClickColumn;TitleClick;SortColumn&...
by GMKai
Mon Sep 30, 2024 8:47 am
Forum: General questions
Topic: Running an applet
Replies: 5
Views: 31962

Re: Running an applet

sorry for the hassle,
it seems to work "now".

prior reports were about the timer to go up several seconds, for os3/8bit

while morphos/24 bit gives timers of <1s
by GMKai
Thu Sep 19, 2024 1:15 pm
Forum: General questions
Topic: Running an applet
Replies: 5
Views: 31962

Re: Running an applet

@REQUIRE "hurl" Function p_Write(data$) tr_data$ = tr_data$ .. data$ EndFunction Function p_Header(data$) tr_header$ = tr_header$ .. data$ EndFunction Function p_doHurlEasyCall(e) tr_data$ = "" tr_header$ = "" e:Perform() codep = e:GetInfo_Response_Code() e:Close() Deb...