On Wednesday 05 December 2007 6:36 pm, johnf wrote:
>
> In answer to those of list that have questioned the coding of the tutorial
> here's where I'm coming from.
>
> I recall when I first started my search for a VFP replacement. I came upon
> Python. After reading a little, checking out tutoria
On Wednesday 05 December 2007 11:02:30 am Ed Leafe wrote:
> On Dec 5, 2007, at 12:42 PM, johnf wrote:
> > Please add a full description of why that works. Folks coming from
> > other
> > languages know little about the os module. For example it needs to be
> > pointed out that the os module is pl
On Dec 5, 2007, at 1:02 PM, bsnipes wrote:
> For those of you that get the digest or are looking for an
> alternative way of
> viewing the dabo-users and dabo-dev list, I suggest you try Nabble -
> http://www.nabble.com . It has lots of features:
Nabble is very cool. You can also access
On Dec 5, 2007 10:42 AM, johnf <[EMAIL PROTECTED]> wrote:
>
> On Wednesday 05 December 2007 06:07:39 am Nate Lowrie wrote:
> > On Dec 5, 2007 2:23 AM, johnf <[EMAIL PROTECTED]> wrote:
> > > def _openDialog(self,evt):
> > > # need to receive the evt (in this case a click or H
On Dec 5, 2007, at 12:42 PM, johnf wrote:
> Please add a full description of why that works. Folks coming from
> other
> languages know little about the os module. For example it needs to be
> pointed out that the os module is platform aware. Also what
> ".join" is doing
> and how it got th
johnf wrote:
> Please add a full description of why that works. Folks coming from other
> languages know little about the os module. For example it needs to be
> pointed out that the os module is platform aware. Also what ".join" is doing
> and how it got there. From the private emails I'm g
For those of you that get the digest or are looking for an alternative way of
viewing the dabo-users and dabo-dev list, I suggest you try Nabble -
http://www.nabble.com . It has lots of features:
full copies of the lists
the ability to reply to messages in the lists you are subscribed to ( and
On Wednesday 05 December 2007 06:07:39 am Nate Lowrie wrote:
> On Dec 5, 2007 2:23 AM, johnf <[EMAIL PROTECTED]> wrote:
> > def _openDialog(self,evt):
> > # need to receive the evt (in this case a click or Hit)
> > theDialog=dabo.ui.dFileDialog(self)
> >
Nate Lowrie wrote:
> That is a more Pythonic fix than Uwe's...
:-)
___
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This m
On Dec 5, 2007 2:23 AM, johnf <[EMAIL PROTECTED]> wrote:
> def _openDialog(self,evt):
> # need to receive the evt (in this case a click or Hit)
> theDialog=dabo.ui.dFileDialog(self)
> theDialog.show()
*DELETE*
Congratulations for the new job and best of everything,
Heling Yao
2007/12/5, Ed Leafe <[EMAIL PROTECTED]>:
> After 14 years of being an independent consultant, I've decided to
> return to the ranks of the employed. I've just accepted a position as
> Senior Python Developer with Rackspace
johnf wrote:
> ...
> if sys.platform == 'win32':
> myseperator = "\\" # some should post why I needed two
> slashes
> else:
> myseperator = "/"
> ...
Please use os.path.sep or os.sep or os.path.join as the above i
This installment will bring back sizers again. No fears! All we are going to
do is use what we already know. You may recall when we started this tutorial
that I started with a vertical sizer to demo the expand flag. I then
switched to a horizontal sizer to demo the proportional settings usin
13 matches
Mail list logo