Hi there, help needed:
When composing a GUI with Tix widgets, I had the following problems with a tixComboBox:
(1) the "background" attribute is not dumped to the source, so after reloading the
value is lost (it also does not change the widget to reflect the value).
(2) A call to vTcl:DefineAlias is NOT dumped to the source, e.g.
tixComboBox $site_3_0.tix82 \
-dropdown 1 -editable 0 -fancy 0 -listwidth 95 -history 0 \
-prunehistory 1 -value NOT -variable ::tixCombo_Search
would need a
vTcl:DefineAlias "$site_3_0.tix82" "myTixCombo" \
vTcl:WidgetProc "Toplevel" 1
(which if provided by hand, works but is lost after saving the project)
(3) I miss the "historyLimit" attribute and I tried to add it but I failed.
Environment: Linux 2.6.5, tclsh8.3.4, wish8.3.4, tixwish8.2.0, vTcl 1.6.0
Anyone knowing how can this be corrected? (Hints on fixing these into the
vTcl code...?) Your help will be greatly appreciated!
Yassen
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user