473,396 Members | 2,013 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

wxPython / Dabo demo shell ?

hello,

I was impressed by the demo shell of wxPython,
and a few days ago (finally getting Dabo to work),
I saw Dabo uses the same demo shell.

Is there any more information available about this shell,
because it seems a very nice / good way to show
(many) demos, in an organized way to newbies.

thanks,
Stef mientki
Jun 8 '07 #1
6 1979
On Jun 8, 2007, at 3:14 AM, stef wrote:
I was impressed by the demo shell of wxPython,
and a few days ago (finally getting Dabo to work),
I saw Dabo uses the same demo shell.

Is there any more information available about this shell,
because it seems a very nice / good way to show
(many) demos, in an organized way to newbies.
There isn't a common shell. I wrote DaboDemo from scratch, using the
Dabo Class Designer visual tools; you can actually open up the demo
in the Class Designer and edit the entire thing!

I just thought that the wxPython demo was such a great way to
explore wxPython and try out new things that I blatantly copied it. ;-)

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
Jun 8 '07 #2
On 6/8/07, stef <s.*******@id.umcn.nlwrote:
hello,

I was impressed by the demo shell of wxPython,
and a few days ago (finally getting Dabo to work),
I saw Dabo uses the same demo shell.

Is there any more information available about this shell,
because it seems a very nice / good way to show
(many) demos, in an organized way to newbies.

thanks,
Stef mientki
--
The shell in the wxPython demo (but apparently not in the dabo demo,
as per Ed's email) is from the wx.py package. It's quite trivial to
add to your own applications, documentation is at
http://www.wxpython.org/PyManual.html
Jun 8 '07 #3
On Jun 8, 2007, at 8:59 AM, Chris Mellon wrote:
The shell in the wxPython demo (but apparently not in the dabo demo,
as per Ed's email) is from the wx.py package. It's quite trivial to
add to your own applications, documentation is at
http://www.wxpython.org/PyManual.html
I may be wrong, but I believe that the OP was interested in the
overall frame, contents, and inner workings of the wxPython demo
application (and DaboDemo), not the PyShell interpreter.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
Jun 8 '07 #4
Ed Leafe wrote:
On Jun 8, 2007, at 8:59 AM, Chris Mellon wrote:
>The shell in the wxPython demo (but apparently not in the dabo demo,
as per Ed's email) is from the wx.py package. It's quite trivial to
add to your own applications, documentation is at
http://www.wxpython.org/PyManual.html

I may be wrong, but I believe that the OP was interested in the
overall frame, contents, and inner workings of the wxPython demo
application (and DaboDemo), not the PyShell interpreter.
Yes you're right Ed,
I'm interested in the overall demo setup,
really beautiful and powerful, just one thing missing (user configurable
tree).

And if you can copy it,
I'm allowed to do so also ;-)

thanks,
Stef
>
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com

Jun 8 '07 #5
On Jun 8, 2007, at 10:01 AM, stef wrote:
I'm interested in the overall demo setup,
really beautiful and powerful, just one thing missing (user
configurable
tree).

And if you can copy it,
I'm allowed to do so also ;-)
You can certainly copy and customize the DaboDemo code. There is a
folder named 'samples' that contains the the code for each individual
demo. If you look at a few of those, you should be able to figure out
how to create your own. The tree is created dynamically at startup,
based on the files in the 'samples' directory, and each of those
files' 'category' attribute.

If you have any further questions, it would probably be best to post
them to the dabo-users list. You can sign up for it at http://
leafe.com/mailman/listinfo/dabo-users

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
Jun 8 '07 #6
Ed Leafe wrote:
On Jun 8, 2007, at 10:01 AM, stef wrote:
>I'm interested in the overall demo setup,
really beautiful and powerful, just one thing missing (user configurable
tree).

And if you can copy it,
I'm allowed to do so also ;-)

You can certainly copy and customize the DaboDemo code. There is a
folder named 'samples' that contains the the code for each individual
demo. If you look at a few of those, you should be able to figure out
how to create your own. The tree is created dynamically at startup,
based on the files in the 'samples' directory, and each of those files'
'category' attribute.

If you have any further questions, it would probably be best to post
them to the dabo-users list. You can sign up for it at
http://leafe.com/mailman/listinfo/dabo-users
Thanks very much for the information,
I'll look in that in more detail in the near future.

cheers,
Stef
>
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com

Jun 8 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: CYBER | last post by:
Is this possible to create 1 wxFrame and register more than 1 wxPanel in it. And select the one you want to show at the moment ? I'm trying to implement a multistep wizard under wxPython. I...
25
by: TPJ | last post by:
GUI's etc: PyGtk on Windows "(...) So if someone develops mainly for X and just wants to make sure that it is not impossible to run on Windows, you can use PyGTK. (...)", July 2nd, 1999 pyGTK...
217
by: gyromagnetic | last post by:
The following url points to an article written by Damian Conway entitled "Ten Essential Development Practices": http://www.perl.com/pub/a/2005/07/14/bestpractices.html Althought the article has...
14
by: Rod W | last post by:
I'm just starting out on Python but my primary goal is to provide applications with some user interface (GUI). Can someone point me to a good comparison of whether I should use wxPython (with...
1
by: PAllen | last post by:
Hi all, I am trying to get rid of a few of my old MS Access applications and move them to PostgreSQL and Python/wxpython. Does anyone have any suggestions on the easiest way to learn to program...
25
by: Daniel Jonsson | last post by:
So, I've reached the point where my building pipeline tools actually needs to be used by other people in my company. By this reason I actually need to think about the usability, and I've come to...
5
by: Andrew P | last post by:
Hello, I am new (very) to Python and have just down loaded the latest version of Python (2.5) and WXPython (2.8). For some reason I cannot get the WXPython demo to run at all. I run windows...
17
by: NoelByron | last post by:
Hello! We are thinking about writing a project for several customers in Python. This project would include (among others) wxPython, a C/C++ module. But what happens if this application generates...
16
by: Andrea Gavana | last post by:
Hi Diez & All, Do you mind explaining "why" you find it *buttugly*? I am asking just out of curiosity, obviously. I am so biased towards wxPython that I won't make any comment on this thread...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.