Re: How to restrict lenght of entry widget to certain number of character

2005-06-02 Thread VK
Peter Otten wrote: Michael Onfrek wrote: import Tkinter as tk Hi! Can you explain what line above mean? I also found : http://effbot.org/zone/tkinter-entry-validate.htm It works for me, but I not really understand how? :) import Tkinter as tk Make objects defined in Tkinter

Re: Getting value of radiobutton trouble

2005-05-29 Thread VK
Philippe C. Martin wrote: PS: Since your starting with TKinter, and although I do not know what your goal is, I suggest you take a look at wxPython: it is _wonderfull_ ! (no offence to TCL/TK) Regards, Philippe VK wrote: Philippe C. Martin wrote: Hi, I think your second

Re: Copy paste in entry widget

2005-05-29 Thread VK
Michael Onfrek wrote: Hi, is copy, paste, cut of selection possible in entry widget? Docs say selection must be copied by default, in my programm it doesn't work. Regards, M.O. Hear it is def paste(self): self.entry.event_generate('Control-v') def cut(self):

Entry scroll doesn't work

2005-05-29 Thread VK
Hi! Can entry widget be scrolled? VK TypeError: xview() takes exactly 2 arguments (4 given) Code: from Tkinter import * class ScrollEntry: def __init__(self): self.root = Tk() self.scrollbar = Scrollbar(self.root,orient=HORIZONTAL,) self.entry

Re: Entry scroll doesn't work

2005-05-29 Thread VK
VK wrote: Hi! Can entry widget be scrolled? VK TypeError: xview() takes exactly 2 arguments (4 given) Code: from Tkinter import * class ScrollEntry: def __init__(self): self.root = Tk() self.scrollbar = Scrollbar(self.root,orient=HORIZONTAL

Getting value of radiobutton trouble

2005-05-28 Thread VK
Hi! What I'm missing in following code? Cannot get the values of radiobuttons. Starting only one class (GetVariant), it works. When I put two classes together, it doesn't. Regards, VK from Tkinter import * class GetVariant: def __init__(self): self.root = Tk

Re: Getting value of radiobutton trouble

2005-05-28 Thread VK
(self): a=GetVariant() d = OneButton() d.root.mainloop() VK wrote: Hi! What I'm missing in following code? Cannot get the values of radiobuttons. Starting only one class (GetVariant), it works. When I put two classes together, it doesn't. Regards, VK from Tkinter import

Re: Getting value of radiobutton trouble

2005-05-28 Thread VK
Philippe C. Martin wrote: Sorry, I still had your code in my clipboard :-) here goes: So, your code works, but I need, that first window calls another separate window. In your programm they stick together. Reg, VK from Tkinter import * class GetVariant(Frame): def __init__

Re: Copy paste in entry widget

2005-05-28 Thread VK
Skip Montanaro wrote: Michael is copy, paste, cut of selection possible in entry widget? Docs Michael say selection must be copied by default, in my programm it Michael doesn't work. What platform? What GUI toolkit? Linux, Windows. TkInter, Pmw. I've already implemented this

Re: Getting value of radiobutton trouble

2005-05-28 Thread VK
() d.root.mainloop() VK wrote: Philippe C. Martin wrote: Sorry, I still had your code in my clipboard :-) here goes: So, your code works, but I need, that first window calls another separate window. In your programm they stick together. Reg, VK from Tkinter import * class GetVariant

Access from one class to methode of other class

2005-05-26 Thread VK
Hi, all! In my programm i have to insert a variable from class 2 to class 1 and I get error NameError: global name 'd' is not defined. How do I get access to d.entry.insert() method of class 1 class 1: self.entry = Entry(self.entryframe) self.entry.pack() self.button =

Re: Access from one class to methode of other class

2005-05-26 Thread VK
I don't know if your're actually calling the classes '1' and '2', but that's a really bad idea! class 2: def ins(self) d.entry.insert(variable) This is probably where you're getting the NameError. d is not defined, so calling d.entry will generate an error. Reidar What

Re: Access from one class to methode of other class

2005-05-26 Thread VK
VK wrote: Hi, all! In my programm i have to insert a variable from class 2 to class 1 and I get error NameError: global name 'd' is not defined. Looking at your code snippet, I think you have a lot of other errors before. class 1: self.entry = Entry(self.entryframe) NameError

Re: Access from one class to methode of other class

2005-05-26 Thread VK
On Thu, 26 May 2005 14:33:45 +0200, VK myname@example.invalid declaimed the following in comp.lang.python: Hi, all! In my programm i have to insert a variable from class 2 to class 1 and I get error NameError: global name 'd' is not defined. How do I get access to d.entry.insert() method

Re: Access from one class to methode of other class

2005-05-26 Thread VK
Kent Johnson wrote: VK wrote: On Thu, 26 May 2005 14:33:45 +0200, VK myname@example.invalid declaimed the following in comp.lang.python: Hi, all! In my programm i have to insert a variable from class 2 to class 1 and I get error NameError: global name 'd' is not defined. How do I get

Yesterday's WirelessLinux lecture slides

2005-04-14 Thread VK
Kudos to Shay Ohayon for his excellent lecture in JLC! For slides: http://www.jlc.org.il/lectures/19/wirelesslinux.pdf Rgds, Vitaly = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body,

Wireless under Linux lecture - tomorrow, 13.04.2005

2005-04-12 Thread VK
In Hebrew University, Sprinzak building, 18:30 For details: http://www.jlc.org.il/?page=lectures/lectureid=19 Rgds, Vitaly = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run

RE: high load ?

2005-04-06 Thread VK
So I had to reboot my (330 day uptime...) machine. I couldn't even cleanly shut it down, because the NFS unmount never finished. RH Magazine suggests some trick with rpciod, but I haven't tried it yet. http://www.redhat.com/magazine/005mar05/departments/tips_tricks/

RE: Inactive memory?

2005-03-13 Thread VK
I was wondering if anyone has an explanation to the in/active sections, which I can't recall ever seeing. is this a hint of a failed memory of some sort?! No, it's not a failed memory, don't worry! Probably top speaks about inactive pages; such pages are candidates for swapping, as far a I

RE: openvpn

2005-03-08 Thread VK
As in most cases, it depends. I suggest you to read review of VPN for Linux solutions in Linux Journal: www.linuxjournal.com/article/7881. Rgds, Vitaly = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in

Kudos! [was Looking for an experienced Linux system administrator]

2005-02-26 Thread VK
As a long-term [~ 9 years] IGLU maillist watcher I'd like to say Kudos to all participants! This time we see a mature, in-depth and fruitful discussion. Rgds, Vitaly = To unsubscribe, send mail to [EMAIL PROTECTED] with the word

Re:IT question - server Acceptance test

2005-02-02 Thread VK
Ira, Some time ago I discovered RH Red Hat Certification Testing Suites http://hardware.redhat.com/hcl/?pagename=files with tools/procedures for testing RHEL and RH Cluster Manager. Rgds, Vitaly = To unsubscribe, send mail to

Re: Boot Frozens (Fedora 2)

2004-12-15 Thread VK
In this case we even don't need to use lion's method - updating fstab is part of kudzu script. So the simpliest workaround it's just chkconfig kudzu off. For fixing this you can or learn kudzu script or STFW for solutions. Rgds, Vita

Re: Debian and Oracle 9i HOWTO

2004-11-24 Thread VK
Noam, I sure in 99% that Oracle will work on Debian, but are you really want to run such *unsupported by Oracle* combination? Rgds, Vitaly = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message

Re: Apache startup with SSL keys

2004-10-18 Thread VK
You can create server key without passphraze or convert encrypted key to plain using openssl rsa -in server.key.old -out server.key Of course, storing key in plain text is less secure. Rgds, Vitaly Karasik = To unsubscribe, send

mplayer and debian

2004-04-18 Thread Sajith VK
Hi, Can somebody tell me why mplayer is not there in debian? Is there any licensing issue? I found mplayer is GPLed -- Freedom Matters Sajith VK

Nessus/Nmap/Suse

2004-04-15 Thread VK
Nessus? Followup to that is how do I restart nessus (like an unload and reload)? Any help will be appreciated. Thanks Vk ___ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus

Edu Morphix now available online

2004-04-10 Thread Sajith VK
the experimental release. so need heavy testing... We need your comments!, Please use it and give suggestions. Thanks and regards -- Freedom Matters Sajith VK

[ilugd] [Fsf-friends] GisMorphix available online

2004-04-05 Thread Sajith VK
us know. We can write a CD and send it to you,(only If Inside India). Looking for your comments. -- Freedom Matters Sajith VK ___ Fsf-friends mailing list [EMAIL PROTECTED] http://mm.gnu.org.in/mailman/listinfo/fsf-friends

Re: Debian Edu from Sarge - test CD

2004-04-04 Thread Sajith VK
. It does not work properly, but is a good start to see what is broken. The first part of the installation is working. The second is broken. -- Freedom Matters Sajith VK

Re: non-free?

2004-04-04 Thread Sajith VK
to somehow indicate that it is non-free. For the other two, I think we can easly remove them, and packages depends on them. (If release 1.0 is too near let it be in the todo list) -- Freedom Matters Sajith VK

Re: non-free?

2004-03-24 Thread Sajith VK
On Wed, 2004-03-24 at 01:23, Petter Reinholdtsen wrote: [Sajith VK] You people has already clearly documented why each package is included (Really a nice job!). So if we can list the non-free software, the freedom enthusiasts can work to find/make free alternative for each of them

Re: non-free?

2004-03-23 Thread Sajith VK
. -- Freedom Matters Sajith VK

Re: non-free?

2004-03-21 Thread Sajith VK
On Sat, 2004-03-20 at 21:52, Petter Reinholdtsen wrote: [Sajith VK] The instruction to set apt-source for skolelinux at http://developer.skolelinux.no/apt-kilde.html.en, refers to contrib and non-free. Is they are mandatory for upgrading skolelinux? I mean is there any non-free package

non-free?

2004-03-20 Thread Sajith VK
Hi, The instruction to set apt-source for skolelinux at http://developer.skolelinux.no/apt-kilde.html.en, refers to contrib and non-free. Is they are mandatory for upgrading skolelinux? I mean is there any non-free package in skolelinux? -- Freedom Matters Sajith VK

Re: Not a discussion list?

2004-03-03 Thread Sajith VK
, rue du Ruisseau - BP 401 40012 Mont de Marsan Cedex Tl. 05.58.75.50.10 http://crdp.ac-bordeaux.fr/cddp40 -- Freedom Matters Sajith VK

Re: Not a discussion list?

2004-03-03 Thread Sajith VK
On Wed, 2004-03-03 at 17:27, Hilaire Fernandes wrote: Le mer 03/03/2004 11:55, Sajith VK a crit : Hello, Freeduc is popular here. Recently one Indian Linux magazine,(Linux for you) distributed freeduc-cd with there magazine. Cobaco pointed me to skolelinux english pages. We

Not a discussion list?

2004-03-02 Thread Sajith VK
only? If it is the list, why all these autogenerated mails reaches the list?(Which forces peoples like me go away) Thanks and regards, -- Freedom Matters Sajith VK

Re: Not a discussion list?

2004-03-02 Thread Sajith VK
. I can suggest good one which is not yet in debian. Anything else? -- Freedom Matters Sajith VK

Re: Not a discussion list?

2004-03-02 Thread Sajith VK
) iD8DBQFARIWM5ihPJ4ZiSrsRAh/7AJ0b1v7zlEjvMv2UvkYjRObeCoJtzQCeP3tA qBXZ86RJcdjtx9l2Ia98U0k= =S8lP --END PGP SIGNATURE-- -- Freedom Matters Sajith VK

[pygtk] Pango question

2003-12-23 Thread Sajith VK
explain what exactly the difference? Thanks in advance, Sajith VK ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Pango question

2003-12-23 Thread Sajith VK
Hi, snip It helps if you ask for specific functions you require (and what you are trying to do with them) since then `someone' can step up and propose a solutionor workaround. /snip I need the function pango_reoder_items(). In my language,(malayalam) pango first reoders the charecters

[pygtk] Pango question

2003-12-17 Thread Sajith VK
Hi, I am writing a PyGTK program in which I need to use some pango functions. According to pango API the functions that I need are pango_itemize() and pango_reorder_items(). But all these functions are found missing in the pango module available with PyGTK. Also Structure of Pango API and

[pygtk] Confussing package names

2003-12-15 Thread Sajith VK
these?. I think it need to be cleraly mentioned in our site too. (Sorry if this question is already answered some where else) -- Sajith VK ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http

[Ltsp-discuss] sound recording issue

2003-07-22 Thread vk
Good day All. I have encountered with problem of sound recording on diskless station. Actually I could listen mp3 wav files via gmplayer, but I could NOT record anything. I have tried different ways and sound recording tools, such like streamer, rec and etc. In the case with streamer I got

Re: [Asterisk-Users] client reinvitation problem

2003-07-03 Thread vk
Thank you for your responce I have also Pingtel SIP phone I have encounter with the same problem on it. (Disconnect after some reinvite messages) But that I put in the Pingtel configuration (SIP_SESSION_REINVITE_TIMER) to 1200 and I have no disconnection after it at all. So it seems that the

[Asterisk-Users] ATA-186 re INVITE message turn off

2003-07-03 Thread vk
How to turn off reINVITE messages on ATA-186? Thanks in advance -- Best regards Vlad ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] client reinvitation problem

2003-07-02 Thread vk
Hello All! There is description of my problem with Asteriks below. Asteriks CLI says: File chan_sip.c, Line 415 (retrans_pkt): Maximum retries exceeded on call Sip debug on the server gives the next: Retransmitting #5 (no NAT): SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.0.26:5060 From: sip:[EMAIL

[iText-questions] Create PDF and text file at a time

2002-12-25 Thread VK
Hello, Can I create the text file from the iText generated PDF ? I want to create PDF and text file at a time. Thanks and regards, VK __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

[iText-questions] Problem while adding different elements (para,phrase) with table object in another table's cell

2002-10-01 Thread VK
. paragraph, 5. phrase ) gets the spanned till the 2nd column of the table inserted (i.e. B). I am inserting these text elements in table A and not in B All examples in the tutorial have this done for table with 2 column (and problem occurs for column length greater than 3) Regards, VK

Differentiating between to two actions

2002-08-09 Thread vk vk
Hi, I am using STRUTS 1.0.2. I have two List boxes on page. Which are used to to query DB to bring some results. My problem is there anyway to distinguish in action class which list box is used. my code looks like this. I am using javascript to kick of an action on

Iterate Tag TextArea

2002-08-09 Thread vk vk
Hi, I am using STRUTS 1.0.2. My query to Database returns an arraylist of records which needs to be shown inside Textarea. I am able to iterate through Arraylist. Is there anyway iterate inside TextArea and show records inside textArea. Any examples code is helpful. thanks in advance.

Looking for java Positoin

2002-04-09 Thread vk
My apologies for off line posting. It has been a shock for me to come out of current job all of sudden, being on H1B visa in US makes the life more tougher. I am trying to find a new position through all channels but looks like I have got very less time to accomplish this. I have been in java

Re: Looking for java Positoin

2002-04-09 Thread vk
this, but I can't let the virulence of the last post go unremarked on. Please ignore his ignorant xenophobia, and accept my sympathy. While I have no suggestions, certification might indeed help if you have the time, and in any event, good luck. Dana vk writes: My apologies

Newbie querry................

2001-06-01 Thread vk . talwar
Hello everybody, I am learning sql but i am not new to programming. I have a small problem, any help on this will be great. :) I have table name category,..with the following details SQL desc category; NameNull?Type ---

Re: ApacheCon Europe 2001: Call for Participation

2001-05-03 Thread vk . talwar
I am in India based at New Delhi, the capital of India. If there is any program scheduled in India, please let me know. Thanks Vinay Talwar [EMAIL PROTECTED] [EMAIL PROTECTED] Rodent

Linking Problem

2001-04-20 Thread sanal vk
Hi, I am getting following errors while linking a library, in which I don't have any control. Undefined reference to _xstat Undefined reference to _fxstat I am using gcc 2.96 on Red Hat Linux release 7.0 (Kernel 2.2.16-22 on an i686). I tried installing glibc-2.2.1 and linking

[PHP-DEV] Bug #10288: weird intval() and settype('integer') behaviour: loosing bits?

2001-04-11 Thread vk
From: [EMAIL PROTECTED] Operating system: linux rh6.2 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: weird intval() and settype('integer') behaviour: loosing bits? hello, take a look at this script: -88888--- //

urgent

2001-02-23 Thread vk . talwar
Hai, Pls let me know at the earliest where I can download SQL 7 Thanks in advance Vinay Talwar [EMAIL PROTECTED] [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: urgent

2001-02-23 Thread vk . talwar
Thanks Vinay Talwar [EMAIL PROTECTED] [EMAIL PROTECTED] Mohamad Ilhami [EMAIL

Re: 'make install' hangs (was Re: [Announce] Release candidate: 1.0pre1)

1999-09-01 Thread Thomas Wolmer VK/EHS/OM/DE
Once upon a time Thomas Wolmer VK/EHS/OM/DE [EMAIL PROTECTED] told us: Problem: ehswolm@vksun25:~/mutt-1.0pre1make install Making install in doc . . . Making install in charsets cd . sh ./gen_charsets ./../mkinstalldirs /home/5/ehswolm/share/mutt/charsets ( cd . for f in `cat

'make install' hangs (was Re: [Announce] Release candidate: 1.0pre1)

1999-08-25 Thread Thomas Wolmer VK/EHS/OM/DE
Problem: ehswolm@vksun25:~/mutt-1.0pre1make install Making install in doc . . . Making install in charsets cd . sh ./gen_charsets ./../mkinstalldirs /home/5/ehswolm/share/mutt/charsets ( cd . for f in `cat charsets.list` ; do .././install-sh -c \ -m 644 $f

<    4   5   6   7   8   9