473,795 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fancy GUI with Python

Hi all. I just downloaded and installed the new Office suite from MS
with their new 'ribbon' based UI. I think it's pretty cool and AFT*
for a new UI paradigm. I hope it sticks.

Anyway, I'm wondering how to implement a gui like this with Python. I
don't think wx or qt or gtk or tkinter support this sort of fading and
glowing type of effects... or do they? I played with wx way back in
2000 or so (C++ version), and it certainly didn't have any of that. I
don't know if this stuff is now built into XP, or if it's specialized
libraries only accessible to MS for their purposes. Can a python gui
framework be redirected to use the new gui? Or is this something that
has to be manually emulated from a low-level if python is to make use
of it? What about under linux?

So I'm not sure if this is a Python question, a xxx-Python question
(where xxx is the widget toolkit of choice), or a windows API type of
question.

How does one make fancy fading guis with python? (cross-platform if
possible)

thanks
ms

*AFT = about freakin' time

May 28 '06 #1
2 4301
Ten
On Sunday 28 May 2006 19:25, 63*******@sneak email.com wrote:
Hi all. I just downloaded and installed the new Office suite from MS
with their new 'ribbon' based UI. I think it's pretty cool and AFT*
for a new UI paradigm. I hope it sticks.

Anyway, I'm wondering how to implement a gui like this with Python. I
don't think wx or qt or gtk or tkinter support this sort of fading and
glowing type of effects... or do they? I played with wx way back in
2000 or so (C++ version), and it certainly didn't have any of that. I
don't know if this stuff is now built into XP, or if it's specialized
libraries only accessible to MS for their purposes. Can a python gui
framework be redirected to use the new gui? Or is this something that
has to be manually emulated from a low-level if python is to make use
of it? What about under linux?

So I'm not sure if this is a Python question, a xxx-Python question
(where xxx is the widget toolkit of choice), or a windows API type of
question.

How does one make fancy fading guis with python? (cross-platform if
possible)

thanks
ms

*AFT = about freakin' time


Unless I'm missing something (I haven't examined it exhaustively), everything
therein seems quite easily doable using python and Qt. I'd check it out.
Ten

--
There are 10 types of people in this world,
those who understand binary, and those who don't.
May 28 '06 #2
> Hi all. I just downloaded and installed the new Office suite from MS
with their new 'ribbon' based UI. I think it's pretty cool and AFT*
for a new UI paradigm. I hope it sticks. Anyway, I'm wondering how to implement a gui like this with Python.
I haven't seen their new Office suit (apart form a few screenshots).
Judging from the past, the code is probably statically linked to MS
Office. Many of the previous iterations of MS Office did introduce
their own look and feels, effects and widgets. Third party Windows
developers soon followed suit reimplementing the widgets. Delphi
community for example focuses a lot on UI and UI effects (Python
community does not). VCL libraries can be compiled to ActiveX
components and you should then be able to use them from Python, at
least on Windows. Or maybe someone will make a .NET assembly and you
will be able to drive it from IronPython or Python for .NET. If you are
lucky, it may even be cross-platform via Mono.
So I'm not sure if this is a Python question, a xxx-Python question
(where xxx is the widget toolkit of choice), or a windows API type of
question.


This is NOT a Python specific issue. It is a widget library and FFI
(Foreign Function Interface) issue. If another language can get at the
functionality, so can Python.

May 28 '06 #3

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

Similar topics

32
2838
by: Dave Benjamin | last post by:
Hey all, I just realized you can very easily implement a sequence grouping function using Python 2.3's fancy slicing support: def group(values, size): return map(None, * for i in range(size)]) >>> group(range(20), 4)
0
1660
by: comboytw | last post by:
Hi all, I'm developing a VOIP application in wince 5.0 which supports rich features like video conferencing, media player, FM radio, etc. I found there is a VOIP template called "TUI" and I may base it to support my fancy UI. But it will spend me a lot of time to modify TUI because I'm not familiar with "ATL" or MFC. After surfing MSDN online, I found Visual C# in VS2005 may be a good choice to design a fancy UI because it can create a...
0
1046
by: comboytw | last post by:
Hi all, I'm developing a VOIP application in wince 5.0 which supports rich features like video conferencing, media player, FM radio, etc. I found there is a VOIP template called "TUI" and I may base it to support my fancy UI. But it will spend me a lot of time to modify TUI because I'm not familiar with "ATL" or MFC. After surfing MSDN online, I found Visual C# in VS2005 may be a good choice to design a fancy UI because it can create a...
3
2042
by: Bob Farrell | last post by:
I released this a while ago but did some work recently to fix some bugs so I thought I may as well post it here. To quickly summarise: In-line syntax highlighting Auto complete with suggestions as you type Pastebin stuff, save to file "Rewind" feature to jump back a line if you mess up (don't ask how it works, please ;) You can get it here: http://www.noiseforfree.com/bpython/
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10448
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10167
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9046
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7544
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6784
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.