From: tiennou <tie...@gm...> - 2007-04-23 10:11:12
|
Sorry for the delay. It's been election day in France, and I've been =20 busy voting. >> I'm stopping my work on Physics handling (I got scared by >> GUI writing, so I'm trying wx GUI editors, but none of >> them works on OSX !). I'll look at adding Wave import to >> Sound files. > Good. I don't know much about GUI editors but I'm not so > attracted by the idea (I also code html and css by hand, to > give an idea :-). Hand-written code will always be superior > IMO. There is a thing called XRC (xml files containing GUI information). =20 Maybe we could change to this > Any idea for a color table editor? I'm not going to tell > about mine so as not to "bias" you... I thought of something when I tried to draw my Shapes GUI. We could =20 have a display of the colors in small squares (with a scrollbar), and =20= use some kind of small handles (little arrows) to set the color where =20= you put it, and ShapeFusion automatically create a gradient between =20 two handles. This would feel more like a Gradient editor than a =20 ColorTable editor. I'm thinking this 'cause in most cases, a Frame =20 colors shades are grouped, so it could allow easy adding of new shades. Here is a sample in IB : =EF=BF=BC The ColorWell allows edition of the selected arrow cell color, you =20 can add a little control arrow by (maybe) double-clicking on its cell. tiennou |