4,919 Topics

Member Avatar for
Member Avatar for mattyd

I am a programmer but have just recently ventured into the realm of graphics programming using Python; what I have learned so far is fascinating. It is so thrilling to see a coded design appear on the screen in full color. But, I find, making an image appear is one …

Member Avatar for mattyd
0
137
Member Avatar for mattyd

Is it possible to use files such as GIF files as a value in a Python Dict; that is, is it possible to use GIF files in a Dict and access them directly, rendering them to the screen via Tkinter. I have a group of GIF files I plan to …

Member Avatar for vegaseat
0
130
Member Avatar for danizzil14

Ok, so I'm gonna work on a program, and I want to enable a gui for it. I have a few questions though... Question: Are there any out there that wont need a class structure? (I;ve never gotten them, and I'm working on them right now...) Question: How about easily …

Member Avatar for Ene Uran
0
219
Member Avatar for blacklocist

Hi All, I know how to use threads in code but in practice I am trying to make clear. How do you make a good multithread application (Windows App). Do you: 1. Have the main thread run the form objects and create new windows while other threads actually do calculation …

0
60
Member Avatar for sneekula

I have a data file with chemical names (one name per line) and want to load that into a Tkinter GUI listbox and then be able to select it by clicking on the line. Need some help.

Member Avatar for vegaseat
0
2K
Member Avatar for belhifet

hi, first post here. It seems a very nice community. So, I know a little about 16bit DOS Assembly and also a little about 32bit Linux Assembly. I started learning Assembly out of curiosity, to understand C better and to learn exactly how the stack worked. I am currently learning …

Member Avatar for mathematician
0
243
Member Avatar for PPaul1

I'm trying to figure out how to add a reset button and a calculation button to my program. I'm lost here. The program works when the user put in the loan amount, lenght of loan and interest rate. I need a button to reset the fields so another user can …

Member Avatar for masijade
0
273
Member Avatar for krauz2

[COLOR=#000000]I am having trouble getting this program to work. This is my first applet and I can’t seem to get my mind around how to get the commands in correct format. I have completed this program in application and gui with no problems, but applet format is not working in …

Member Avatar for p.bondam
0
137
Member Avatar for sneekula

I am experimenting (playing around) with the Python Tkinter Gui, and wondered if there is a way to play a sound like from a .wav or .au file?

Member Avatar for sneekula
0
5K
Member Avatar for gmpjames

Hi everyone I'm new here and was wondering if anyone could help me please. I am trying to implement dasher in java. Here is the link to dasher [URL]<snipped> I have already set-up the main GUI components and have left the BorderLayout.CENTER for the main program. I have also written …

Member Avatar for Ancient Dragon
0
39
Member Avatar for sliver_752

Hi i am making a simle gui using wxpython and here is the script [code] import wx class bide(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, -1, "just a test", pos=(0, 0), size=wx.DisplaySize()) panel = wx.Panel(self, -1) statusBar = self.CreateStatusBar() toolbar = self.CreateToolBar() #toolbar.AddSimpleTool(wx.NewId(), images.getNewBitmap(),"New", "Long help for 'New'") toolbar.Realize() menuBar = wx.MenuBar() …

Member Avatar for sliver_752
0
106
Member Avatar for linux

Hello! Recently, I found a LNX-BCC (Business Card Linux) CD in my fathers IT bag (don't worry, I asked!). I have a: Toshiba Satillite (BLOCK EDITION) 20GB HD 96MB RAM (WOOT) 666MHz Processor ect. ect. It boots fine off the cd, and into the command prompt. I type "startx" and …

0
25
Member Avatar for pszlachetka

Hello, I'm having a Form.Show() hang up on me. I currently have one class that has a listen() method that runs in its own thread. Then I Have another class that is my actual Windows Form with all the GUI stuff. The listen() method calls methods of my Windows Form. …

Member Avatar for lok_tan
0
75
Member Avatar for sneekula

Which Graphics User Interface (GUI) would you recommend for a beginner? I have seen some examples of Tkinter, wxPython and GTK.

Member Avatar for vegaseat
0
435
Member Avatar for krauz2

[COLOR=#941edf] [COLOR=#555555]Hello everyone,[/COLOR] [COLOR=#555555]This is my first java class and I am trying to understand the terms and different types of programs. I finished my program as an application then did it as a gui without realizing it had to be in a applet. It feels like I just learned …

Member Avatar for masijade
0
104
Member Avatar for PieMan2004

Greetings, Ive came across problems while doing a tutorial work piece. i've to design a toobar ( yup a JToolBar ) with 5 buttons inside it, that will do certain functions for a JSlider.( set them at certain values ) Its simple enough to go and write 5 buttons into …

Member Avatar for jwenting
0
99
Member Avatar for Santa_Laws

Hello, I'm a bit new to Java and I'm wondering how to do arrays with JTextField, so how would i go about starting this program here.. [COLOR=#000000]Build a GUI to accept integers (when the ENTER key is depressed) into an array of 15 int; have a button called AVERAGE; when …

Member Avatar for jwenting
0
112
Member Avatar for Shiva_nan

Hi, I am working with Win32 programming in C language.. I am using Dev C++ compiler 5.0 .. I had created the tab control in the form with the following coding. [COLOR="Red"]g_hwndTabCntrl = CreateWindowEx(0, //more or 'extended' styles WC_TABCONTROL, //the 'class' of window to create NULL, //the window title WS_CHILD|WS_VISIBLE| …

Member Avatar for Shiva_nan
0
288
Member Avatar for katharnakh

hi everyone......... I have a task, I have fragmented the task into subtask. I have planned to create a class to each subclass and one parent class to handle the sub tasks. Each subclass are saved in seperate file and all my subclasses and parent class are placed in the …

Member Avatar for vegaseat
0
203
Member Avatar for mruane

My fiance is having a birthday in less than 20 days. I am therefore trying to create a program for her (trust me, it is not intended to be the only gift) to play around with, and hopefully enjoy. The only problem I am having so far, is that when …

Member Avatar for Mouche
0
311
Member Avatar for MarkWalker84

Hi guys! Im new to this forum so go easy on me :-) I've got a background in C programming and have recently moved to Python for a GUI project im working on. So far im loving it - compared to VC++ wxPython is pure bliss. Im having a slight …

Member Avatar for MarkWalker84
0
435
Member Avatar for JyotiC

hi, i am making a gui, which looks like excel sheets. i want to give the user the facility of adding rows/columns at the run time. there is some initial size, but that can be increased any time during the executation of the code. what i have tried, is that …

Member Avatar for JyotiC
0
87
Member Avatar for mario_atl

This forum is excellent. I've doing this practice project in drawing PostalAddress GUI i created the jpanel and jframe also PostalAddress.java file but its sems i got lots of error every time i modify it please take a look and help me i've shown lots of effort thanks guys. // …

Member Avatar for mario_atl
0
265
Member Avatar for missg82

This sounds awful but I've never ever done programming before in my life and I'm being forced to design 2 games (or applications maybe..) One is supposed to evaluate a maths expression (using composite design method whatever that is...) and the second is a simple Connect 4 game using either …

Member Avatar for Rashakil Fol
0
137
Member Avatar for missg82

This sounds awful but I've never ever done programming before in my life and I'm being forced to design 2 games (or applications maybe..) One is supposed to evaluate a maths expression (using composite design method whatever that is...) and the second is a simple Connect 4 game using either …

Member Avatar for ~s.o.s~
0
97
Member Avatar for DaveB

Hi During the remainder of this year, I am looking at completely rebuilding all our domain clients with a new standard build. This gives me a great opportunity, to make improvements to our system, and one area I am keen to investigate is Information Delivery, Communication and System Usability. Our …

Member Avatar for DaveB
0
94
Member Avatar for mruane

Alright, so far, what I think the problem begins with is not having a full understanding of syntax, and tabs versus spaces. I have my tab set to four spaces. When I run the following code, the Python GUI (the black ms-dos looking thing, right?) flashes for only a few …

Member Avatar for vegaseat
0
173
Member Avatar for hexstar

Hi, I would like to make a terminal (non gui, the dos texty type interface) snake game and have a general idea of what to do but would like some help with the following: how do I make the walls? and how do I catch the keyboard input to move …

Member Avatar for cms271828
0
95
Member Avatar for rinoa04

Hello, I am interested in knowing your opinion in Java GUI development using AWT and Swing. Each have its own pros and cons. I am wondering which one is most preferable by java developer. AWT or Swing or Both? Please state your reason. Thank you.

Member Avatar for rinoa04
0
75
Member Avatar for dva010

This is how it started, I was on limewire and wanted to find family feud so i searched in the programs and found it downloaded it, unzipped it then when i went to run the setup they gave me it wasnt family feud...... It gave me a thing called Toolbar888 …

0
38
Member Avatar for higherGround574

Hey guys, I'm for the most part a backend programmer but I'm taking a GUI class as a elective, and I'm haveing some problems with an applet. Part of the assigment is to create a logo design that displays a bunch of pentagons in a circle with different colors and …

Member Avatar for higherGround574
0
184
Member Avatar for Cudmore

Hi! Here's my scenario: I have an application that utilized the DatagramSocket class. I also have a favorite Port number that I would like it to connect to Every time I load the application. One problem with my application is that it's highly threaded, and under basic circumstances, it doesn't …

0
77
Member Avatar for JyotiC

Hi, i am using Pygtk to make GUI . I have a frame in which i have added a VBox.. I want to add scrollbar in that VBox.. but couldn't figure out how to add it. [code] vscrollbar = gtk.VSscrollbar(adjustment=None) AttributeError: 'module' object has no attribute 'VSscrollbar' [/code] it's giving …

Member Avatar for JyotiC
0
295
Member Avatar for LieAfterLie

Okay, Iv'e finished learning C++. What can I do with it? Specifically, I want to do some graphics stuff, anything beyond iostream and fstream. What comes after C++? I know it does more than this. If I could just have a function to set a pixel, I could make my …

Member Avatar for LieAfterLie
0
106
Member Avatar for Tsaukpaetra

Greetings! I have a relatively old Custom PC that was resold to me from a store that was going out of business and was used as a cash registor. Specs: CPU: Celeron 500MHz L1 Cache: Present L2 Cache: some small amount +128K -500K Ram1: 128MB HD1: 9GB CD1: Generic Sony …

0
44
Member Avatar for John A

Here's (in my opinion) some of the best Linux software available: [B] Stuff for your GUI:[/B] [URL]http://www.kde.org/[/URL] Still using Gnome? Need a more powerful environment? Maybe you should try KDE. It's a matter of personal choice, but I prefer it to Gnome. [URL]http://www.kde-look.org/[/URL] Allows you to download skins and anything …

Member Avatar for John A
0
551
Member Avatar for reRanger

Greetings: I have been working with code examples (from the good people on this site) and I have been learning quite a bit about Python and becoming more comfortable with. The program I am working on is being done in pieces, the GUI being really the primary area of problems …

Member Avatar for vegaseat
0
140
Member Avatar for reRanger

Greetings: I am having trouble understanding how buttons launch actions such as, for example, loading a new (2nd) canvas. Suppose I have an application, a game, that will respond at some point to user imput via buttons: I have two buttons named "Yes" and "No"; now if the user selects …

Member Avatar for reRanger
0
183
Member Avatar for reRanger

Hello again: I seek assistance on what I believed would be an easy problem to solve, but, after much searching, I have not yet discovered a valid answer: I have a canvas which consists of a background GIF upon which (when triggered) at least one new (smaller) GIF will appear, …

Member Avatar for reRanger
0
116
Member Avatar for GliderPilot

Hi, We are looking at programming a messenger service that hosts different chat rooms, a buddy list, and allows text, voice, and video. (Kind of like a mix of MSN and Yahoo) but wondering which programming language. We want an actual windows program with GUI (possibly VB.NET??) not something run …

Member Avatar for GliderPilot
0
128
Member Avatar for linux

I was wondering what an appropriate programming language would be for creating a simple yet expandable (GUI) operating system. Is it possible in: Python? Java? Perl? QBASIC? Ruby? Thanks!

Member Avatar for Cerberus
0
76
Member Avatar for hckygy12

I have been gettin gthis critical system error in my icons tray bar that keeps flashing from a question mark to a prohibited sign. I have been reading other threads seeing what to do and i just dont understand it. I did download hijackthis and this is the file that …

Member Avatar for hckygy12
0
133
Member Avatar for EddyF

The problem: web pages that I view in Microsoft Internet Explorer (version 6 or 7) are having hyperlinks made from certain words. These hyperlinks lead to a URL at server server4.103092804 .com, which result in advertisements. My up-to-date McAfee antivrus des not clean it, and nor does the latest Ad-Aware …

0
53
Member Avatar for saw66

I am unable to browse My Computer or hard drive roots. I have followed many ofthe other threads for similar issues on this web site, all to no avail. when using explorer my system locks up while opening any drive letter. These drives can be opened from within programs and …

Member Avatar for kylethedarkn
0
141
Member Avatar for mukesh.more

Hi all, I install mysql 5.0. I create one stored procedure on my local machine. Simply I need to create same stored in Live server. Is there any GUI to access mysql 5.0. like sql server or phpmyadmin. I can access Mysql 5.0 from command prompt only. On mysql prompt, …

Member Avatar for pty
0
73
Member Avatar for jbennet

I have a server, 64mb RAM, 233mhz PII with 3x 2.1GB hdd's, cdrom drive and LAN card. Can anyone reccomend a distro which will be suitable for turning this machine into a file server (SMB or FTP) for my network. It must have a GUI - although this doesnt nececirally …

Member Avatar for jbennet
0
143
Member Avatar for Antiparadigm

Hello all, I've got an assignment due on thursday that is very easy, but I have one bug that is driving me nuts. The assigment is to just create a basic GUI with 1 label, a text box, and a few check boxes, so it's not that hard. The problem …

Member Avatar for Antiparadigm
0
142
Member Avatar for Covinus

im trying to build an editor using java. how can i bind an interpreter like perl. so i can run or output the result in a gui??

0
39
Member Avatar for the.future.zone

Hello. Can C family be used for GUI applications too e.g games developments, or are they limited to just text applications? are there any real benefits to the C family languages? Plz, include any site you know that can provide more information. Thanks.

Member Avatar for mostafadotnet
0
76
Member Avatar for bennyzil

I've encountered the following problem: Our program has two parts - the algorithm which is written in python (with numeric), and the GUI written in java. We want them to be able to work together - that means that the java part could ask the python for a calculation and …

Member Avatar for mostafadotnet
0
157

The End.