Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Layout (Forms) Designer » GUI with Menu bar and 5 Labels/Text Boxes
Re: GUI with Menu bar and 5 Labels/Text Boxes [message #24906 is a reply to message #24903] Wed, 03 February 2010 20:20 Go to previous messageGo to previous message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
Thanks for the response Sc0rch but I was hoping for an answer that explains how this is done or pointing me to an example that does any of the three. I have spent several hours on these.

mrjt posted some code in this thread message #24648, that is basically what I am using.

I searched the complete u++ directory to find an example that sets the position of the top window, topmost, and undecorated. I found nothing that actually shows how it is done

For undecorated in Java look at the .jpg in a previous post in this thread. message #24653 (2 posts above yours)
The top bar is removed for "undecorated"

In Java this is how it can be done.

frame.setLocation(5, 46);
frame.setAlwaysOnTop(true);
frame.setUndecorated(true);

An actual example (or the actual code) of how these 3 are done in u++ would be appreciated.
 
Read Message
Read Message
Read Message
Read Message icon13.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to make Layout Sizeable & Zoomable
Next Topic: Layout editor problem with Ctrl &
Goto Forum:
  


Current Time: Sun May 05 12:16:25 CEST 2024

Total time taken to generate the page: 0.02912 seconds