I'm trying to create a dropdown Chooser gadget using a AISS image for the click-on display to activate the drop-down, and have one minor(?) problem. Everything works as it should except that I can't get anything but a ghosted image displayed.
SDK is 53.24
chooser.h is 53.21 (29.9.2013)
Chooser gadget ver is 53.18 (09/12/2010)
AmigaOne X1000 AmigaOS 4.1 upd 6
I'm trying to use DOS library function TimedDosRequesterTags() to display error messages. I'm obviously doing something wrong because the function call causes Guru Meditation 80000003. I have no idea why that happens. Can anyone give a working example?
Hi, want to know if lb gadget can sort COLUMN1 and at same time COLUMN2 (dependig on COLUMN1).
I mean, having COL1=month and COL2=day in a lb, sort the list first by month (COL1) and then by day (COL2):
Hi just created a listbrowser with 3 columns (Month, Day, Text), but I'm not able to get Month and Day values with GetListBrowserNodeAttrs() I know is somethig with pointers/LBNCA_Integer (* int32), but did some test, but none of them showed Month/Day correctly :-(
Someone more clever than my can help?
My Workbench application makes use of 2 "bitmap.image" objects with the BITMAP_Screen attribute initially set to the Workbench screen pointer.
What happens to them when jumping to a new public screen?
If I understand well it is not possible to change that BITMAP_Screen attribute via SetAttrs(), or? Perhaps this is handled internally by the "window.class" object?
Hi, adding prefs window to Mixer (sort of), found that in SLIDER hintinfo (GA_HintInfo)
doesn't work (missing something in code?).
Has someone the same problem/behaviour?
Can send full source (jabierdlrATgmail.com)
TIA
this time i'm trying to understand how a picture can be loaded and displayed on amigaos4.
I'm talking about 32 bit png image with alpha channel.
the following code (WINDOW_BackFillName, "Sys:Prefs/Presets/Patterns/Chalk/ChalkBlue.brush) can load directly an image at window creation time, but i'm not sure if this image can be 32 bit png with alpha channel...