4,919 Topics

Member Avatar for
Member Avatar for Covinus

what are the best gui module of perl? i know tk. anyone here have any more suggestion?? im a total noob in perl... pls help me.. thanks

Member Avatar for Covinus
0
162
Member Avatar for gnulinuxlover

I found out a great HOWTO on configuring and using Subversion. This is actually the [B]most straightforward Subversion tutorial I've ever seen.[/B] It includes: - authentication over SSL (with Apache2), - permission management, - multiple repositories handling, - as well as hints for every-day work in command line and GUI. …

0
18
Member Avatar for Drowzee

Hello, everyone. It's been a while. I'm still working on the same Ultrasound machine GUI, but I'd taken time off for summer courses. Fortunately, thanks to the help I received here, I have made great advances in my program over the previous coder's attempt, but I'm now facing a bit …

1
84
Member Avatar for ryy705

Hi, I don't know if this is possible. I have a data structure that is displayed in various tabbed panels in various forms(JList/JCheckList etc.). Some of these panels are able to manipulate the data structure. Is there a way to attach some sort of ActionListener to data structure so whatever …

Member Avatar for MattEvans
0
109
Member Avatar for Mushy-pea

Hello everyone. I recently picked up a legal copy of OS X Tiger for x86 from the official Apple open source website. I am going to attempt to install it on an AMD Athlon based PC with 256 MB RAM and no SSE support. I will then attempt to grab …

Member Avatar for John A
0
205
Member Avatar for BoKi46

Hiya, My name is Boki and I'm an emerging multimedia interface designer. I'm professionally qualified in web design and have lots of experience there. I'm also learnt in filming and editing digital film, and have minor experiences in audio recording/editing. I've done quite a bit of graphic and corporate design …

Member Avatar for BoKi46
0
69
Member Avatar for ryy705

Hi, I need to learn how I can use a custom data structure in a JList. In my program when I click the Add button next to the JList a JOptionPane opens and takes a String input. The input is then used to create an object which is placed in …

Member Avatar for ryy705
0
195
Member Avatar for Nanci252

Same machine issues [B]also posted[/B] in Dead Machines. [COLOR=#0000ff]Press spacebar NOW to invoke Hardware Profile/Last Known Good Menu Windows NT could not start because the following file is missing or corrupt: \WINNT\SYSTEM32\CONFIG\SYSTEM[/COLOR] [COLOR=dimgray]Boot error message after Dell screen. [B]GX1[/B] machine, 'spose to be [B]running 98[/B], purch. ebay for dirt cheap, …

0
55
Member Avatar for sciocosmist

Can someone help me with writing the code to allow a JApplet to download some files to a user directory through a browser.:confused: I need to run a program accross a network, and I need to distribute multiple files using an applet. I have tried to get a *.jar file …

0
78
Member Avatar for ryy705

What is the best way to design gui? Is java's swing strong enough? Or should learn something like jaxx or JFace? What do you guys use?

Member Avatar for hooknc
0
218
Member Avatar for shinny

Hi there, I am trying to parse a CSV file, I have a program which will read in the contents of the file and display them to the console and i need to parse some of the fields, which I have no idea how to do [IMG]http://saloon.javaranch.com/ubb/frown.gif[/IMG] I am trying …

Member Avatar for hooknc
0
190
Member Avatar for MikeTiger

Hi, I need to get data from a C++ application to a spread sheet or notepad file, has anyone any idea how to do this. I have access to programme source code but not sure where to start.

Member Avatar for Ancient Dragon
0
184
Member Avatar for duckforceone

Greetings all. I have a question about if java can be made to do the following. As a player of card games and online games, i find that i often need to make a database of information. And it would be great if i could distribute those databases to friends …

Member Avatar for jwenting
0
171
Member Avatar for duckforceone

Hiya all. I am currently working on a database of information about a card game. But i have a question. What i would like to do, is make a stand alone program, that can show the card information, and let users modify a bit of it. It would need to …

Member Avatar for Comatose
0
125
Member Avatar for nichino

Hi All! My computer was infected with a barrage of spyware whilst I was doing a fresh install of Win XP and before I got my ZoneAlarm up and running. I've managed to eliminate most of them with Spybot and Ad-Aware, but I still have problems with my Internet Explorer …

0
53
Member Avatar for Fred Frazelle

the database module of the Open Source project OpenOffice. We (they) are having difficulties with the code in the Base module which allows updateable queries. See [url]http://www.openoffice.org/issues/show_bug.cgi?id=53377[/url] . i have volunteered to comb the web and place announcements on different sites in order to encourage volunteers to help with the …

0
81
Member Avatar for shapeshifter

hi, can anybody write a simple java program for the following pleasee.. coz i have loads of projects in my skool and i have to submit this within 2 days..coz i have to design an interface for this too "there are 20 houses 15 small houses and 5 big houses.if …

Member Avatar for Phaelax
0
82
Member Avatar for Rotak

Hi! I am writing a tool, that uses a HSQLDB database. The databases can get pretty big (the test DB is 21MB). I am using a standalone DB, so my application also acts as the DB-Server! Here's the problem: I want to show a message like "Loading database... Please wait!" …

Member Avatar for Rotak
0
130
Member Avatar for bkelly

Two questions: 1. What function will output N bytes of data? The data may contain and may end with numeric zero. 2. What function will cause the process to suspend for N milliseconds? An explanation for question 1. [code] struct modbus_structure { char device_address; char function_code; UINT function_address; UINT address; …

Member Avatar for Dave Sinkula
0
292
Member Avatar for Covinus

i was trying out some java gui's and when I tried the Panel nothing seems to come out. The frame does! but no panel. i was wondering it could be the JDK was old my version out home is jdk1.0.5 something like that. or my code was old school. The …

Member Avatar for hooknc
0
99
Member Avatar for L33VaNcL33F

Hello everybody, I'm totally newbie with c++ language. I'm using Visual C++ 2005 Express Edition. I like to make a working GUI with my first c++ code. My question is: How to insert this code to Windows Forms (GUI) that contain: 1. Press "Button" to randomly generate the number from …

Member Avatar for mostafadotnet
0
2K
Member Avatar for korbynlehr

I am having trouble getting my timer class working with my scoreboard frame and application. Any constructive help is appreciated. [code] public class ScoreboardTimer extends Thread { private int counter; // the number of seconds remaining on the timer private boolean isRunning; // toggle variable that controls whether the counter …

Member Avatar for peter_budo
0
169
Member Avatar for lhjava

Since I became a Sun Certified Java Programmer (conducted by Sun Microsystems) on January 11, 2001, I have been involved in web-based programming and development. Before that I had 4 years experience in windows programming. In the last three years working in one of the world top companies, I was …

Member Avatar for 'Stein
0
181
Member Avatar for geek

Hello all, I've been programming in c++ for about 2 years now, but all my c++ applications are console driven. I would like to start using GUI's but in c++ it takes a lot of effort to build a GUI application (using API's), now my question; what programming language do …

Member Avatar for Eddy Dean
0
134
Member Avatar for LBasa

Hey Guys, I've never used JLabel and JText Area before and this specific project requires it. I'm trying to create something that allows entry of student name, id and 2 grades. Then get the average of the 2 tests and show the letter grade equivalent. I'm getting error messages that …

Member Avatar for ranjanbaisak
0
603
Member Avatar for Jayzilla

Hi there, My niece often asks me to quiz her on her times tables, so I thought I'd spare myself any further effort and write a program to ask her random multiplication questions. I used Tkinter to create a GUI with a label asking the question, an entry box for …

Member Avatar for bumsfeld
0
131
Member Avatar for Stewie

I was going through lastnight and installing XP and I got a fatal error I made it the the text part of the installation fine, it was when the GUI part loaded up. I am trying to install it on a 25mb partition I don't know if that makes a …

Member Avatar for Stewie
0
100
Member Avatar for Lalo1985

Hi, I've been looking for a solution to this all over the web, and although I've found some approaches to it, none of them seem to really answer my question. Basically here it is: I currently have an application with a GUI in VB6. It's a pricelist Inessence, and the …

0
59
Member Avatar for Rikus

My computer`s harddrive crashed. Now I want to install XP (it was installed on the old harddrive) but it wont. It`s working until the setup reboots to go into the GUI phase and then the XP sign comes up. Then the normal light blue screen comes up and there it …

Member Avatar for jeliarra
0
129
Member Avatar for dctech

OK, I think my lil' sis must have downloaded some nasty virus/spyware stuff. I am getting popups for spyware programs and fake security messages. I looked up all the processes that were running and these look pretty suspiscous: ATMCLK.EXE wuauclt windows wgatray windows gen inetinfo.exe Trojan.W32.RONTOKBRO csrss.exe smss.exe dcomcfg.exe trojan …

Member Avatar for DMR
0
105
Member Avatar for ! !

Web services if taking off - but has anyone had an actual Coding job - as opposed to using a GUI type program

Member Avatar for RamiroS
0
82
Member Avatar for Dark_Omen

I am trying to develop a In-Game Music Controller, controls music players for gamers, but I am having trouble figuring out how I can make a UI that would come up over the game so that a person could use it without having to minimize it (sort of like xfire). …

Member Avatar for Dark_Omen
0
144
Member Avatar for TheNeglected

I have been having Anoying popups that just popup, they are named ULWindowSeek and ULWindowUrl, they both open at the same time.. I have done a "Clean" on my SmitfraudFix and it showed some files in the Temp. Decintery but they couldent be deleated. Heres my Hijack Log: Logfile of …

Member Avatar for TheNeglected
0
104
Member Avatar for Cudmore

Sooo... I just started designing the GUI for an application that I'm writing.. And, well, I can't get either the awt.TextArea OR the swing.JTextArea to work properly. Here are snapshots of both, along with the problems I am experiencing. If anyone can resolve these problems, please let me know.. I …

Member Avatar for Cudmore
0
259
Member Avatar for DotNetUser

I'm using Visual Studio .NET. The gui I'm implementing will be used on a wide screen. In the design view of the IDE, the form size is limited to the screen resolution. How can I stretch it to be the size of the wide screen so I can add controls …

0
63
Member Avatar for aeinstein

Hi All, [COLOR="Red"]Short & quick:[/COLOR] PowerBook G4 w/OS 9.2 & 10.4(? - upgraded from 10.0) won't boot up after aborted browser install. [COLOR="Blue"]The details:[/COLOR] My sister was trying to upgrade Netscape Navigator 4.7 to 8.1 on her OS 9.2 (she is running a dual boot OS 9.2/10.4(?) PowerBook G4 (15" …

Member Avatar for aeinstein
0
215
Member Avatar for crawf

Hi, I'm working on an assignment for school...one of the applets i have to develop is a colour picker...But unfortunately i'm having some trouble with it... I would just like to ask if anyone could help me along a little bit and give me some insight as what to do …

Member Avatar for crawf
0
216
Member Avatar for brounemmanuel

I can run processes with system or exec, but when i try to start a GUI, the process starts but doesnt show. If i test this on comandline it shows but not on server (am using Apache,)

Member Avatar for brounemmanuel
0
132
Member Avatar for motamedd

My external NTFS Lacie 500GB HD hangs randomly. The disk is full of data. I have tried running Norton Disk Doctor (2005), XP's CHKDSK /f or CHKDSK /f /r from command line, or XP's GUI version of chkdsk from the disk properties. They all hang when they encounter the bad …

Member Avatar for motamedd
0
232
Member Avatar for motamedd

My external NTFS Lacie 500GB HD hangs randomly. The disk is full of data. I have tried running Norton Disk Doctor (2005), XP's CHKDSK /f or CHKDSK /f /r from command line, or XP's GUI version of chkdsk from the disk properties. They all hang when they encounter the bad …

Member Avatar for motamedd
0
134
Member Avatar for luckycharms3657

i have been working on this for some time now and i get an error message that says "Could not find a match for 'vector<int>::vector(const int, const int, const int)' " heres my code. [code] #include<u:\C Plus\LVP\gui_top.h> #include<u:\C Plus\LVP\vector.h> //-------------------------------------------------------------------------------- class ButtonClass { public: ButtonClass(String Text, int X1,int Y1, int …

Member Avatar for Salem
0
88
Member Avatar for flybob

I have developed software a long time, but am new to GUI. For the last 6 weeks, I have been developing a database in MySQL, with mysqldb and controlling it with wxPython GUI code developed in Boa Constructor. Now that I have stuff IN the database, and screens to view …

0
59
Member Avatar for jayanprasad

matlab 7 04 has a neural network tool box in it with the GUI for creating new networks with a set of training algorithms(it doesnt have ART). can anyone working with matlab for neural networks tell me how to create more hidden layers for the network and change the network …

Member Avatar for b4codes
0
101
Member Avatar for brounemmanuel

Hello I am new in Perl and CGI. I want to write a program in perl that enables me to call executables, some of them maybe GUI. My starting point was to write a small program that would call an interface because this is on a local machine. Ultimately i …

Member Avatar for KevinADC
0
145
Member Avatar for cheong101

Hi ! When I was browsing the web today, my anti-virus software detected an attack of a " rdriv.sys" virus.It's in my system32 folder. I deleted the virus but my anti-virus software keeps detecting attacks from the same virus. This afternoon when I tried to start windows but it went …

Member Avatar for DMR
0
474
Member Avatar for jamezun

Hello! eveyone! I am new in here! But I got some urgent problem need to be solved shortly! please help me! I am designing a simple GUI card game by VC++.NET My game isnt complicated. However, I want to add some sound effect like maybe when I click a button? …

Member Avatar for jamezun
0
148
Member Avatar for davidhaul

Write a program in a high-level language which accepts as input a user's description of an E/R diagram, automatically converts this to a relational schema, and outputs both the E/R model and the relational schema in some readable and understandable form. The E/R model does not have to input graphically …

Member Avatar for pty
0
128
Member Avatar for rajashreeshinde

Hello All, I am developing a GUI application in wxPython on linux. I have to provide help menu describing tool's usage. I am not able to get any modules realated to this.Can anybody know how to develope help in wxPython? Thx, rajashree

Member Avatar for rajashreeshinde
0
379
Member Avatar for dark808

Ive been learning C++- for a bout a month and I want to start making simple button press GUI windws that i can use for informating people about things. (I'm in 8th grade so i'm not a math genius yet.:rolleyes:) The problem is that I don't know what I should …

Member Avatar for Lerner
0
98
Member Avatar for Varney

My ISP has set up only one DB in MySQL, for an electronics store. I want to have a bulletin board for books, but My ISP apparently does not know how to add a second db [i]and[/i]and arrange for separate permissions for each site. Can someone tell me where I …

Member Avatar for barnamos
0
87

The End.