Hello Fred
I would really like to see more optional flags/options to handle and display icons/images in gadgets like "ComboBoxGadget()", Own Icons inside MenuBars and maybe a command to draw inside a listviewgadget so the user can paint with the draw commands any stuff he want for example, like his own progressbar!

Command could look like:
Code: Select all
StartDrawing(ListViewOutput()) ; Using GDI to draw direct in the ListViewGadget
clmwidth = GetColumnSize(#Gadget,#Column) ; or GetColumnWidth(#Gadget,#Position), width of our wanted column
SetColumnOutput(#Gadget,#Column,#Row) ; Define the ListViewGadget with the field (column + row) where we want to draw our stuff
Box(0,0,clmwidth,12,RGB(255,0,0)) ; Just draw a red filled box
StopDrawing()
Fred, if you want, i could send you an pure c/c++ source where guys are doing the same (drawing inside a listviewgadget to display there own progressbar) ... Its something like ed*nkey for example...
Would be really great!
PIII450, 256MB Ram, 80GB HD + 6,4 GB, RivaTNT, DirectX8.1, SB AWE64, Win2000 + all Updates...
greetz
MrVainSCL! aka Thorsten