Re: how change txtcolor, backcolor in a Listbox,pushbutton,..
- Posted by Derek John Parnell <ddparnell at BIGPOND.COM> Dec 20, 2000
- 600 views
Hi Renzo, in the new release (v0.55) out tomorrow, you can use setWindowBackColor() on lists. As for buttons, I'm afraid that BS_OWNERDRAW is the only option so far. Also with regards to a Window without a closebox. Win32lib can't do this yet because the class styles are hard-coded for windows. You can however create a window with a disabled close box. ------ Derek Parnell Melbourne, Australia (Vote [1] The Cheshire Cat for Internet Mascot) ----- Original Message ----- From: "Renzo Beggia" <renzo.beggia at VSK.BE> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Wednesday, December 20, 2000 11:02 PM Subject: how change txtcolor, backcolor in a Listbox,pushbutton,.. > Hi, > > I forgot to ask this; > > How can i change the textcolor in a Listview or Listbox ?? > (i 've asked this before) > Does it still have a memory leak now.(GDI) > > is there a 'BS_xxx' style that makes it possible to give buttons (picbuttons and pushbuttons) a different background color and textcolor. > (even transparent) > or to make them resizable once placed. > I want to display a clickable (round) picturebutton. now i display a picbutton with a bmp of a circle on it (but it still overlaps a rectangled portion of the screen) > i could transblit a bmp but then its not clickable!! > > I don't know how to create a green BS_OWNERDRAW pushbutton in Euphoria. > > Please help. > Thanks, > Renzo Beggia > from Belgium