yes it does!
will check out the differences
Search found 158 matches
- Tue Oct 15, 2024 3:35 pm
- Forum: RapaGUI
- Topic: Listview Column Hide
- Replies: 13
- Views: 31565
- Tue Oct 15, 2024 1:41 pm
- Forum: RapaGUI
- Topic: Listview Column Hide
- Replies: 13
- Views: 31565
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...
- Thu Oct 10, 2024 8:21 am
- Forum: RapaGUI
- Topic: Listview Column Hide
- Replies: 13
- Views: 31565
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
will see if i can get it to work in the intended way and check if that changes behaviour under MorphOS
- Thu Oct 10, 2024 8:14 am
- Forum: RapaGUI
- Topic: Listview Column Hide
- Replies: 13
- Views: 31565
Re: Listview Column Hide
this was tested with Morphos 3.8
bugfixrelease of rapagui is also installed.
will give it another shot under Windows...
bugfixrelease of rapagui is also installed.
will give it another shot under Windows...
- Fri Oct 04, 2024 12:09 pm
- Forum: RapaGUI
- Topic: Listview Column Hide
- Replies: 13
- Views: 31565
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...
- Tue Oct 01, 2024 4:34 pm
- Forum: RapaGUI
- Topic: Listview Column Hide
- Replies: 13
- Views: 31565
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&...
- Mon Sep 30, 2024 8:47 am
- Forum: General questions
- Topic: Running an applet
- Replies: 5
- Views: 20918
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
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
- Thu Sep 19, 2024 1:15 pm
- Forum: General questions
- Topic: Running an applet
- Replies: 5
- Views: 20918
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...
- Thu Sep 12, 2024 8:18 am
- Forum: RapaGUI
- Topic: Listview Column Hide
- Replies: 13
- Views: 31565
Re: Listview Column Hide
He is using MUI 3.8airsoftsoftwair wrote: ↑Tue Sep 10, 2024 7:28 pm No, that should definitely work on OS3 as well. What exact MUI version is he using on OS3?
I will check if I can skip IDs for all plattforms
- Fri Sep 06, 2024 9:18 am
- Forum: General questions
- Topic: Running an applet
- Replies: 5
- Views: 20918
Running an applet
Are there any differences for the plattforms that are supported by Hollywood. I have written and published this applet: http://aminet.net/search?query=rapatank I have a user reporting a difference of speed changed by the screendepth 8/24 bit. The Apllet does open a GUI defined by RapaGUI. The needed...