Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Autocomplete droplist needed...
Re: Autocomplete droplist needed... [message #16823 is a reply to message #16815] Mon, 14 July 2008 23:53 Go to previous messageGo to previous message
cas_ is currently offline  cas_
Messages: 20
Registered: July 2008
Location: Poland
Promising Member
Problem dissapears if I comment out line 928 of ChGtk.cpp (altough in this case left frame becomes a bit too thick):

DropList::Style& s = DropList::StyleFrame().Write();
GtkChImgWith(s.look, CtrlsImg::DA(), 1 * q, po);
GtkChImgWith(s.trivial, CtrlsImg::DA(), 1 * q, po);
// GtkChImgWith(s.left, CtrlsImg::DA(), 2 * q, po);
GtkChImgWith(s.right, CtrlsImg::DA(), 1 * q, po);
s.pressoffset = po;


This is because DropList::StyleFrame() and MultiButton::StyleFrame() are the same, so changing one of them will also change the other.

I still don't know what the correct solution would be and why is CtrlsImg::DA() used in so many contexts (actually I wonder about many different things in here but that's another story Wink).
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Can't Get DropGrid Working
Next Topic: FileList problems with extensions and pop-ups
Goto Forum:
  


Current Time: Sun May 12 17:32:07 CEST 2024

Total time taken to generate the page: 0.02742 seconds