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 » Can't Get DropGrid Working
Can't Get DropGrid Working [message #16791] Fri, 11 July 2008 13:09 Go to next message
kbyte is currently offline  kbyte
Messages: 87
Registered: July 2008
Member
Hi,
I am converting an existing app to support autocomplete droplits. As advised by the forum I am trying to replace droplists for DropGrids.
But DropGris have a strange behavior. Please see printscreen and sample app.

Env: WinXp and last version of Upp

Thanks

Kim
  • Attachment: DropGrid.JPG
    (Size: 13.18KB, Downloaded 296 times)
  • Attachment: DropGrid.zip
    (Size: 1.15KB, Downloaded 510 times)
Re: Can't Get DropGrid Working [message #16792 is a reply to message #16791] Fri, 11 July 2008 13:29 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

This is because you don't use DropGrid Smile See your layout file. You have widget called x which type is WithDropChoice<ArrayCtrl>!
There should be DropGrid x.
What you need to do is:
Add DropGrid package to your application.
Add #include <DropGrid/DropGrid.h> to your DropGrid.h file.
Then in layout editor you should see DropGrid on widgets list.
Just use it.
Re: Can't Get DropGrid Working [message #16794 is a reply to message #16792] Fri, 11 July 2008 13:34 Go to previous message
kbyte is currently offline  kbyte
Messages: 87
Registered: July 2008
Member
Embarassed
Ok... I didnt saw the DropGrid on the resource pallete, so I thought that DropGrid was a generic name for WithDropChoice<ArrayCtrl>.

Thank you

I will now try it

Kim
Previous Topic: Exclamation doesnt show the text...
Next Topic: Autocomplete droplist needed...
Goto Forum:
  


Current Time: Sat Apr 20 12:47:29 CEST 2024

Total time taken to generate the page: 0.03723 seconds