4,919 Topics
![]() | |
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 … | |
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 … | |
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 … | |
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 … | |
[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) | |
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 … | |
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 … | |
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 … | |
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 … | |
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!!!! | |
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 … | |
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 … | |
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. … | |
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, … ![]() | |
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 … | |
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!! | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
I need to design a GUI based on PyAUI. Do anybody have sample codes or tutorials that show the working of PyAUI. | |
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 … | |
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, … ![]() | |
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 … | |
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 … | |
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; … | |
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 … | |
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 ?? | |
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. … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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); … | |
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 … | |
![]() | 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 … |
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 … | |
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, … | |
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 … | |
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 … | |
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 … |
The End.