Search found 67 matches
- Fri Jan 16, 2026 3:29 pm
- Forum: Hollywood bugs
- Topic: FormatStr() on Linux (ppc) - unexpected result
- Replies: 2
- Views: 60
Re: FormatStr() on Linux (ppc) - unexpected result
@Flinx Thanx :-) I don't know why the incorrect format string produces different results in Linux and Windows, but that doesn't really matter. True, but still strange... But your function doesn't seem to make sense to me at all. Why don't you use FormatDate()? Didn't know this function existed (yeee...
- Fri Jan 16, 2026 10:06 am
- Forum: Hollywood bugs
- Topic: FormatStr() on Linux (ppc) - unexpected result
- Replies: 2
- Views: 60
FormatStr() on Linux (ppc) - unexpected result
If using this code on windows and Hollywood 10 : Function p_getDateYYYYMMDD() mo$ = "1" mo$ = FormatStr("%02s", mo$) tag$ = "12" tag$ = FormatStr("%02s", tag$) Return ("2026"..mo$..tag$) EndFunction str$ = p_getDateYYYYMMDD() DebugPrint(str$) It will...
- Sun Jan 11, 2026 11:42 am
- Forum: Announcements
- Topic: Hollywood 11: Coderise out now
- Replies: 14
- Views: 737
Re: Hollywood 11: Coderise released
Baaam! Excellent...lets check my update conditions
. This might make my Ticklish App better for plain OS3.x systems regarding memory.
- Tue Dec 30, 2025 9:54 pm
- Forum: RapaGUI
- Topic: Listview CheckBox column & AROS
- Replies: 9
- Views: 14739
Re: Listview CheckBox column & AROS
I'll do a workaround....for further versions I will implement an "Icon" column and get rid of checkboxes. This will also enable me to have more than done/undone. Eg. done - wip - undone etc...
- Tue Dec 30, 2025 9:50 pm
- Forum: Showcase
- Topic: ticklish - ToDo List
- Replies: 11
- Views: 5030
Re: ticklish - ToDo List
Bug fixes for AOS 3.x will be available soon After intense testing with different MUI Versions on AOS 3.1. and 3.9. I will release some versions for betatesting. Find Details here: https://www.amigans.net/modules/newbb/viewtopic.php?topic_id=9951 post #16 and below... Downloadlinks not working yet,...
- Tue Dec 16, 2025 5:22 pm
- Forum: RapaGUI
- Topic: Listview CheckBox column & AROS
- Replies: 9
- Views: 14739
Re: Listview CheckBox column & AROS
@mrupp
@airsoftsoftwair
Did I understand that correctly? Checkboxes (still) do not work in AROS, or is there a work around?
(I checked on my Aspire ONE with latest AROS One v2.9 ABIv0 32Bit....)
@airsoftsoftwair
Did I understand that correctly? Checkboxes (still) do not work in AROS, or is there a work around?
(I checked on my Aspire ONE with latest AROS One v2.9 ABIv0 32Bit....)
- Mon Dec 15, 2025 6:11 pm
- Forum: Showcase
- Topic: ticklish - ToDo List
- Replies: 11
- Views: 5030
Re: ticklish - ToDo List
@tolkien
excellent, thanks for testing...as already mentioned, I am currently working on online storage/sync for those lists...so multiplatform really makes sense...
excellent, thanks for testing...as already mentioned, I am currently working on online storage/sync for those lists...so multiplatform really makes sense...
- Wed Dec 10, 2025 8:20 pm
- Forum: Showcase
- Topic: ticklish - ToDo List
- Replies: 11
- Views: 5030
Re: ticklish - ToDo List
RC5 made it into release! Find Ticklish 1.0 on Aminet and OS4Depot, soon. You will find Amiga OS4 and Windows Version inside the lha archive. Further more or less untested downloads (executeables for Linux, Aros, MorphOS...) will be available via amigans.net for testing purposes. https://www.amigan...
- Sat Dec 06, 2025 2:57 pm
- Forum: Newbie questions
- Topic: app/exe still running as process after closing
- Replies: 2
- Views: 946
Re: app/exe still running as process after closing [SOLVED]
@plouf
yes I used an "end"...but at the wrong place...It should be (e.g.) used after "CloseRequest", not after repeat forever waitevent loop.
yes I used an "end"...but at the wrong place...It should be (e.g.) used after "CloseRequest", not after repeat forever waitevent loop.
- Thu Dec 04, 2025 10:22 am
- Forum: Newbie questions
- Topic: app/exe still running as process after closing
- Replies: 2
- Views: 946
app/exe still running as process after closing
I am running my ticklish app (see showcase thread), I can close the app via X on windows...but afterwards I can still see the App inside the taskmanager as "background process"... I searched the code for unclosed files etc, but didn't find one. Anybody an Idea how to track what is going wr...