4,919 Topics

Member Avatar for
Member Avatar for nabil1983

Ok got a new problem i've started to implement a GUI for my program but for some reason in the actionlistener metho i cannot pass the method i want to display.. I dont know what im doing wrong because i am not familiar with using GUIs... can somebody please help …

Member Avatar for jwenting
0
150
Member Avatar for JoeM

Hello!! I'm really new to python and pygtk and Glade, I'm sorry I'm still on the dark side using Windows 2000 :-( What I'm trying to do is a simple Testing Program Simulator, that means that I will press a button and then I'm supposed to show a cross or …

Member Avatar for vegaseat
0
305
Member Avatar for nabil1983

hello. Im having problems trying to get my jframe gui to work correctly i got the window all done fine but when i tell it to display somethis in the code , it comes up with errors when compiled. Can someone please tell me where im going wrong .. apreciate …

Member Avatar for DeepZ
0
187
Member Avatar for Forsal

Hi everybody Can you please explain me the weakpoints of c++ language? I think it is very difficult to create GUI in C++, isn't it? I also would like to know is there any method to combine C++ program and Java Program.

Member Avatar for Ancient Dragon
0
236
Member Avatar for Puckdropper

I'm looking for more information for a research paper I've been working on. After finding about 20 sites, and one very interesting one yesterday ([url]http://www.osnews.com/story.php?news_id=6282[/url]) I'm still short much of the meat of the paper. Does anyone know of any good sites that references keyboard vs mouse (in terms of …

Member Avatar for pty
0
90
Member Avatar for harlock59

[URL=http://www.geocities.com/aqua_luna_osx_xp/]http://www.geocities.com/aqua_luna_osx_xp/[/URL] for your information: Luna is the Windows Xp GUI(*) and Aqua is the Mac Os X's one. * gui means: graphical user interface (i know that the text of the tutorial is in french, but the softwares are the same as in english -> they have english names)

Member Avatar for Gantlett
0
69
Member Avatar for crws416

HI all, I'm having trouble putting a GUI on an existing java server program i have. I have added a frame to the code but all it does so far is pop up, there is no interaction.. I've tried moving all of my functions accross but to no avail.. i …

Member Avatar for jwenting
0
110
Member Avatar for Drowzee

Hello, everyone. I'm working on rebuilding a GUI for an ultrasound machine and magnetic position sensor. I'm rebuilding the GUI because the previous coder's work ran too slowly, not allowing for the 30 fps capture rate that the (less useful) company-provided code was capable of. The original company code is …

Member Avatar for Drowzee
0
491
Member Avatar for Efliction

Hey Guys and Gals I just seeing if anyone can help me out? I discovered how to convert a Gui textfeild into an String but cant seem to find the on the api to do it for an int? For example int num = tfNum*****; Just cant find a appropiate …

Member Avatar for tomkeys2006
0
130
Member Avatar for Chrisms

Alright. i'm hoping someone out there knows the answer to my question and is willing to help. I'm intrested in building my own periphial, and then writing a program to control it. The actual hardware part is easy enough once i figure out how to get my computer to communicate …

Member Avatar for Chrisms
0
303
Member Avatar for c_est_la_vie

already done the TIO one as follows: do { dStr=JOptionPane.showInputDialog("Please enter "+name+"'s demand:"); d=console.nextInt(); if (d<0) System.out.println("Demand can't be negative."); }while(d<0); but don't know how to transfer it into GUI style? anyone can help me? Thx!!!!

Member Avatar for Dark_Omen
0
101
Member Avatar for butterflyTee

Did I do this right and can you please help me. This program uses a GUI to input a user's first and last name, and construct and display a UserID. Although the program 'runs', there are several problems with it. Fix each of these problems in turn: 1) The text …

Member Avatar for mechdriver
0
173
Member Avatar for luromacor

Hi this is my first thread on this forum. Recently my pc is behaving in a strange way. It simply crashes randomly and without warning. When it happens the pc stays like this: . power led on . hard driver led constantly on . no screen output (monitor warns there's …

Member Avatar for angelopc
0
91
Member Avatar for buggytoast

Hey guys! :D My program implements the vector class however it only shows I know how to use the Vector Class, and not how to develop a code for a linked list :( My teacher says I can just do a copy paste job, which is precisely what I did. …

Member Avatar for buggytoast
0
148
Member Avatar for lev_arris

Hi guys, I'm currently making a GUI which displays a graph. At the moment it reads coordinates within an array in the code: public int datax[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; public int datay[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, …

Member Avatar for iamthwee
0
146
Member Avatar for buggytoast

Hi everyone! (it's been awhile XD) I've gone and done my homework. And here I am with a program that works...pretty well I think. There appears to be a problem with the saving/loading. Originally it worked without a problem, but when I attempted to make it more graphically friendly (when …

Member Avatar for buggytoast
0
147
Member Avatar for Sheki RDH

Depending upon the option selected in the combobox how can i display that option in a textfield .I'm using Jigloo software for creating GUI PLEASE HELP!!

Member Avatar for jwenting
0
66
Member Avatar for bumsfeld

This small program is neat: [CODE]import calendar calendar.prmonth(2006, 3) """ March 2006 Mo Tu We Th Fr Sa Su 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 …

Member Avatar for vegaseat
0
919
Member Avatar for harrypotter

I have installed fedora core 4 from hard disk partition in my system... Graphical interface is not starting. Even at the time of installation also graphical interface didn't come.. What should be done in order to get graphical interface... Please help me.. i'm new to linux

Member Avatar for andor
0
66
Member Avatar for Blujacker

Hi!I have a problem and i think you can help me!(Sorry my english.I learn just one year) Thats part of my program... [code] okno=Tk() text=Text() text.pack() def find(): print "I need help here" menubar = Menu(okno) editmenu = Menu(menubar, tearoff=0,bd=4) editmenu.add_command(label="Find", command=find) menubar.add_cascade(label="Edit", menu=editmenu) okno.config(menu=menubar) [/code] i need add to …

Member Avatar for Blujacker
0
98
Member Avatar for jigvesh

Well, I have done the following coding:- [code] import java.awt.*; import java.awt.event.*; public class line extends Component { /** * */ private static final long serialVersionUID = 1L; private int len; // private int nx,ny; private int relx,rely; boolean pressed = false; boolean endp = false; boolean resized=false; ActionListener actionListener …

Member Avatar for server_crash
0
90
Member Avatar for starbuck

Hello everyone!!! I'm very new to programming in general I'm working with VS 2005 and database built with sqlserver 2005 express. I've built a GUI to add new raw materials into a database Ive Dragged over my conn and adapter generated a dataset. I also am using a DG to …

Member Avatar for Mihir3000
0
104
Member Avatar for rickb20us

Regarding my subject line: Here's my HJT log. Can anyone help? Logfile of HijackThis v1.99.1 Scan saved at 4:21:38 PM, on 3/3/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\Program Files\Windows Defender\MsMpEng.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\LEXBCES.EXE C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\LEXPPS.EXE C:\WINDOWS\System32\hkcmd.exe …

Member Avatar for DMR
0
88
Member Avatar for souphmars

in VC++.NET i am trying to create a gui, to display live video, i am using Intel OpenCV - i need help integrating OpenCV - if you could write a short gui it would be greatly appreciated - thanks

Member Avatar for WolfPack
0
57
Member Avatar for hak

I know this is a noob question but where do i put my own code in this menu code for windows. [CODE]#include <windows.h> /* Declare Windows procedure */ LRESULT CALLBACK WindowProcedure(HWND, UINT, WPARAM, LPARAM); /* Make the class name into a global variable */ char szClassName[ ] = "WindowsApp"; int …

Member Avatar for bumsfeld
0
203
Member Avatar for dhanu_shiv

I need to design a GUI based on PyAUI. Do anybody have sample codes or tutorials that show the working of PyAUI.

Member Avatar for vegaseat
0
390
Member Avatar for complete

In C you can declare a function like this int average( int first, ... ) Where the ellipses denote a variable argument list. If I have a function like that in a c++ DLL and I want to link a Visual Basic GUI to it, how would that function be …

Member Avatar for Comatose
0
191
Member Avatar for MartyMcFly

Hey Guys I am looking, (with hardly any prior experience; some unix scripting knowledge), to write a Time Record program, which keeps track of how long people spend on each tasks. This may incorporate some Billing aspects at Version 2. I am willing to learn all the programming aspects required, …

Member Avatar for iamthwee
0
111
Member Avatar for seh1

Hi, This is my final question on my GUI , I promise. I wanted to create a global String array that once it was initialized and set in one GUI that it could be accessed by any of the other related GUIs or do I have to pass it from …

Member Avatar for hooknc
0
146
Member Avatar for boykin

Linux newbie any way ... MySql 5 installed eaisly on my Mandrake 10.1 box but the Gui admin tool MrSql-Administrator 1.1 will not. Is it my ineptness? Thans in advance :(

0
88
Member Avatar for seh1

Sorry I've asked a question about my GUI already but it's due Monday and I still having a few problems with it.... 1. When the GUIs opens it opens so that I have to change the size manually to view it i.e. the toolbar appears. Is there a way I …

Member Avatar for server_crash
0
147
Member Avatar for seh1

Hi, I wrote the following GUI. Its total crap but just need to get the basics working first. Its compiles fine and my Hello World test message comes up but no sign of the UI itself. Any ideas at all ? Much Thanks, Sean import javax.swing.JFrame; import java.awt.event.WindowEvent; import java.awt.Label; …

Member Avatar for seh1
0
123
Member Avatar for apcxpc

Hi all I am fairly new to C++, and am having problems creating a quick GUI application using the Win32 API. I'd like to use the "windows form project" option in Visual C++ ...which creates windows, textboxes, buttons etc. through a drag & drop interface. The problem is that I …

Member Avatar for WolfPack
0
130
Member Avatar for nanosani

How can I bring the GUI mode of FreeBSD. In Linux (RedHat) I can just press Ctrl-Alt-F7 and the GUI comes up ... but FreeBSD doesnt work that way ... so how does it work ??

Member Avatar for alc6379
0
228
Member Avatar for jbusmp

I have used the HJT thread to review the log and eliminated the partypoker I found there... I don't see any others as indicated in the thread. In IE and Firefox, when I try to get to hotmail I am redirected to a 'This domain has been recently purchased...' site. …

Member Avatar for jbusmp
0
76
Member Avatar for Prahaai

As the title says, i want to make a mIRC like interface. This is what i have right now: one form called Form1, one textbox called Text1 and another one called "main". [code] Dim TMPtxt As String * 50 Private Sub TextTest() Dim tt As String tt = Text1.Text Select …

Member Avatar for Prahaai
0
189
Member Avatar for visual one

Hey guys I need some help with my assignment. First let me start off by telling you guys that I am new to program writing. My professor isn't helping us at all, in fact half of my class has dropped the course. I have to write a program that has …

Member Avatar for jwenting
0
165
Member Avatar for javafan

Please see the code [code] import java.awt.*; // Defines basic classes for GUI programming. import java.awt.event.*; // Defines classes for working with events. import java.applet.*; // Defines the applet class. public class ColoredHelloWorldApplet extends Applet implements ActionListener { // Defines a subclass of Applet. The "implements ActionListener" // part says …

Member Avatar for javafan
0
232
Member Avatar for Chelbert

My computer has been lagging in start up for awhile now but today we had a blackout and when I turned my comp on it tries to show the desktop it gets as far as pentium 4 and it switches to black and at the bottom of the screen there …

Member Avatar for Chelbert
0
144
Member Avatar for Black Knight

Hi Just wondering if anyone can help. I have a gui and have assigned a KeyListener to it, It recognizes keyboard input for standard keys but doesnt seem to recognise special keys like shift and function keys? Is there some special way to be able to get it to react …

Member Avatar for Black Knight
0
169
Member Avatar for katharnakh

is there any tool like IDE which assists to develop the UI, like VB, drag and drop. i know that we get IDE with the Python package but we have to hard code for the UI. if there is any please suggest.

Member Avatar for bumsfeld
0
107
Member Avatar for javafan

Hi I am not able to set the position of Jpanel, having a tough time. Code is attached. 1. How can I reduce the gap between To and textbox Cc and textbox etc 2. How can I reduce the vertical space between Send/Contact/Spell/.... and the row containing To with textbox …

Member Avatar for jwenting
0
148
Member Avatar for sam1

hi all I have a class gui and a class server. I am using netbeans and there are no errors in those two classes. In the main class I have this : [CODE]public class Main { public static void main(String[] args) { MyServerGui g=new MyServerGui(); MyServer server1 = new MyServer(g); …

Member Avatar for sam1
0
114
Member Avatar for Drowzee

Hello, all. I'm working on a new project now that I can talk about. I've been hired to fix code that performs frame capture and magnetic sensor telemetry. I haven't worked in C# before this, but it is similar enough to the work I was doing when I last frequented …

Member Avatar for Drowzee
0
109
Member Avatar for iamthwee

Hello every1, My assinement is like so. I need to write a program which accepts a word at input and then checks to c if it is a palindrome. My teachers says that it must be dun using stacks :rolleyes: otherwise we won't get any marks. I have no idea …

Member Avatar for jwenting
0
230
Member Avatar for Acidburn

Hello, I'm trying to get an OOP MFC application working, so far it complies and everything but nothing happens. And I cant work out why. I would post code snippets but the simple fact is the MFC lib is far too big for that stuff. I've zipped up my project …

Member Avatar for Acidburn
0
379
Member Avatar for LiBOC

There are two things which I didn't or could not achieve with using maths.cos() from Java. First - When I calculate cos90 or cos270, it gives me absurb values. It should be 0. Meaning it cannot calculate if the angle lies on X axis. I tested with 91 or 271, …

Member Avatar for LiBOC
0
2K
Member Avatar for jbusmp

Even with Norton in full protection mode and Spyware blaster and a couple of others I somehow got infected with this searchportal bug. I've tried to read through several of the threads on the topic and followed the guidance and now have a few questions myself... after the questions is …

Member Avatar for jbusmp
0
92
Member Avatar for sam1

hi everyone, I have some experience with netbeans, but it is my first time for a java application. I was wondering, as the main is already placed in a package, where would i place the other classes. Is there a rule or something. Because I saw the sample and the …

Member Avatar for sam1
0
113
Member Avatar for Frank0051

Hello, I'm currently creating a PlayList for a media application I am working on. I'm using a JList as the GUI object for the PlayList and a DefaultListModel as the storage area to be held in the PlayList. I was hoping that if I was to pass a DefaultListModel object …

Member Avatar for Frank0051
0
228

The End.