4,919 Topics

Member Avatar for
Member Avatar for madspook

Hi All sorry if this is in the wrong forum but it was the only way I could find to post this thread. I have just picked up a machine from a friend of mine who uses it to manage her business. I have logmein installed on it so that …

Member Avatar for madspook
0
163
Member Avatar for hkBattousai

Hello, I am going to study MySQL on my web server. I would like to ask if there is a useful GUI tool for MySQL to create/delete tables and browse entries on my database.

Member Avatar for pty
0
136
Member Avatar for alba07

I am supposed to design a GUI for ls, where the user could select these options from pull down menus. After the user selects options, clicking on go should run the ls. The way I am understanding this is that could either use a text widget or labels. Here is …

Member Avatar for alba07
0
85
Member Avatar for mr.sweetchuck

Hi, I am writing a little GUI application and I want to set them up, so that they have a Windows look and feel. So far I can't seem to find anything workable.

Member Avatar for mr.sweetchuck
0
93
Member Avatar for shazzy

hi everyone im shazna i got this mate that has been working ahrd on her java coding and now she is stuck as she lost her original file of the coding she is starting from her older version and she is lost because she cannot figure out what is wrong …

Member Avatar for iamthwee
0
79
Member Avatar for saintlysav

I have a complicated problem at hand, and im open to any suggestions for solving it. Im working with a program called Psi which is written in C and has the GUI in Tcl/tk. A guy working on this earlier added 2 functions to get and set some properties of …

Member Avatar for saintlysav
0
117
Member Avatar for brainbox

Hi I am working on a project and i fortunately made the GUI in designer, but in the middle of the project the designer is not displaying the graphics , and unfortunately i cant enter or edit any controls as i cannot see the form design, it is giving me …

Member Avatar for JerryShaw
0
97
Member Avatar for JRM

Hello all, I know this is borderline off-topic, but then again QT4 is a C++ based program... I compiled QT4.1.1 on a fedora 4 OS. I finally got all the registration issues worked so that it works in it's native X11 form as an executable. However codeblocks is having trouble …

Member Avatar for n.aggel
0
354
Member Avatar for dami06

Could someone please give me examples of a full GUI code.. Where I can find it to be precise.. Like images of it along with the java source code..thank you

Member Avatar for iamthwee
0
115
Member Avatar for sneekula

Is there a way to preselect/highlight a listbox item with the Tkinter GUI toolkit at the startup of the program without clicking the mouse on it?

Member Avatar for sneekula
0
1K
Member Avatar for Xzantose

I was wondering if it is possible to make a gui program in C++ without[COLOR=black] a toolkit, and if so are there any tutorials or books that I can read:?: [/COLOR] [COLOR=black] [/COLOR]

Member Avatar for blacklight
0
145
Member Avatar for revenge2

hello there, im new here and i want to start learning c++. I have a few books and tutorials however i could use some help with other tutorials and resources.. So basicly what i want to learn right now is how to make gui programms in c++. I know that …

Member Avatar for Ancient Dragon
0
123
Member Avatar for mattyd

I am searching for the syntax that will allow me to arrange widget buttons in a Tkinter GUI in a specific manner; currently I have three (3) buttons that are stacked[I] vertically[/I] on top of one another. I wish to arrange the buttons so that they form a row of …

Member Avatar for mattyd
0
3K
Member Avatar for mattyd

[U][B]I have two questions regarding Tkinter GUIs[/B][/U]:[LIST=1] [*]I have three buttons in a GUI; at times it seems that the buttons "stick". By this I mean when the mouse is clicked on one it may activate or it [I]may not[/I]. They all work correctly in regards to there function(s) but …

Member Avatar for mattyd
0
189
Member Avatar for tinuviel

i've been trying to code some GUI's on MATLAB and i can't seem to put pictures in the GUI. how do i put any image file in my computer on a MATLAB GUI? Please help... right now i'm just drawing lines with the 'line' function and... it's not pretty. ~taz

Member Avatar for tinuviel
0
38
Member Avatar for JRM

Hello all, I hope this is the correct forum for this issue. I am using the FC4 distro which the most current YUM update is QT3*. I found a more recent RPM, QT4.1* which was for FC4. It downloaded and installed without a problem (although I can't say that for …

0
95
Member Avatar for tech291083

Hi, I am using Fedora Core 5 32+ bit and suddenly when I open the firefox there is no connection to the net. I have not changed any settings at all. At boot it fails to get an ip but it does detect my Realtek card. The card is active …

Member Avatar for tech291083
0
102
Member Avatar for yellowaxe5

I have adaware and spybot and they have not picked up anything today but i can't run an episode of 24 on creative.myspace.com/vod/24/index.html and then i realized that a lot of stuff wasn't working... I can't even go to the windows update page it appears blank... I also ran a …

Member Avatar for PhilliePhan
0
134
Member Avatar for prime23

I have a toshiba Satellite 4000cdt with 3com589 serial nic. Everytime I boot up the nic fail to initialize, It says that the card is not present. I know the card is there and when i look at the network setting (gui base) it shows up but I can't activate …

Member Avatar for John A
0
216
Member Avatar for dami06

Hi guys, I have a problem in a GUI i am trying to build. Below is the question and I was hoping you could help me out with what to do. Basically, I have do the first program which is to create a GUI but I am having a problem …

Member Avatar for iamthwee
0
105
Member Avatar for alex_wil

Hi friends, I am using Perl Tk for a GUI application. It uses a telnet part wherin I need to login to a unix machine, execute a command and process the result. The code is as follows : my $result = $t->cmd(("grep - $filename.txt~ | wc -l | awk '{print …

Member Avatar for mandible
0
192
Member Avatar for tinuviel

i didnt find a 'Matlab' thread so here i am. anyway, i've been trying to code some GUI's on MATLAB and i can't seem to put pictures in the GUI. how do i put any image file in my computer on a MATLAB GUI? Please help... right now i'm just …

Member Avatar for jwenting
0
77
Member Avatar for Dqube

I've to do a shool project where i have to write a messager in C with a friend of mine. We have to split our programm in to pieces <- Teacher said that. I do the GUI and he sends and revieves the XML-Formated messages. Now here is the Problem: …

Member Avatar for Infarction
0
71
Member Avatar for sneekula

I keep reading threads here, some use the Tkinter GUI toolkit and others use the wxPython GUI toolkit. Why would one use one or the other?

Member Avatar for sneekula
0
1K
Member Avatar for tori

In win 98 was the resource meter, I used to watch there the system, user, and gui resources. where is it in winxp? I know there is the cpu usage at the tasks manager, but where the other resources are shown? Thanks

0
82
Member Avatar for MarkWalker84

Hi everyone! Im stuck... I'm currently writing a GUI program to control a piece of machinery. I am using wxPython along with a few other bits and bobs including USPP for serial access. My problem is that i need some way of 'pinging' the machine. ie I want to be …

Member Avatar for bumsfeld
0
81
Member Avatar for Prashmon

import java.io.*; import java.awt.Frame; import java.awt.FlowLayout; import java.awt.Color; import java.awt.Insets; import java.awt.Dimension; import java.awt.event.WindowListener; import java.awt.event.WindowEvent; import java.util.Enumeration; import javax.comm.CommPort; import javax.comm.CommPortIdentifier; import javax.comm.SerialPort; import javax.comm.NoSuchPortException; import javax.comm.PortInUseException; public class BlackBox extends Frame implements WindowListener { static int portNum = 0, panelNum = 0, rcvDelay = 0; static SerialPortDisplay[] portDisp; …

Member Avatar for aniseed
0
164
Member Avatar for mattyd

I am in the end part of a Python Gui game build; it is going quite well but I am finding that I underestimated one area of the logic, incorrectly coding it: The game is blackjack. One area that, although it seemed simple on the surface (and in fact it …

Member Avatar for woooee
0
108
Member Avatar for mattyd

Hello: I am new to Java and I am working on a tutorial to familiarize myself with this language. The tutorial is a walk-through in building a basic text editor. So far the build is going fine, but I have come to a point where I am unsure how to …

Member Avatar for mattyd
0
265
Member Avatar for sandip.bhoi

Dear all, i am having a JTable, in which a column of each row is having a checkbox field. If the checkbox is checked then and then i should be able to modify the cells in that row, ...where the checkbox is. I have created the table with AbstractTableModel of …

Member Avatar for sandip.bhoi
0
163
Member Avatar for mattyd

About one month ago or so my Dr. Python compiler (interpreter) died. I had closed Dr. Python to go and eat dinner then came back to re-open and continued where I had stopped and... nothing. This came at a terrible time as I was in the middle of some very …

Member Avatar for Ene Uran
0
202
Member Avatar for mattyd

My current GUI program, in part, will display a button which the user may choose to press (or not, in some cases): [code] btn1 = Button(root ,bg="Black", text="HIT", image=image01,command=show_image2) btn1.configure(state=NORMAL,background='red' ) btn1.pack() [/code] This is basic and works fine. The issue I am having is that after the button is …

Member Avatar for mawe
0
3K
Member Avatar for jrcagle

Hi all, I know there have been several threads about getting card images into a GUI, but I'm flustered trying to understand why some things work and some things don't. Here's the code: [php] import random from Tkinter import * import Image, ImageTk class Card(object): suits = ["C","D","H","S"] values = …

Member Avatar for vegaseat
0
2K
Member Avatar for Dani

[b]Microsoft's Monopoly[/b] At this time, Microsoft owns an operating system monopoly with its line of Windows operating systems. UNIX, however, is an alternate OS mainly used by ... er, computer geeks. It's been out for many years and features a small kernel with all programs built around the kernel. This …

Member Avatar for mikeandike22
0
192
Member Avatar for lockettpots

Hi all My first time with this forum:). I'm running python 2.4.4 and unicode enabled wxPython on Windows XP. I'm writing a gui application which requires users to be able to type accented characters easily into a TextCtr. To this end I have built a set of tools on a …

Member Avatar for lockettpots
0
100
Member Avatar for loisengleny

I just have a quick question that I am hoping someone could help me out with. I have an assignment due about OOP's and GUI's and Event-Driven Programs. We have recently moved from structural design to these different designs...I and I seem to be confused a bit. Below is my …

Member Avatar for waqar-khan-777
0
150
Member Avatar for Corporal

It is a blue and white question mark with like a cr drive image with a red question mark, and they flash back and forth. I am including a hijackthis log. Logfile of HijackThis v1.99.1 Scan saved at 5:29:46 PM, on 12/17/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet …

Member Avatar for Corporal
0
175
Member Avatar for spacecowboy123

Hi All, I am new to java and am trying to display an image that i have loaded from disk in a GUI I have made by creating a class that extends Frame. I have several buttons and labels in a few different panel. All i want to do is …

0
78
Member Avatar for mattyd

I have been working on a GUI-based program using Tkinter; it is coming along nicely and I am very pleased with the results. I am at a point where I am trying to attempt a graphic manipulation of the GUI canvas. I have researched this but I am unsure what …

Member Avatar for jrcagle
0
2K
Member Avatar for sneekula

As you can see, I am playing around with the Tkinter GUI toolkit. How can I keep a number of widgets fixed in a location even when the user expands the window?

Member Avatar for sneekula
0
195
Member Avatar for sneekula
Member Avatar for sneekula
0
163
Member Avatar for mattyd

I have been working on a somewhat small Python GUI for a few weeks now primarily focusing on the GUI and not giving much in-depth thought to the logic of what is to be a simple card game. I assumed the logic to be in my head and in general …

Member Avatar for jrcagle
0
322
Member Avatar for tech291083

hi, can any one tell me a good GUI editor for php on fedora core 5 32 bit linux? i am looking for a development tool something like dreamweaver which is easy to use with menus, buttons etc. thanks.

Member Avatar for tech291083
0
91
Member Avatar for chris99

So the Text Adventure is lost. ;-;. I am working on a GUI to take a starting point and a destination input by the user, and scan a file to find a match for both. If it finds a match for Variable A + B then it will assign variable …

Member Avatar for Ene Uran
0
140
Member Avatar for mattyd

I am trying code a single button that will fire two commands, that is, it will open two image files with one button selection. I have researched this and have not found much directly related to this question; what I found was to use a def within a def, thus …

Member Avatar for Mouche
0
4K
Member Avatar for vegaseat

sharky_machine Offline Posting Whiz in Training Join Date: Oct 2006 Location: New York City Posts: 253 Rep Power: Re: Starting Python Today, 1:41 pm | Add to sharky_machine's Reputation | Add Infraction | Flag Bad Post | IP | #86 -------------------------------------------------------------------------------- Vegaseat: I have been reviewing this code you had …

Member Avatar for mattyd
0
306
Member Avatar for jackel

This is my 1st post ever. After working on this code for about 80 hours, I have decided to seek help from sources who actually know what they are doing. I am to modify a GUI program containing a combo box with a "circle". This circle is to be replaced …

0
55
Member Avatar for mattyd

Hello: I am trying to use the Python Sleep Function via [I]import time;[/I] I get results but not the results I am looking for. What I am trying to do is rather simple and only for visual effect in a Python GUI: [B]Display GIF --> Sleep (pause) 5-seconds --> Display …

Member Avatar for mattyd
0
426
Member Avatar for lenmasterj

Greetings, I certainly hope I can get a bit of help! I have never used hijack prior to this...nor have I had this scenario before. Its seems to be fairly common but each instance can be somewhat different. As per another thread I am providing my hijack logfile for help. …

Member Avatar for rpggamergirl
0
179
Member Avatar for yadavvirendra

:idea: im currently working on mechanical design based project . plateform is windows & language is c++ ,& for gui(graphical user interface) vc++, in vc++ when i run the code in debug mode it runs successfully,but when i run the same code in release mode it mostly create error like …

Member Avatar for Ancient Dragon
0
195

The End.