First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
Scriptics writeup for wikipedia needed
http://en.wikipedia.org/wiki/Scriptics I just started it, but they're threatening with a deletion if I don't make it "notable" (whatever that means). Jump on in and fill it, please. -- ... 1 May 2010 17:36
Where's the Experts? LDAP Mapping Search Result
Hi, While binding to LDAP and searching on an attribute value, I can't see to find/get the needed attribute value in the person's record and return the result to a mapped field (mapped to the original searched on attribute). Anyone done this, been there? Care to share the one liner? Thanks. ... 3 May 2010 16:27
bwidget listbox -selectmode multple had a bind missing
on ms windows at least, if you: 1. select multiple items in a BWidget Listbox using click, then shift click, 2. then, try to drag/drop, the click that begins the drag/drop is clearing all selections and selecting that item ONLY. I believe it should have some logic that when you click on an item _that is alread... 5 May 2010 12:38
wm geometry
Hi everybody. I have written an absolutely simple minded pager. that presents selected windows ( incl the same window with variations in geometry ) from a set of ~20. This is done via [wm iconify] / [wm geometry] The user arranges a view via map/resize/iconify and then the information for this view is stor... 4 May 2010 02:26
Canvas efficiency
I'm using a canvas as the core display widget for a geometry viewer. The app supports panning and zooming of the canvas contents. One supported zoom method allows the User to drag out a rectangle over the area to be zoomed, which is then scaled to fit within the canvas view. With large data sets (say, upwards... 5 May 2010 17:08
Problem Setting Color in ttk combobox
From the ttk Wiki: ttk::combobox .cb -style mycombobox.TCombobox ttk::style configure mycombobox.TCombobox -fieldbackground bisque so I modifiedmy script to do this but received an error ttk::style configure combox.T -fieldbackground $ccolor [..] ttk::combobox $gz.e.p$e -textvariable mcp(stp,$f) \ -values $q... 1 May 2010 06:33
Tk error: "Failed to register menu window class" - when ?
Hello List, a client reported me the following issue and I want to find out the reason. So, the question is, if someone has experience with this issue ? VC6 self-compiled TCL/Tk 8.5.7 on Windows XP SP2. Application with dynamic menus with arbitrary characters and quantity. BWidget 1.9 Code fragment below. E... 30 Apr 2010 09:28
How to set color in menubutton
How do you set the background color of a menubutton in focus? I tried I read the manual many times and tried many things, but still couldn't get it to work. This is what I've tried: menubutton $base.fra.men \ -menu .mainWin.fra.men.m -padx 7 -pady 5 -font $::menu_font \ -... 30 Apr 2010 09:28
How to reset an Interpreter?
Hello, i want to "reset" an Interpreter after evaluating a script to the state it was after initialisation. (that means: delete all the vars/procs which were created during the script-evaluation) i.E -------------------------------------- int fkt ( char* script ) { static Tcl_Interp* interp = (Tcl_Interp*... 5 May 2010 19:22
Set Search Gone Wrong
Hi, thanks for taking a look at this and helping me resolve this set search, here's the code and the issue: set manager [catch {search "$base_obj" -bindid tgt_bind_id -sub -fi Manager1=$rh_ldap(Manager1) –attr DistinguishedName1} result] What's returned is: manager=Manager1 value, instead of manager=Distingui... 30 Apr 2010 16:16
First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45