|
Oratcl and Oracle Instant Client issue Hi, I tried to run oratcl 4.3 over "oracle client instantclient" (v. 10.1.10) and it didn't connect to the database but it finally did once I installed oracle client runtime option. The runtime libraries are somewhere arround 200MB vs 80MB's of the instant client so I would really like to make it work with the b... 26 Jun 2008 09:27
flawed logic in connection pooling I can't get more than one query running at a time with the connection pooling I am trying to implement. I think I'm missing a step or the logic is flawed somewhere, but I can't see it. The first proc is called before running a query: -------------------------------------------------------------------------------... 25 Jun 2008 04:43
Wish failed to run over ssh -X This is the scenario: 1) "ssh -X" from Solaris to SuSe 9 2) ran wish and I got the following error lws1234 -> wish & X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) Atom id in failed request: 0x1b7 Serial number of failed re... 25 Jun 2008 08:49
dynamic object names in incr tcl Is there a way to auto-generate object names when they are instantiated in incr tcl? Thanks. ... 24 Jun 2008 12:18
closing a connection with Httpd_ReturnData I am getting some odd results when using Httpd_returnData. The docs for the command are as follows: ------------------------------------------------------------------------------------------------------- Httpd_ReturnData sock type content ?code? ?close? Like Httpd_ReturnFile, except that the content is specif... 24 Jun 2008 10:14
symbolic link problem I have a problem with file command to detect broken symbolic link on unix. example: I am creating broken symbolic link in bash # ln -s /etc/hostss hostss now in tcl % file exists hostss 0 % file copy /etc/hosts hostss error copying "/etc/hosts" to "hostss": file already exists My question is: file hostss ex... 24 Jun 2008 13:21
ActiveTcl 8.5.2 Tip145 fonts issue With ActiveTcl 8.5.2 on XP SP2, doing font actual TkDefaultFont from within base-tk8.5-thread-win32-ix86.exe returns Tahoma 10... The same command using the wish85 in the same distribution returns Tahoma 8 (as seems to be defined in Tip145). Where are these named fonts defined? I could only find them i... 25 Jun 2008 18:06
Changing font of Tile entry widget How does one change the font of a Tile entry widget? I tried the obvious style configure MyEntry.TEntry -font Courier pack [ttk::entry .e -style MyEntry.TEntry] That did not work. I tried various combinations using the children returned by "style lookup TEntry" but no joy. Help? /Ashok ... 26 Jun 2008 03:19
Disable a command added to Tk menu using Hi all, I have a doubt as to how to disable a command added to menubutton menu. Let me explain it more clealry with a sample code menubutton .mbar -text "TEST" -menu .mbar.a ..mbar menu .mbar.a -tearoff no ..mbar.a add command -label "Test1" ..mbar.a add command -label "Test2" ..mbar.a add command -label... 24 Jun 2008 05:08
port com configuring Hi everyone, I try to configure a port com with non blocking input and blocking output using: set ID_file_com_opened [open com8 r+] fconfigure $ID_file_com_opened -blocking [list 0 1] I got an error : expected boolean value got "0 1" I'm usin... 24 Jun 2008 08:11 |