active questions tagged gui - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T06:53:00Z http://stackoverflow.com/feeds/tag/gui http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1814193/java-help-how-to-draw-images 0 Java help. How to draw images unknown (google) 2009-11-28T23:59:53Z 2009-11-29T00:26:28Z <p>Hi I'm starting to work on this project where I need to have a picture (map of the US) and then I need to circles of different sizes on the map at different locations. Something like this: <a href="http://www.npr.org/templates/story/story.php?storyId=110997398" rel="nofollow">http://www.npr.org/templates/story/story.php?storyId=110997398</a></p> <p>What's the best way to go about doing it? I've never dealt with Java 2-d but I'm guessing that's what I should use.</p> http://stackoverflow.com/questions/1813872/running-a-process-in-pythonw-with-popen-without-a-console 0 Running a process in pythonw with Popen without a console sb 2009-11-28T21:50:26Z 2009-11-28T23:27:55Z <p>I have a program with a GUI that runs an external program through a Popen call:</p> <pre><code>p = subprocess.Popen("&lt;commands&gt;" , stdout=subprocess.PIPE , stderr=subprocess.PIPE , cwd=os.getcwd()) p.communicate() </code></pre> <p>But a console pops up, regardless of what I do (I've also tried passing it NUL for the file handle). Is there any way to do that without getting the binary I call to free its console?</p> http://stackoverflow.com/questions/1813477/gui-only-by-using-fpc 0 GUI Only By Using FPC Nathan Campos 2009-11-28T19:18:15Z 2009-11-28T20:37:17Z <p>Hello,<br /> 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.</p> http://stackoverflow.com/questions/1823/writing-a-conways-game-of-life-program 14 Writing A "Conway's Game of Life" Program akdom 2008-08-05T02:17:45Z 2009-11-28T19:52:47Z <p>Alright, so I've always wanted to write myself a nice little <strong>Game of Life</strong> program where you could play with the rules and adjust the number of cells and such; I've just never really had the time to mess around to do this (until recently). I understand the basic algorithm and such (if you don't, go to the <a href="http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life" rel="nofollow">Game of Life</a> Wikipedia page to check it out.) but only have a little experience with GUI programming. I'm considering doing this in python, but I was really wanting to figure out how to go about doing this in general, so feel free to give code snippets in your language of choice.</p> <p>To summarise:</p> <ul> <li><strong>How would you go about programming a "Conway's Game of Life" simulation in your language of choice?</strong></li> </ul> http://stackoverflow.com/questions/1804183/as3-object-oriented-gui-design 0 AS3 Object Oriented GUI Design helloworlder 2009-11-26T15:03:01Z 2009-11-28T18:50:46Z <p>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. </p> <p>Would it be a good idea to make the GUI a singleton? Because obviously there can only be 1 instance of the GUI class. </p> <p>Is there a better way?</p> http://stackoverflow.com/questions/1353181/custom-owner-draw-control-in-pyqt 0 Custom/Owner draw control in PyQt? m3rLinEz 2009-08-30T05:57:23Z 2009-11-28T18:45:08Z <p>I am learning PyQt and wonder if one can create custom/owner draw control like one show in the figure below:</p> <blockquote> <p><img src="http://lh5.ggpht.com/%5F5XDoB4MglkY/SpoT51SXR1I/AAAAAAAAFcU/ZXjzmhRyDVA/s400/SearchBox.png" alt="alt text" /></p> </blockquote> <p>The search box has magnifier icon on its right border. Is this kind of thing possible with PyQt? Thanks!</p> http://stackoverflow.com/questions/1812255/blackberry-how-to-do-text-wrapping-in-listfield-with-checkboxes 0 Blackberry - How to do text wrapping in ListField with Checkboxes? Shreyas 2009-11-28T11:04:13Z 2009-11-28T12:03:18Z <p>Hi all,</p> <p>I m creating a ListField with Checkboxes from <a href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800345/How%5FTo%5F-%5FCreate%5Fa%5FListField%5Fwith%5Fcheck%5Fboxes.html?nodeid=1165752&amp;vernum=0" rel="nofollow">How To - Create a ListField with check boxes</a><br> But I m not getting how to wrap Text in a row in that ListField.<br> I referred the thread <a href="http://supportforums.blackberry.com/t5/Java-Development/Text-Wrapping-for-text-in-List-Field-items/td-p/232896" rel="nofollow">Text Wrapping for text in List Field items</a></p> <p>Here its written as </p> <blockquote> <p>If all you are displaying is text, then I would go with the approach suggested by rab.</p> </blockquote> <p>I m displaying Text only in ListField which I want to wrap if it doesnt fit within device screen.<br> But i m not getting "approach suggested by rab" in which How to calculate?</p> <blockquote> <p>String [] linesToDraw = calculate the number of lines depending on the row width </p> </blockquote> <p>I m stucked at this so any details on this issue ?</p> http://stackoverflow.com/questions/1812012/java-swing-how-to-wait-for-other-jframes 1 Java swing. How to wait for other Jframes unknown (google) 2009-11-28T08:48:58Z 2009-11-28T10:42:13Z <p>In a JFrame, when I click on 'login', I pop up another Jframe which is the login window.</p> <p>How do I make my main Jframe wait for my login Jframe to exit, before doing anything else?</p> http://stackoverflow.com/questions/1809339/what-do-you-use-as-wpf-alternative-for-win32-delphi 1 What do you use as WPF alternative for Win32 Delphi? Domus 2009-11-27T15:21:20Z 2009-11-28T07:33:32Z <p>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?</p> <p>There are some alternatives out there, such as DXScene, but it appears to have a problem with font clarity. Graphics32 and AGG are excellent low-level libraries, but lack a high-level design environment or IDE-plugin.</p> <p>What do you use to implement a modern vector-based GUI?</p> http://stackoverflow.com/questions/1811206/on-win32-how-to-detect-whether-a-left-shift-or-right-alt-is-pressed-using-perl 0 On Win32, how to detect whether a Left Shift or Right ALT is pressed using Perl, Python, or Ruby (or C)? Jian Lin 2009-11-28T01:02:43Z 2009-11-28T06:25:36Z <p>On Win32, I wonder how to detect whether Left Shift or Right ALT is pressed using Perl, Python, or Ruby (or even in C)? </p> <p>Not just for the current window, but the global environment overall. Example: when I am typing a document, I can press Right ALT to start the music player written in Ruby, and then press Right ALT again and it can pause or stop the program. thanks.</p> http://stackoverflow.com/questions/1811241/cannot-display-image-on-jpanel 1 Cannot display image on Jpanel unknown (google) 2009-11-28T01:26:05Z 2009-11-28T05:23:56Z <p>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() method, but netbeans does not allow me to change that part of the code. This is the code I added for the image:</p> <pre><code> //these four lines I added to add the image imageIcon = new ImageIcon("login_icon.png"); image = new JLabel(imageIcon); image.setToolTipText("SGS Security"); topPanel.add(image); </code></pre> <p>My Class starts here:</p> <pre><code>/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * Login.java * * Created on Oct 27, 2009, 8:34:15 PM */ package sgs; import javax.swing.ImageIcon; import javax.swing.JLabel; public class Login extends javax.swing.JFrame { JLabel image; ImageIcon imageIcon; /** Creates new form Login */ public Login() { initComponents(); //these four lines I added to add the image imageIcon = new ImageIcon("login_icon.png"); image = new JLabel(imageIcon); image.setToolTipText("SGS Security"); topPanel.add(image); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the Form Editor. */ @SuppressWarnings("unchecked") // &lt;editor-fold defaultstate="collapsed" desc="Generated Code"&gt; private void initComponents() { topPanel = new javax.swing.JPanel(); userLabel = new javax.swing.JLabel(); passwordLabel = new javax.swing.JLabel(); connectLabel = new javax.swing.JLabel(); forgotPassLabel = new javax.swing.JLabel(); forgotPassCheckBox = new javax.swing.JCheckBox(); cancelButton = new javax.swing.JButton(); okButton = new javax.swing.JButton(); passwordTextField = new javax.swing.JTextField(); userTextField = new javax.swing.JTextField(); setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); setBackground(new java.awt.Color(216, 156, 60)); topPanel.setBackground(new java.awt.Color(28, 90, 198)); javax.swing.GroupLayout topPanelLayout = new javax.swing.GroupLayout(topPanel); topPanel.setLayout(topPanelLayout); topPanelLayout.setHorizontalGroup( topPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGap(0, 406, Short.MAX_VALUE) ); topPanelLayout.setVerticalGroup( topPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGap(0, 71, Short.MAX_VALUE) ); userLabel.setText("User name:"); passwordLabel.setText("Password:"); connectLabel.setText("Connect to SGS"); forgotPassLabel.setText("Forgot password"); forgotPassCheckBox.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { forgotPassCheckBoxActionPerformed(evt); } }); cancelButton.setText("Cancel"); okButton.setText("OK"); okButton.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { okButtonActionPerformed(evt); } }); userTextField.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { userTextFieldActionPerformed(evt); } }); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING) .addComponent(connectLabel) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(passwordLabel) .addComponent(userLabel))) .addGap(30, 30, 30) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) .addComponent(userTextField) .addComponent(passwordTextField) .addGroup(layout.createSequentialGroup() .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(forgotPassCheckBox) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(forgotPassLabel)) .addGroup(layout.createSequentialGroup() .addGap(32, 32, 32) .addComponent(okButton, javax.swing.GroupLayout.PREFERRED_SIZE, 101, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(28, 28, 28) .addComponent(cancelButton, javax.swing.GroupLayout.PREFERRED_SIZE, 101, javax.swing.GroupLayout.PREFERRED_SIZE))) .addContainerGap()) .addComponent(topPanel, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addComponent(topPanel, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(27, 27, 27) .addComponent(connectLabel) .addGap(34, 34, 34) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(userLabel) .addComponent(userTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(passwordLabel) .addComponent(passwordTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING) .addComponent(forgotPassLabel) .addComponent(forgotPassCheckBox)) .addGap(23, 23, 23) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(okButton, javax.swing.GroupLayout.PREFERRED_SIZE, 31, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(cancelButton, javax.swing.GroupLayout.DEFAULT_SIZE, 31, Short.MAX_VALUE)) .addContainerGap()) ); pack(); }// &lt;/editor-fold&gt; private void forgotPassCheckBoxActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: } private void userTextFieldActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: } private void okButtonActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: } /** * @param args the command line arguments */ public static void main(String args[]) { java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Login().setVisible(true); } }); } // Variables declaration - do not modify private javax.swing.JButton cancelButton; private javax.swing.JLabel connectLabel; private javax.swing.JCheckBox forgotPassCheckBox; private javax.swing.JLabel forgotPassLabel; private javax.swing.JButton okButton; private javax.swing.JLabel passwordLabel; private javax.swing.JTextField passwordTextField; private javax.swing.JPanel topPanel; private javax.swing.JLabel userLabel; private javax.swing.JTextField userTextField; // End of variables declaration } </code></pre> http://stackoverflow.com/questions/1811049/how-do-i-remote-control-a-gui-application 2 How do I remote control a GUI application? Samuel 2009-11-27T23:55:01Z 2009-11-28T01:29:07Z <p>I can easily control a console based app with the input and output streams from Java's <code>Runtime.exec()</code> method. How would I control a GUI based application in the same manner. I have looked at the Robot class, but there is no way for me to control one application programmatically. Is there another Java library, or even another language's library that would allow me to spawn a GUI application and then be able to control that application?</p> http://stackoverflow.com/questions/1807640/how-do-i-determine-the-narrowest-font-on-windows 1 How do I determine the "narrowest" font on Windows? René Nyffenegger 2009-11-27T09:23:55Z 2009-11-27T14:47:49Z <p>Hello </p> <p>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 the goal is to make the buttons with the minimal width necessary.</p> <p>Since I already know the environment where the application is going to be installed, the solution needs not necessarily be a script or program, it is sufficient for me to have the font at design time.</p> <p>For what it is worth, it is going to be an ms-Access application.</p> http://stackoverflow.com/questions/1803007/windows-7-gui-reference 1 Windows 7 GUI reference RED SOFT ADAIR-StefanWoe 2009-11-26T10:56:37Z 2009-11-27T11:41:03Z <p>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. </p> <p>I have downloaded the <a href="http://msdn.microsoft.com/en-us/library/aa511258.aspx" rel="nofollow">Windows User Experience Interaction Guidelines</a>, but i dont find a corresponding API Reference. I know that some of these controls will be not available from core Win32 - so i am looking as well for some source about which controls need which API (WPF or whatever).</p> <p>Any Links?</p> http://stackoverflow.com/questions/1720015/blackberry-custom-layout 0 BlackBerry - Custom Layout Rateesh 2009-11-12T05:07:14Z 2009-11-27T09:05:51Z <p>Hi All,</p> <p>I am very much new to the Blacberry development environment. I am trying to make a simple calculator application. But when i implement buttons it is always displaying one below the another. I need to custom place the controls. Is there any way to make the layout custom so that i can place my controls as i wish.</p> <p>Thanks in advance, Rateesh</p> http://stackoverflow.com/questions/1807211/photoshop-style-gui-design 1 Photoshop style GUI design helloworlder 2009-11-27T07:12:38Z 2009-11-27T07:34:53Z <p>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 selected.</p> <p>I'm wondering how that would be best implemented in an OO design. I could only think of having a GUIManager that always knows which tool is selected, then when the Canvas (drawing area) detects a mouse click or mouse drag it asks GUIManager which tool is selected and applies that tool's behavior. </p> <p>Does anyone describe a possible solution in class level detail (or in any detail if you don't have time).</p> http://stackoverflow.com/questions/238177/worst-ui-youve-ever-used 195 Worst UI You've Ever Used Claudiu 2008-10-26T16:11:01Z 2009-11-27T01:56:26Z <p>What is the <b>worst user interface</b> you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then <b>beat them severely with a large trout</b>. </p> <p>What made it so terrible? Was it <b>too many screens</b>, <b>ill-marked buttons</b>, or just really annoying <b>dialog boxes</b> showing up everywhere? <b>Screenshots</b> are a plus.</p> <p>Related question: <a href="http://stackoverflow.com/questions/238180/best-ui-youve-ever-used">Best UI Ever</a></p> http://stackoverflow.com/questions/1014603/flex-popup-window-stack-overflow -1 Flex Popup Window: Stack Overflow? Stefan Kendall 2009-06-18T19:04:59Z 2009-11-27T01:04:55Z <p>I'm somehow creating a stack overflow in Flex 3...I'm trying to get data out of a modal dialogue window as such:</p> <p>Main application:</p> <pre><code>var myPopup:MyPopup; function buttonClick( event:MouseEvent ):void { myPopup = MyPopup( PopUpManager.createPopUp( this, MyPopUp, true ) ); myPopup.addEventListener( CloseEvent.CLOSE, handler, false, 0, true ); } function handler():void { //get data } </code></pre> <p>MyPopup:</p> <pre><code>function buttonHandler( MouseEvent:event ):void { PopUpManager.remove( this ); this.dispatchEvent( new CloseEvent( CloseEvent.CLOSE ) ); } </code></pre> <p>If this is improper, what is the correct way to handle closing of the popup in a manner that allows me to use and retrieve data on the object?</p> http://stackoverflow.com/questions/1806265/how-to-display-integers-in-messagebox-in-visual-c 0 How to display integers in messagebox in Visual C#? Phenom 2009-11-27T00:30:18Z 2009-11-27T00:31:48Z <p>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</p> <pre><code>System.Windows.Forms.MessageBox.Show(myGame.P2.Money); </code></pre> <p>However the variable Money is an integer, and so I get this error:</p> <p>Argument '1': cannot convert from 'int' to 'string' </p> <p>How do I get this to work?</p> http://stackoverflow.com/questions/1806247/how-to-make-a-simple-popup-box-in-visual-c 1 How to make a simple popup box in Visual C#? Phenom 2009-11-27T00:19:53Z 2009-11-27T00:22:20Z <p>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?</p> http://stackoverflow.com/questions/1625745/gnustep-and-gtk 0 GNUstep And GTK Nathan Campos 2009-10-26T16:24:36Z 2009-11-26T21:52:25Z <p>Hello,</p> <p>I'm learning Objective-C using GNUstep, because I don't have a Mac and the GNUstep GUI applications have that Window Maker style, but it's possible to develop this GUI applications using GTK? Thanks.</p> http://stackoverflow.com/questions/1805657/digital-or-lcd-like-display-class 0 Digital or LCD-like display class? boobies 2009-11-26T21:12:04Z 2009-11-26T21:41:50Z <p>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.</p> <p>How would you make numbers appear like a digital clock, using Swing?</p> http://stackoverflow.com/questions/1793300/which-programming-language-meets-these-criteria-for-gui-app-development -1 Which programming language meets these criteria for GUI app development? Brian Lacy 2009-11-24T22:13:55Z 2009-11-26T18:15:11Z <h3>Desired Language Features:</h3> <ul> <li>Code Style: C/Java-like (No Python or Ruby)</li> <li>Easy GUI development</li> <li>Strong community support, widely documented (No Pike)</li> <li>Object-oriented</li> <li>Garbage Collection, no worrying about pointers, etc (no C++)</li> <li>Cross-platform availability (no C#)</li> <li>No Java (I'm sorry, I just don't like Java, for a number of reasons I won't elaborate on here)</li> <li>No third-party runtime required (No GTK or .NET)</li> <li>Reasonably fast</li> <li>Mixed typing (soft-typed or both soft- and strict-typed)</li> </ul> <p>Note: The list is ordered from highest to lowest priority.</p> <h3>Background:</h3> <p>I have been primarily a PHP &amp; Javascript developer, but I am interested in moving from web to desktop/GUI development.</p> <p>However, I have concerns about all the languages I've used. Besides the aforementioned, I have some of experience with Java, C#, C++, ActionScript 3.0 and Pike.</p> <p>For instance, I have really been fascinated by Pike but unfortunately the community is extremely small and documentation limited.</p> <p>Most importantly, I need something that is straightfoward and reasonably familiar. I can't afford to spend a lot of time learning to develop Win32 apps in C++ for example. I've used wxWidgets, and liked the basic usage, but I'm really wanting to use a language with garbage collection, dynamic typing, and so on.</p> <p>PHP+GTK doesn't really seem like the ideal choice, I really don't want to have to require users to install GTK+ for instance, and PHP itself is, well, not the most elegant language out there.</p> <p>Java and C# just aren't going to work for my needs.</p> <p>Any other ideas??</p> http://stackoverflow.com/questions/1794732/what-is-the-best-gui-library-for-blackberry-java-development 2 What is the best GUI library for blackberry java development? hip10 2009-11-25T04:58:03Z 2009-11-26T16:50:49Z <p>What do you think is the most comprehensive and stable GUI library for Blackberry java development? I am currently using J4ME, anyone has any other experiences? A good GUI library should also have support for like grid controls, etc.</p> http://stackoverflow.com/questions/1802329/gtk-qt-on-plt-scheme 0 GTK/Qt On PLT Scheme Nathan Campos 2009-11-26T08:40:28Z 2009-11-26T16:11:37Z <p>Hello,<br /> When you compile something written in PLT Scheme on Linux that have a GUI the final will be in a grey(default) theme of Linux, but I want to know</p> <ul> <li>If it's possible to integrate PLT Scheme with GTK or Qt? <ul> <li>How to do this?</li> </ul></li> </ul> <p><strong>Example of grey(default) theme:</strong><br /> <img src="http://i.imagehost.org/0219/gui.png" alt="Grey Theme Frame"></p> <p>Thanks.</p> http://stackoverflow.com/questions/1801074/what-are-the-differences-between-gtk-and-qt 2 What are the differences between Gtk+ and Qt? Matthew 2009-11-26T01:25:38Z 2009-11-26T15:11:54Z <p>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 different from another, and which of these differences do Qt and Gtk+ have?</p> http://stackoverflow.com/questions/1803637/adding-editing-master-children-entities-in-a-single-windows-forms 0 Adding/Editing master-children entities in a single Windows forms Jitesh 2009-11-26T13:21:32Z 2009-11-26T13:24:54Z <p>How would you go about designing a windows form that allows adding/editing a master entity along with it's child entities? For example When adding/editing an Order, Order-Items would also need to be added/edited on the same Windows form.</p> http://stackoverflow.com/questions/1799777/a-bubble-notification-tool-for-windows-that-doesnt-require-running-a-daemon-like 0 A bubble notification tool for Windows that doesn't require running a daemon like Growl or Snarl? Kay Sarraute 2009-11-25T20:35:24Z 2009-11-26T10:54:57Z <p>Something like CocoaDialog's <a href="http://cocoadialog.sourceforge.net/documentation.html#bubble%5Fcontrol" rel="nofollow">Bubble Control</a> is exactly what I'm looking for. Unfortunately, the cross-platform port (wxCocoaDialog) doesn't implement that bubble feature.</p> <p><a href="http://xoomer.virgilio.it/infinity77/main/ToasterBox.html" rel="nofollow">ToasterBox</a> looks suitable, but I'd prefer a more compact solution which doesn't require keeping Python and WxPython around.</p> http://stackoverflow.com/questions/1792318/ruby-creating-a-simple-application-in-qt 1 Ruby: creating a simple application in Qt gmile 2009-11-24T19:20:24Z 2009-11-26T09:26:13Z <p>I'm trying to create a simple application, written in Ruby via Qt. I designed a form (MainForm) in a Qt Designer and translated it via <code>rbuic4</code> to the Ruby code representation. The pure untouched result has four methods, and looks like this:</p> <pre><code>=begin ** Form generated from reading ui file 'stackover.ui' ** ** Created: Р’С‚ 24. РЅРѕСЏ 21:15:02 2009 ** by: Qt User Interface Compiler version 4.3.1 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! =end class Ui_MainWindow attr_reader :centralwidget attr_reader :pushButton attr_reader :listView attr_reader :menubar attr_reader :statusbar def setupUi(mainWindow) mainWindow.setObjectName("mainWindow") @centralwidget = Qt::Widget.new(mainWindow) @centralwidget.setObjectName("centralwidget") @pushButton = Qt::PushButton.new(@centralwidget) @pushButton.setObjectName("pushButton") @pushButton.setGeometry(Qt::Rect.new(10, 10, 75, 23)) @listView = Qt::ListView.new(@centralwidget) @listView.setObjectName("listView") @listView.setGeometry(Qt::Rect.new(10, 40, 431, 192)) mainWindow.setCentralWidget(@centralwidget) @menubar = Qt::MenuBar.new(mainWindow) @menubar.setObjectName("menubar") @menubar.setGeometry(Qt::Rect.new(0, 0, 451, 21)) mainWindow.setMenuBar(@menubar) @statusbar = Qt::StatusBar.new(mainWindow) @statusbar.setObjectName("statusbar") mainWindow.setStatusBar(@statusbar) retranslateUi(mainWindow) size = Qt::Size.new(451, 276) size = size.expandedTo(mainWindow.minimumSizeHint()) mainWindow.resize(size) Qt::MetaObject.connectSlotsByName(mainWindow) end # setupUi def setup_ui(mainWindow) setupUi(mainWindow) end def retranslateUi(mainWindow) mainWindow.setWindowTitle(Qt::Application.translate("MainWindow", "MainWindow", nil, Qt::Application::UnicodeUTF8)) @pushButton.setText(Qt::Application.translate("MainWindow", "PushButton", nil, Qt::Application::UnicodeUTF8)) end # retranslateUi def retranslate_ui(mainWindow) retranslateUi(mainWindow) end end module Ui class MainWindow &lt; Ui_MainWindow end end # module Ui </code></pre> <p>The major idea is to create a Ruby-Qt application, to run my small Ruby apps with GUI - as for now I don't need all the power of Qt library. </p> <p>I'm aware of <a href="http://www.arachnoid.com/ruby/RubyGUIProject/index.html" rel="nofollow">this</a> great example, but it shows off a different generated code for the .ui file. Or did they managed to alter it somehow? Anyway, their example works fine, while I can't make my own working properly. </p> <p>I just don't know what to do with my generated file, how to go further and make a connection with my Ruby program... Maybe my <code>rbuic4</code> is wrong? Or am I'm running it with incorrect options (I'm an <code>-o</code> option) to get the <a href="http://www.arachnoid.com/ruby/RubyGUIProject/index.html" rel="nofollow">arachnoid</a>-like template?</p> http://stackoverflow.com/questions/564773/horizontal-scroll-position-when-a-winforms-treevew-item-is-selected 1 Horizontal scroll position when a winforms treevew item is selected Ian G 2009-02-19T10:59:26Z 2009-11-26T08:31:05Z <p>We have some code that uses the .net Windows.Forms.TreeView. When an item in the view is selected then code does</p> <pre><code>treeView.BeginUpdate(); // ... some stuff ... SendMessage(treeView.Handle, WM_HSCROLL, SB_LEFT, 0); treeView.EndUpdate(); </code></pre> <p>This is so that the tree view display doesn't scroll right (which is the default behaviour - to show as much of the selected item label as possible I assume but at the expense of hiding some of the tree structure). Unfortunately when the tree view contains 30,000 items and this code is called during a right-click and results in the context menu takes a couple of seconds to appear (enough to be disconcerting).</p> <p>If you remove the Begin/EndUpdate, then the context menu appears instantly, but you get an annoying twitch as you see the view move right and then back the left edge. The suggestion of getting rid of the "push it back to the left edge" scroll is encountering some resistance.</p> <p>I've tried filtering out SB_RIGHT on the tree view but that doesn't seem to actually be used to when the control moves to show the label.</p> <p>So is there a way of keeping the tree view in at it's current horizontal scroll position when the item is selected that doesn't involve Begin/EndUpdate and the corresponding lag or the twitch? </p>