tform independant source (.zip), however wxPython is a
requirement (so possibly not 'exactly' what you are looking for)
--
Ton
--
http://mail.python.org/mailman/listinfo/python-list
Hi everyone ,
I have a requirement of displaying my data in a textCtrl like widget , but
i need that the data in the row be clickable ,
so as when i click the data i could be able to get fire and even and get me
the selected data value.After a long
search i found ListBox to be perfect for my use
, MRAB wrote:
> On 16/11/2010 06:52, Ton wrote:
>
>
>
> > On Nov 16, 1:47 am, MRAB wrote:
> >> On 15/11/2010 11:03, Ton wrote:
>
> >>> On Nov 14, 11:55 pm, MRAB wrote:
> >>>> On 14/11/2010 14:48, ton ph wrote:> Hi python geeks,
>
On Nov 16, 1:47 am, MRAB wrote:
> On 15/11/2010 11:03, Ton wrote:
>
>
>
> > On Nov 14, 11:55 pm, MRAB wrote:
> >> On 14/11/2010 14:48, ton ph wrote:> Hi python geeks,
> >>> I have problem which i have been trying to find out for the past
> >&
On Nov 14, 11:55 pm, MRAB wrote:
> On 14/11/2010 14:48, ton ph wrote:> Hi python geeks,
> > I have problem which i have been trying to find out for the past
> > some days, i have a device which feeds info to my fifo continuosly, and
> > a thread of mine reads the
&
Hi python geeks,
I have problem which i have been trying to find out for the past some
days, i have a device which feeds info to my fifo continuosly, and a thread
of mine reads the
fifo continuosly. Now when i change a parameter in the device, it sends me
different values. Now my problem is that
ow a way to distinguish between them (I'm
just a beginner ;-)
--
Ton
--
http://mail.python.org/mailman/listinfo/python-list
On 24 Nov 2007 16:07:18 GMT, Duncan Booth
<[EMAIL PROTECTED]> wrote:
>Ton van Vliet <[EMAIL PROTECTED]> wrote:
>
>> It would boil down to choice: explicit/speed vs implicit/readability
>
>No, it would boil down to explicit+speed+readability+maintainability vs
>im
On 24 Nov 2007 13:56:37 GMT, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]>
wrote:
>On Sat, 24 Nov 2007 14:09:04 +0100, Ton van Vliet wrote:
>
>> On 24 Nov 2007 08:48:30 GMT, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]>
>> wrote:
>>
&g
On 24 Nov 2007 08:48:30 GMT, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]>
wrote:
>On Sat, 24 Nov 2007 09:12:34 +0100, Ton van Vliet wrote:
>
>> Just bringing up something I sometimes miss from good-old Turbo-Pascal
>> here, which has the WITH statement to reduce
ce 'with' is already in use, another keyword (e.g. 'using') would
be needed
I guess speed would also be a major issue, but readibility would gain
from it (IHMO :-)
--
Ton
--
http://mail.python.org/mailman/listinfo/python-list
;t apply to the
>command line. Try typing "wordpad" in a cmd shell, then try it
>in Start -> Run.
Which, as I learned now, can be 'simulated' by typing 'start wordpad'
at the command line (I wasn't aware of that before)
Let's hope the OP got his problem solved ;-)
--
Ton
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, 05 Nov 2007 11:03:36 +1100, "[david]" <[EMAIL PROTECTED]>
wrote:
>Tim Roberts wrote:
>> Ton van Vliet <[EMAIL PROTECTED]> wrote:
>>> There's could also be an issue with entering 'python' at the command
>>> line, and not
On Sat, 03 Nov 2007 22:51:05 GMT, Tim Roberts <[EMAIL PROTECTED]> wrote:
>Ton van Vliet <[EMAIL PROTECTED]> wrote:
>>
>>There's could also be an issue with entering 'python' at the command
>>line, and not 'python.exe'. Once the PATH
exe', and check whether that works.
IMHO, to get any 'program-name' (without the .exe extension) to work,
one needs to:
1. register the executable with windows (doesn't work for python) or
2. make sure the the PATHEXT environment variable is set correctly,
and includes
15 matches
Mail list logo