0
votes
1answer
11 views
GUI Only By Using FPC
Hello,
I want to know how I can develop GUI applications(32 Bits) without using Delphi language(Object Pascsl), only by using FPC with Lazarus installed(Pascal). Thanks.
1
vote
2answers
35 views
Java swing. How to wait for other Jframes
In a JFrame, when I click on 'login', I pop up another Jframe which is the login window.
How do I make my main Jframe wait for my login Jframe to exit, before doing anything else?
1
vote
4answers
190 views
What do you use as WPF alternative for Win32 Delphi?
If you are sticking with Delphi for Win32, what do you use as GUI framework, in order to approach the versatility and performance of the WPF framework on .NET?
There are some alternatives out there, …
1
vote
2answers
55 views
Cannot display image on Jpanel
I'm using the Netbeans GUI builder, but it's a little confusing now. How can I add an image to a panel? I think i'm doing it correct, but it's not showing up. I think it should be in the init() …
0
votes
3answers
37 views
On Win32, how to detect whether a Left Shift or Right ALT is pressed using Perl, Python, or Ruby (or C)?
On Win32, I wonder how to detect whether Left Shift or Right ALT is pressed using Perl, Python, or Ruby (or even in C)?
Not just for the current window, but the global environment overall. …
2
votes
1answer
52 views
How do I remote control a GUI application?
I can easily control a console based app with the input and output streams from Java's Runtime.exec() method. How would I control a GUI based application in the same manner. I have looked at the Robot …
0
votes
1answer
38 views
AS3 Object Oriented GUI Design
I'm trying to make a small Flash game that has a GUI, which is basically a menu where players can select certain items, sort of like the Tower Defense games.
Would it be a good idea to make the GUI …
1
vote
6answers
51 views
How do I determine the “narrowest” font on Windows?
Hello
I am looking for a way to find the font that uses the least average horizontal space per letter, since I have a few buttons in my application that need to show a rather long text in it, and …
1
vote
3answers
53 views
Photoshop style GUI design
In a tool such as Photoshop, there is a selection of tools you can click on (e.g. pen, brush etc). Once you click on a tool, you can use that tool to paint, erase etc depending on what tool is …
0
votes
2answers
42 views
How to display integers in messagebox in Visual C#?
I am trying to use a messagebox to debug a Visual C# program. When I click a button I want a simple messagebox to popup and display the values of several integer variables. This is what I have
…
2
votes
4answers
95 views
What are the differences between Gtk+ and Qt?
A lot of people seem to have an opinion about which is better. I'm not really asking for these opinions, what I'd like to know are the details: What are the things that make one graphical toolkit …
1
vote
2answers
73 views
Windows 7 GUI reference
I maintain a large C++ application using Win32 and i want to use some of the new controls introduced in Vista/Windows 7 (New ballon help, command links, status bar notofications.
I have downloaded …
1
vote
3answers
46 views
How to make a simple popup box in Visual C#?
When I click a button, I want a box to popup on the screen and display a simple message. Nothing fancy really. How would I do that?
0
votes
2answers
42 views
Digital or LCD-like display class?
I remember seeing a tutorial on Sun's site that had a class for a digital-like display, but I can no longer find it.
How would you make numbers appear like a digital clock, using Swing?
4
votes
5answers
79 views
Are there Perl GUI builders, especially for WxPerl?
Are there good GUI builder for Perl GUI libraries, especially for WxPerl?
