Dryheat

Dryheat

Joined Member # 916637
0 Posts 0 Replies 290 Reputation

Whats wrong with DrawText. You could use Drawtext(Container,"Test Text",X,Y,Color,Font,FontSize....) Which would draw text in that container, without having to use a text object. It would then be possible to create your own controls like transparent text box,list box etc. without having to create a lot of objects that are text. You could then use Container.Clear to clear the container. I have created 2 or my own tra

13 Replies 11,448 Views

1) Transparent listbox. 2) Ability to choose the font, size, timing and colors for popups. 3) Info aboput your program when building. memory use, number of variables. 4) More advanced list objects. You should be able to apply filters on the list. 5) Memory handle bug should be fixed. (If you keep applying an object, the number of handles being used increases) 6) More javascript examples. 7) Custom controls listbox, textbox etc w

51 Replies 48,192 Views