First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
fickle problem...
Hi, I was looking for a Lexer and parser generator for Tcl and found Fickle & Taccle. I tried fickle out using one of the supplied examples, but I was surprised about what it does. This is the session: frkkan:examples zak$ make /usr/bin/tclsh ../fickle.tcl cat.fcl /usr/bin/tclsh ../fickle.tcl verbs.fcl /usr... 23 Apr 2010 20:51
fickle problem...
On 21 Apr., 09:31, Fredrik Karlsson <dargo...(a)gmail.com> wrote: Hi, I was looking for a Lexer and parser generator for Tcl and found Fickle & Taccle. Hello Frederik, I attended a session about this issue on EuroTCL2008: http://www.eurotcl.org/2008/Download/Saturday/EuroTcl2008-Groth_Nfickle.pdf Hope t... 23 Apr 2010 17:32
string length & regexp problem
% set x 567 567 % string length $x 3 % regexp "\d{[string length $x]}" $x d 0 I have tried using set e [string length $x] eval regexp "\d{$e}" $x d also with no matching. TIA. -- Best Regards, Keith http://home.comcast.net/~kilowattradio/ I'm Your Huckle Berry http://www.youtube.com/watch?v... 23 Apr 2010 20:51
TclOO: Renaming "new" and "create" methods?
Apologies for the complicated setup, but there *is* actually method behind my madness here! I'm currently working to implement the Active Record pattern for TclOO, modeled after the Ruby on Rails (RoR) implementation. (http:// api.rubyonrails.org/files/vendor/rails/activerecord/README.html). So far, by using c... 7 May 2010 07:48
Dictionary Compare for Alphanumeric Strings in TCL
Hi All, I am looking for the fastest method to compare two alphanumeric strings according to dictionary algorithm and return 1, 0, or -1 just like "string compare" does. By dictionary algorithm I mean comparing "ABC (52)" with "ABC (152)" should return -1 as 52 is lesser than 152. What modifications can b... 23 Apr 2010 20:51
using libusb from TCL
Hi, I am learning TCL/TK for a project. I would need to use external library from TCL-program. Specifically at the moment the libusb library. Could someone give some pointers how to do that? Best Regards Kari -- PIC - ARM - Microcontrollers - I2C - SPI Keypads - USB-RS232 - USB-I2C - Accessories http://... 20 Apr 2010 15:51
args question
Hi, I have a question. I can't figure out an optimal way to properly design my proc. The input_cap proc below will get the input args in the form: input_cap [-pts <pt_name_list>|all] [-config <name> <ingr_name_list>] Below is my proc itself but I am not sure if passing args in this way for th... 4 May 2010 06:47
How do I center justify a ttk::button's label ???
On Apr 20, 12:32 pm, JHJL <j...(a)hippospace.com> wrote: Hi all I really cannot fathom how to simply make a ttk::button's label center jusitfied. I have tried looking at ttk::style man page and determined that there is a Button.label element which does have a -justify option, how on earth do I set it? ... 23 Apr 2010 20:51
How do I center justify a ttk::button's label ???
Hi all I really cannot fathom how to simply make a ttk::button's label center jusitfied. I have tried looking at ttk::style man page and determined that there is a Button.label element which does have a -justify option, how on earth do I set it? Any ideas greatfully received kind regards Julian H J Loaring... 20 Apr 2010 15:50
using libusb from TCL
On Apr 19, 11:39 am, Kari Laine <klai...(a)gmail.com> wrote: Hi, I am learning TCL/TK for a project. I would need to use external library from TCL-program. Specifically at the moment the libusb library. Could someone give some pointers how to do that? Best Regards Kari -- PIC - ARM - Micr... 20 Apr 2010 14:29
First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48