|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Pop-up window using X11
Anyone know of a way to create a pop-up window using X11? I'm not to sure where to start. I just think it would be neat to do. So I was hoping someone out there had documentation on how to go about this, or if I was going to have to write/compile a program to do so.
Thank you! Adelsin |
| Sponsored Links | |
|
|
|
#2
|
|||
|
|||
|
On what Solaris release ?
What kind of popup ? |
| Sponsored Links | ||
|
|
|
#3
|
|||
|
|||
|
Solaris 10... and any sort of window that I can send messages through. I'm thinking something similar to a Windows Alert window in vbscript.
"Hello World" with an OK button. If there's an easy way to work with receiving input from that, that would be cool too. Thanks again. |
|
#4
|
|||
|
|||
|
Code:
zenity --info --text="hello" zenity --entry --text="Enter some text" |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Before I attempt to compile this, isn't zenity more of a gnome tool? Can I use this without gnome dependencies? If gnome dependencies, is there anything else I could try? Like xmessage?
Thank you. |
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Why do you want to compile it ?
You wrote this is for Solaris 10 and zenity is already included with it, unless you have a stripped off installation. |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
Do you know what package zenity is included on the disk?
Thanks. |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Maximizing X window without Window Switcher | alexandicity | Red Hat | 0 | 12-01-2009 04:23 AM |
| X-Window help | TJSexton | UNIX for Dummies Questions & Answers | 4 | 06-09-2009 10:52 PM |
| window 2000 professional not pinging my window 98 system. | kayode | Windows & DOS: Issues & Discussions | 10 | 11-13-2003 02:12 AM |
| about X-window | serge | Programming | 0 | 06-11-2003 07:43 AM |
| GUI window | perleo | Shell Programming and Scripting | 4 | 01-16-2003 01:26 PM |
|
|