![]() |
listview in Os1.3 - Druckversion +- AmiBlitz³ (https://www.amiblitz.de/community) +-- Forum: AmiBlitz³ (https://www.amiblitz.de/community/forum-3.html) +--- Forum: Questions & Answers (https://www.amiblitz.de/community/forum-7.html) +--- Thema: listview in Os1.3 (/thread-289.html) Seiten:
1
2
|
listview in Os1.3 - plouf - 09.02.2025 Hello All first a welcome ![]() i am testing ab3, in order to build an App for 1.3+ , need to have some button a textgadget and a listview as listview was not available in os1x gadgets , i am looking for alternative does anyone knows, any way to have some kind of selectable list? , ok you can dynamically create buttons one above other but... during my search i have seen https://aminet.net/package/dev/blitz/Blitz_gadget -> his examples work in workebch 3, but fail in os1.3 (offcourse his own gadget.library copied ) https://aminet.net/package/util/libs/Intuisup47 -> uknown status and no BB examples ![]() at any case any idea exists? this TUI system works with OS1.3? thanx RE: listview in Os1.3 - hackball - 09.02.2025 i did made a listview like many years ago for a cheat database, but it was really hand made, with the normal slider gadget and all scrolling etc was coded by myself. i never looked into other examples. is there maybe a gadtools.library for Kick 1.3? RE: listview in Os1.3 - hackball - 09.02.2025 there is! http://aminet.net/package/dev/misc/gt34_1 RE: listview in Os1.3 - plouf - 09.02.2025 the above blitz_gadget uses a gadget100.lha from stefan which has gadget.library and is os1.3 compatible, but is NOT a gadget.library form 2+ drop in replacement crash using this, or i do somethign wrong ? but the blitz gadget examples i found crash in my tests? RE: listview in Os1.3 - hackball - 09.02.2025 i wonder if compiling with AmiBlitz is the cause of the crash under 1.3.... RE: listview in Os1.3 - plouf - 09.02.2025 the examples where precompliled inside lha ... but README clearly states that he has only try with 2.0 during uploadin his examples ![]() RE: listview in Os1.3 - hackball - 09.02.2025 unfortunatly i don't have the time to test myself. i suggest to write a very simple test with just a window and a GadTools listview, compile it and test it with the gadtools.lib for 1.3 RE: listview in Os1.3 - plouf - 09.02.2025 I try that. Gadtools native of ab3 with a simple button crash in os1.3 with stefun library... Need its own includes and call to his lib (With aposibily to make mistake as i have minimal bb inowledge:+)) RE: listview in Os1.3 - hackball - 09.02.2025 i think when dealing with 1.3 it is probably better to code on BlitzBasic2 for 1.3 i know it is worse compared to anything modern, but at least you can debug on the machine. RE: listview in Os1.3 - plouf - 09.02.2025 WhT is bb2 for 1,3 , a separate pavkage ? O just bb2.11 ? |