Search found 10 matches

by thanius
Fri 22 May 2015, 09:08
Forum: Programming
Topic: NEW: Dynamic progressbar label?
Replies: 2
Views: 1111

bump
by thanius
Thu 21 May 2015, 07:59
Forum: Programming
Topic: NEW: Dynamic progressbar label?
Replies: 2
Views: 1111

NEW: Dynamic progressbar label?

I'm working on a progressbar and want a dynamic label on it (the label that's printed inside the progressbar indicator) but it doesn't seem to be refreshable? I've attached a variable to the progressbar, made a ticker and a button for testing which both refreshes the progressbar but nothing happens ...
by thanius
Mon 10 Mar 2014, 21:02
Forum: Programming
Topic: Random crashes from gtkdialog
Replies: 0
Views: 992

Random crashes from gtkdialog

I've started to get these weird crashes from gtkdialog when opening another dialog, dunno why. I'm getting a lot of these: [xcb] Unknown sequence number while processing queue [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. wit...
by thanius
Tue 04 Mar 2014, 20:31
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 914534

Regarding updating pixmaps

I just wrote an ad cycler and thought I'd share some on the pixmap updater. I saw the example here but I found it more clean to make symbolic links instead of copying the files. Here's my ad cycler: #!/bin/bash ln -fs ad1.png ad.png echo 2 > /tmp/count function cycle_ad { # Because gtkdialog won't h...
by thanius
Sat 15 Feb 2014, 09:12
Forum: Programming
Topic: Gtkdialog update script window, not open a new one?
Replies: 5
Views: 1639

The vbox hiding works, but I cannot make the other "dialog" appear with same method, so I guess I'm sticking with the notebook-widget. I need some help with some problems I'm having trying to style a checkbox. I want to have a flat checkbox without focus colors, which I've managed through ...
by thanius
Thu 13 Feb 2014, 10:41
Forum: Programming
Topic: Gtkdialog: Child window always on top of parent
Replies: 3
Views: 1576

Thanks, that worked for the parent sleep part, but still the child loses focus when clicking on parent. There's a function in gtk for this, but how to apply it with gtkdialog?

https://developer.gnome.org/gtk2/2.24/G ... nsient-for
by thanius
Thu 13 Feb 2014, 09:04
Forum: Programming
Topic: Gtkdialog: Child window always on top of parent
Replies: 3
Views: 1576

Gtkdialog: Child window always on top of parent

Gtkdialog should really have some decent documentation, but I'm greatful this forum is here to help! Anyways, is there any way to keep a child window launched from parent to stay on top layer above parent? In this case, an ABOUT window launched from MAIN window. Clicking on MAIN window should do not...
by thanius
Thu 13 Feb 2014, 08:20
Forum: Programming
Topic: Gtkdialog update script window, not open a new one?
Replies: 5
Views: 1639

Exactly was I was looking for! Thanks!
by thanius
Wed 12 Feb 2014, 18:43
Forum: Programming
Topic: Gtkdialog update script window, not open a new one?
Replies: 5
Views: 1639

Gtkdialog update script window, not open a new one?

Is it possible for gtkdialog to update the window using new content instead of having to close and open a new window? I need a script where I press a button (options) to open up a new dialog -WITHIN- the existing one, exchanging the current dialog. OPTION_DIALOG=' <window> <vbox> <button><label>Back...
by thanius
Tue 04 Feb 2014, 17:28
Forum: Programming
Topic: Gtkdialog: Function result to disable button
Replies: 1
Views: 838

Gtkdialog: Function result to disable button

Hi there! This looks like a place where I can get some help with gtkdialog. I'm writing a GUI for a script of mine and having trouble with some flags. I want to have fileselect send a variable with a filepath, have it run through a md5 checker and enable an install button if md5 checks out ok. So, f...