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 » Community » Newbie corner » Option ctrl in a sqlarray
Re: Option ctrl in a sqlarray [message #46350 is a reply to message #46334] Mon, 25 April 2016 14:01 Go to previous messageGo to previous message
Lance is currently offline  Lance
Messages: 656
Registered: March 2007
Contributor
Hi Giorgio:

.Edit(OpProspect) tell the ArrayCtrl (derivative) that all the cells in the column will use this option control for edit purpose. Since there is only one share OpProspect, you cannot have it in all cells (in the column) in the same time.

You might be able to assign a seperate Option control for each cells in the column, but I don't recommend that. Do a DUMP(sizeof(Option)) somewhere in you code, you might be surprised. The base Ctrl has some 200 size, SrollBar has over 1k. Option like close to 300. It's no big deal if it's necessary. But in your case, I will use Display to draw the column if you cannot find a better way. I am not really very familiar with the ArrayCtrl, so I cannot tell if it support your use case more conveniently. Hope some more knowledgeable will tell us. If you don't want to wait, use customized Display.

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: error compiling with upp9801
Next Topic: Use Gstreamer with Upp
Goto Forum:
  


Current Time: Sat Jun 07 07:33:21 CEST 2025

Total time taken to generate the page: 0.03405 seconds