need help to make main window for my project

Hi,
i want to make a GUI skeleton for my project. It should look something like this. Recent projects, Open project, New Project, on the left side. about the software in the middle. Options of contributing, source files and other resources on the bottom. I’m new to wxPython. What i have achieved till now is also attached. This will help you know my level of understanding of wxPython. Someone suggested me wxFormBuilder. Thier official website is not working and tutorials are also not explanatory.

Please suggest me where i can find relevent tutorial of wxFormBuilder.

Right now i am feeling comfortable using wxPython code to write the GUI code. However, please guideme (in points) how should i take this projects. what things are to be implemented to achieve this gui.

Thanx

inspiration.jpg

Screenshot from 2014-04-10 18:29:14.png

    i want to make a GUI skeleton for my project. It should look
something like this. Recent projects, Open project, New Project, on the
left side. about the software in the middle. Options of contributing,
source files and other resources on the bottom.

I"m thining you want a splitter window -- to separate the left side from
the main panbel.

In the left side, maybe a wxListCtrl, or a bunch of buttons, arranges with
a wx.BoxSizer(wx.VERTICAL)

on the right, divide the panel vertically -- maybe with a vertical box
sizer again.

on the top of that, maybe a wxHTMLwindow for some formatted text.
on the bottom, maybe a row of buttons (wx.BoxSizer(wx.HORIZONTAL)

I'm new to wxPython. What i have achieved till now is also attached. This

will help you know my level of understanding of wxPython. Someone
suggested me wxFormBuilder. Thier official website is not working and
tutorials are also not explanatory.
Please suggest me where i can find relevent tutorial of wxFormBuilder.
Right now i am feeling comfortable using wxPython code to write the GUI
code.

Then I'd keep goign with that -- it helps you better learn what's really
going on anyway.

To do:

1) Fire up the Demo and poke through it to see all the options available --
you'll probably see the widgets you need.

2) read the Wiki. Start with:

http://wiki.wxpython.org/wxPython%20Style%20Guide

then poke around for other topics relevant to you -- I'd suggest at least:

http://wiki.wxpython.org/UsingSizers

and maybe other Sizer pages -- you really need to "get" sizers to do much
with wxPython.

-CHB

···

On Thu, Apr 10, 2014 at 6:02 AM, dileep kushwaha <dilzverykool@gmail.com>wrote:

However, please guideme (in points) how should i take this projects. whatthings are to be implemented to achieve this
gui.

Thanx

--
You received this message because you are subscribed to the Google Groups
"wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov