Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums
Members
Pages
Search
Help
Register
Login
Home
Home
»
U++ Library support
»
ArrayCtrl, HeaderCtrl & GridCtrl
»
GridCtrl: set column to be insentive to any action
Show:
Today's Messages
::
Show Polls
::
Message Navigator
E-mail to friend
GridCtrl: set column to be insentive to any action
[
message #40133
]
Tue, 18 June 2013 11:10
forlano
Messages:
1207
Registered:
March 2006
Location:
Italy
Senior Contributor
Hello,
I have a GridCtrl with a column containing a custom OptionImage with a three state
grid.AddColumn("Status", t_("Status"),4).Sortable(false).Ctrls(Avail3).Default(true);
where
void Avail3(One<Ctrl>& ctrl)
{
ctrl.Create<OptionImage>().ThreeState().SetImage(Vega6Img::imgYes(), Vega6Img::imgNo(), Vega6Img::imgMaybe());
}
Some times I need to turn off the entire column, i.e. the ctrl inside the column should not react (change state) to the user action.
I tried everything
grid.GetColumn(11).Locked(true);//.NoCtrls();//.NoEditable() ; //.NoClickable();
but the OptionImage is always there changing its status
.
Is it possible to do something?
Thanks,
Luigi
Attachment:
2013-06-18_105243.jpg
(Size: 105.29KB, Downloaded 664 times)
Report message to a moderator
Previous Topic:
GridCtrl improvement proposal
Next Topic:
ArrayCtrl: GPF when thread Add(), PopUpEx, and Scroll collide
Goto Forum:
- Community
U++ community news and announcements
PR, media coverage, articles and documentation
U++ Webs: Functioning, Layout , Design, Features and Structure of these forums, homepage etc.
Coffee corner
Newbie corner
U++ based job offers
- Developing U++
U++ Developers corner
External resources
Releasing U++
UppHub
Bugs (& fixes)
Documentation
U++ TheIDE and Library: Releases and ChangeLogs
Mac OS
Android
- U++ Library support
U++ Library : Other (not classified elsewhere)
U++ Core
Look and Chameleon Technology
U++ Libraries and TheIDE: i18n, Unicode and Internationalization
U++ SQL
U++ MT-multithreading and servers
U++ Callbacks and Timers
U++ Widgets - General questions or Mixed problems
TopWindow&PopUp, TrayIcon
Menus&Toolbars
StatusBar&InfoCtrl
Splitter
TabCtrl
Slider&ProgressIndicator
ArrayCtrl, HeaderCtrl & GridCtrl
TreeCtrl
RichText,QTF,RTF...
LineEdit, EditFields, DocEdit
Draw, Display, Images, Bitmaps, Icons
FileSel&FileList, Path
CalendarCtrl
Skylark
ScatterDraw & ScatterCtrl
Archive
- U++ TheIDE
U++ TheIDE: Other Features Wishlist and/or Bugs
U++ TheIDE: Compiling, Linking, Debugging of your packages
U++ TheIDE: Installation, Compiling and Running of theide
U++ TheIDE: CodeEditor, Assist++, Topic++
U++ TheIDE: Packages
U++ TheIDE: Layout (Forms) Designer
U++ TheIDE: Icon designer
- Extra libraries, Code snippets, applications etc.
U++ users applications in progress and useful code snippets, including reference examples!
U++ Esc Interpreter, Esc Macros and templates
C++ language problems and code snippets
Applications created with U++
OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc
-=]
Back to Top
[=-
[
Syndicate this forum (XML)
] [
] [
]
Current Time:
Fri Apr 25 12:02:49 CEST 2025
Total time taken to generate the page: 0.00951 seconds