4,919 Topics

Member Avatar for
Member Avatar for FireNWater

I got Python installed on my AT&T Tilt and have been able to send *.py programs from my PC over to the phone. However, when I try to write a Python program using Word Mobile or the Note program I can't figure out how to save the program with a …

Member Avatar for EAnder
0
87
Member Avatar for Melab

I'm looking for a very easy to use compiler that I don't have compile or download any other stuff for and on that is a GUI app.

Member Avatar for Narue
0
83
Member Avatar for maydhyam

Hi, Could anyone help me with this problem, the following code contains the GUI for a chargeback application which was handed on to me. I want to be able to test the components DC1 and DC2 to make sure information was entered when the btnGenChargeReport button is clicked... :?: I …

Member Avatar for maydhyam
0
759
Member Avatar for Stefano Mtangoo

Hello guys, I'm trying to make a program that will : at startup it will give you login Dialog which will connect to database. Then it will bring Main window displaying tables. Then I have Another dialog to do some editing of Tables. Here are my two Questions: Is it …

Member Avatar for Stefano Mtangoo
0
182
Member Avatar for TonyG.

Unforunately, i was caught off guard and got the facebook virus and have noticed kenny18.exe running on my pc and have been searching for a way to get rid of it. I've been reading another thread here about it, but i didnt want to cause any confusion in that thread …

Member Avatar for jholland1964
0
190
Member Avatar for k2k

I just started learning php and mySQL, if i want to create 2 tables, how do i connect them with a foreign key? In oracle, it is something like below, would any one point out what have to change to make it work in mySQL? phpMyadmin GUI doesn't seem like …

Member Avatar for debasisdas
0
71
Member Avatar for Clipper34

Hey guys, well how would you go about making a GUI, i've seen examples with Tkinter. But how would you place the button exactly where you want them. Also would you set an event for a button or field for example if the button is clicked it connects to a …

Member Avatar for Stefano Mtangoo
0
103
Member Avatar for frank754

I'm really hoping someone can help me on this, I may have overlooked some info somewhere doing numerous searches in the past week, but what I'm trying to do is quite simple. I have a handheld inventory device (circa early 90's but still in prolific use in the industry) that …

Member Avatar for plumsauce
0
187
Member Avatar for ComeAsYouAre

Hello all! I need to write simple game with Forms, Buttons, but by using only!!! .dpr file. I tried to transfer the information from .pas, .dfm files and even has achieved success to compile it, but at start there is an exception EResNotFound ('Resourse TForm1 not found') I shall be …

Member Avatar for MoZo1
0
463
Member Avatar for ymf

I'm trying to get a GUI application to display an image. So far I've got this bit of code: [CODE=java] import javax.swing.*; import java.awt.*; public class DemoImage extends JFrame { public void showImage() { // creates the actual frame with title 'My GUI' and dimensions JFrame frame = new JFrame("My …

Member Avatar for peter_budo
0
194
Member Avatar for PoovenM

Hi guys, I'm not really sure how to ask this or what to even search for. I want to write a Java program that can feed data into another program. If the other program had command line parameters then I'd know what to do, but suppose the program I want …

Member Avatar for PoovenM
0
127
Member Avatar for BradenMurphy

Hey, Does anyone know any good packages that include a way to create 2d ghx along with GUI for C++. what I've got atm is wxwidgets for GUI and allegro for 2d ghx. I do not know how to combine the 2. So if someone cud tell me how to …

0
58
Member Avatar for ishitac

Logic circuit builder is a software that simulates AND,OR,XOR gates.I want to give it an attractive GUI wherein gates can be dragged/dropped.How do i accomplish drag and drop in Java?For instance if there is a buuton with an AND gate.if the user clicks on it and drags the mouse pointer …

Member Avatar for Ezzaral
0
262
Member Avatar for lllllIllIlllI

Hi I have fiddled around with other GUI's such as pygame and wxPython but i wanted to use something a little more powerful when it came to 3D objects and i saw what PyOpenGl can do. But i spent ages looking for any help but i couldn't find any place …

Member Avatar for lllllIllIlllI
0
684
Member Avatar for iamgame

Anyway, sometime back, I wrote a little and simple GUI application (using wPython) which I call the Jumbled Words game. This was my first step into wxPython. Not a serious project at all, but hey, a nice project for a Python newbie like me at that time. :) You can …

Member Avatar for iamgame
0
761
Member Avatar for clueless101

This program is suppose to allow the user to enter a student's name and (4) scores via GUI, instead of Scanner class. The class is to use a String array for 5 names, an array of 5 characters to hold letter grades, and 5 arrays of four doubles for each …

Member Avatar for VernonDozier
0
175
Member Avatar for niks1234

hi, Am new to Daniweb. Name is Nik. Am currently doing a project in Python to create a visualization tool for OSSEC HIDS. I created the GUI using Boa Constructor which works with wx.python. But now i am stuck as to how to retrieve data from OSSEC and show them …

Member Avatar for niks1234
0
109
Member Avatar for bozovilla

Can anyone recommend any sample code for a GUI design for an aircraft instrument panel?

Member Avatar for Ezzaral
0
55
Member Avatar for foehner

I have a VB6 program that does some image processing. It works fine when used thru both the GUI or non-GUI command line. My problem is that if I am in a command window and run the executable with arguments, it returns to the command window prompt after just a …

Member Avatar for foehner
0
124
Member Avatar for daniel50096230

Hi,I had created a Combobox called cboStart at the GUI form...Now I would like to add the integer of 1 to 12 into the combobox,may I know how can I do it?

Member Avatar for javaAddict
0
156
Member Avatar for Adrian99420

Hi, I am developing a GUI using visual C++ 2005 express edition. I created a window forms (form1.h) with some buttons and codes. Next I added another new window forms (form2.h)with a single button. I wish to link the form2.h to form1.h with a single button click. I searched and …

Member Avatar for Naisan_Yazdani
0
107
Member Avatar for srs_grp

Hi!! We are planning to do r project in c++. Is there any good library available for creating GUI in c++?

Member Avatar for Alex Edwards
0
76
Member Avatar for lid

Hello, I would like to know if i could launch via a Python GUI an ogr2ogr command : ogr2ogr -f "GPX" -nlt POINT "C:\....gpx" "C:\....mif" I would proposate a GUI where people choose in 2 fields their files, select "POINT" in a list (if Waypoints and POPYLINE for Routes or …

Member Avatar for jlm699
0
117
Member Avatar for xec

hi guys i kinda need help with my project, i never dealt with GUI and i am stuck on this project. if anyone can help plz. the project is a MAZE but to start i wanna know how to to start the First event handler: [code=csharp] public partial class MazeBoard …

Member Avatar for LizR
0
73
Member Avatar for ceebs

Thanks in advance for the help. I’m fairly new to Python so please forgive me if I don’t quite use the correct terminology. I have a very simple serial port interface (non-gui) application that I run on windows. Upon closing the window, I want the program to run some cleanup …

0
47
Member Avatar for BattlingMaxo

I havebeen using wxdev c++ but have problems when compiling directx code even though I have installed devpaks for DX9 anyway i think the best thing is for me to get a real compiler not freeware. Are there any good compilers that have gui design tools that will compile directx …

Member Avatar for BattlingMaxo
0
121
Member Avatar for mightymouse_too

I currently have two hard disks in my computer: c: - running vista operating system no problems - Primary master - (80gb) d: - completely empty - Secondary Slave - (200gb) And obviously a dvd drive (Secondary master). My aim is to put XP onto d: as it is blank. …

Member Avatar for cubmar
0
158
Member Avatar for vocalstud69

I was wondering how Python would work with this program I wanted to make. I have very little experience with Python, so bare with me. What I wanted was to make a program that brought up quotes randomly from a .txt file and put them in a XP/Vista message bubble …

Member Avatar for zachabesh
0
3K
Member Avatar for kylcrow

Hi everyone. I wrote a Rock Paper Scissors program my first quarter of C++ two years ago, and now I have a job at a programming job. I showed someone my little easy program and they challenged me to make a verson 2.0 with AI and a gui. The Gui …

Member Avatar for kylcrow
0
321
Member Avatar for tyserman5674

Hi Everyone, I am having some problems here and it must be that I don't have something turned on or something. I just started a new program and have placed buttons, text boxes ect. on the GUI. The problem is that when I go to the code portion of the …

Member Avatar for Jx_Man
0
129
Member Avatar for coolanup19

just have a look over problem............ The participants are required to design a game called Connect Four , also called Four in a Row. The game was published under the famous Connect Four trademark by Milton Bradley in 1974; however, the much older original version is known as "The Captain's …

Member Avatar for Ezzaral
0
86
Member Avatar for chbailey

Very simple question but this has been annoying me for a few days. I have tried quite a few different things to get this working but its starting to piss me off. So basically I am trying to get a simple WPF app to run through a folder, copy some …

Member Avatar for LizR
0
181
Member Avatar for lllllIllIlllI

Hey everyone I am interested in learning Pygame as a GUI that is suited to making games and i was wondering if it was worth it? My question is, is it good for anything else than games or animations?

Member Avatar for Ene Uran
0
110
Member Avatar for Caiterz

Ok in the journal community, livejournal, you are limited to 1000 tags. THey decided to do this randomly after i accumulated more than 1000 tags. So I want to merge tags.. there is only one script out there. (LJ themselves dont support merging) [url]http://community.livejournal.com/lj_nifty/156195.html[/url] - the EXE [url]http://community.livejournal.com/lj_nifty/155984.html[/url] - the …

0
55
Member Avatar for anderson

I am writing an application using python to display a FITS image file. I am using pythoncard to build GUI for my application.I can display image files in jpeg, .png, etc . but I am not able to dispaly FITS image in the same application...I donot understand why I am …

Member Avatar for anderson
0
277
Member Avatar for riteshtonk

Hi, I am trying to add a new ocx control in MMC. For that, I first register the ocx control from commandline using the following command regsvr32 mycontrol.ocx Then I launch the MMC application and add the ocx from the "File > Add/Remove Snap-in" Once the ocx is launched, it …

0
63
Member Avatar for garbee

Every time i try to update Superantispyware definitions they seem to be blocked. Also when I search with google or any other engine and pick a result I am rerouted to an advertising site, I am now getting spyware warnings popping up with antispyware suggestions. Here is my hijackthis log …

Member Avatar for jholland1964
0
267
Member Avatar for somename

Hello. My question is about perlTk. I'm wondering how to write a gui app like that: it has 2 buttons, 1 is "run" and 2 is "stop". App should run some function and when i press "stop" button, it should stop. But when "run" button pressed whole app gets inactive …

0
54
Member Avatar for shelly2373

I have a program i have been working on for my Java class and it is due by the end of this week. My problem is a few things...(1) I do not know how to set the actions on the buttons Save, Delete, Modify and Add. Also I was able …

Member Avatar for deush
0
449
Member Avatar for bleh1318

Hi all, I just wanted to ask for your guys advice on two topics. The first one is I'm wondering what is the best library to use for a hash table in a C++, what do you guys use? Or do you implement your own? The second thing is, when …

Member Avatar for Narue
0
120
Member Avatar for fromthatside

hello , before 5 months I made a program by c language by borland c++ compiler v 3.1 . and it was run on console application.(dos). so. now i would like to make GUI program by vc++ 6 and this GUI program have a botton and when i will press …

Member Avatar for fromthatside
0
134
Member Avatar for dlacloche

So, I've been poking around in MS SQL for a while and it kinda looks like Access a little, but it seems harder to enter data, change data, etc. Not very user friendly to a person used to Access. I've been using Enterprise Manager and Query Analizer, but it takes …

Member Avatar for dickersonka
0
62
Member Avatar for Stefano Mtangoo

Hello there! I greet you all, I have a question on Database. First of all I'm completely new In Database realm and know a little . Just definition and little about it. Can anyone tell me how to do database programming (Specifically MySQL) in both server and embeded sever mode, …

Member Avatar for Stefano Mtangoo
0
133
Member Avatar for kxh29

Hello All: Just wanted to inquire about Visual Basic. As I understand it, it is a tool to create GUI's on windows platforms. I would like to know where I could find an online tutorial for novices. Also, does VB, can VB interface with Sybase Databases using TransAct SQL....???? Thanks …

Member Avatar for bruce2424
0
144
Member Avatar for lordx78

[code=java] /* * IconDisplayer.java is a 1.4 application that requires the following files: * images/rocketship.gif */ import java.awt.AlphaComposite; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Insets; import java.awt.Rectangle; import javax.swing.BorderFactory; import javax.swing.Icon; import javax.swing.ImageIcon; import javax.swing.JComponent; import javax.swing.JFrame; /* * This component displays a single icon one or …

Member Avatar for Ezzaral
0
280
Member Avatar for Stefano Mtangoo

Hello there! I greet you all, I have a question on Database. First of all I'm completely new In Database realm and know a little . Just definition and little about it. Can anyone tell me how to do database programming (Specifically MySQL) in both server and embeded sever mode, …

0
53
Member Avatar for Stefano Mtangoo

Hello there! I greet you all, I have a question on Database. First of all I'm completely new In Database realm and know a little . Just definition and little about it. Can anyone tell me how to do database programming (Specifically MySQL) in both server and embeded sever mode, …

0
65
Member Avatar for lllllIllIlllI

Hi I have made a program that uses a GUI for most of its functions but as soon as i change it to an exe using py2exe all the buttons turn all square and everythin looks like it came from windows 98 rather than XP. Is there any way to …

Member Avatar for lllllIllIlllI
0
903
Member Avatar for sparis

I would like to ask your opinion[s] about how to approach the problem of generating Swing application UIs at runtime. And, to start: I am writing a Swing client application - not an applet and not a browser-based application. My IDEAL user experience would be to simply display DHTML in …

Member Avatar for sciwizeh
0
124
Member Avatar for Stefano Mtangoo

Hello Guys, Here we have monitoring system using telnen address. I hate dos black window and I want to wrapp that address to Nice Gui. I have no clue how to do rather than hear something about piping! I want to catch keyboard commands (like press F9 to display all) …

0
49

The End.