Search found 25 matches

by brokenman
Wed 18 Jun 2014, 02:32
Forum: Cutting edge
Topic: gtk2desklet 3.1
Replies: 70
Views: 71929

Ok please forget that. I see your code:

gtk_window_set_keep_below(GTK_WINDOW(win), TRUE);

The problem appears to be on my end. Probably between the seat and the keyboard.
by brokenman
Mon 16 Jun 2014, 04:00
Forum: Cutting edge
Topic: gtk2desklet 3.1
Replies: 70
Views: 71929

openbox gtk2desklet on bottom layer

When using gtkdialog in openbox I can assign a certain dialog to a bottom layer in the openbox rc.xml file. This would look like this: <application title="MyWindow"> <layer>below</layer> <desktop>all</desktop> </application> When opened, this gtkdialog app (with <window title="MyWindo...
by brokenman
Tue 29 Apr 2014, 01:08
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 908451

Always on top

Keeping a gtkdialog app 'always on top' I've just read that this is possible in jwm using the .jwmrc file and launching the gtkdialog as a --class=APPLET. Is there an inbuilt way to do the same in openbox? This could probably be achieved with other methods inside the openbox rc.xml file but I am won...
by brokenman
Wed 19 Feb 2014, 01:12
Forum: Programming
Topic: How to create a tailbox with gtkdialog?
Replies: 26
Views: 8936

Thanks folks. I'll take a look at these options.
by brokenman
Tue 18 Feb 2014, 15:31
Forum: Programming
Topic: How to create a tailbox with gtkdialog?
Replies: 26
Views: 8936

Apologies for the ncero bump but this is the relevant thread. I am looking for a tailbox that scrolls when full and always shows the tailing lines. Rather like the terminal widget as it outputs, the viewer sees the last lines. The current tailbox I have creates a scroller when full, but stays viewin...
by brokenman
Thu 13 Feb 2014, 01:21
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 490629

I should have explained more clearly, sorry. There is a set of buttons at the bottom of the application. They are static and exist to move from one notebook page to the next. Like a back button. While the notebook pages may change, these buttons stay where they are all the time. For this reason they...
by brokenman
Wed 12 Feb 2014, 13:17
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 490629

Ok I got it. Since the button I want to vanish is created after the other widgets, they can't do what I want since the button doesn't exist at the point when they are created. I need to have a widget somewhere in the code AFTER the button I want to vanish. Makes sense. <vbox margin="10"> <...
by brokenman
Wed 12 Feb 2014, 13:09
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 490629

I want the button to be visible until a certain 'notebook' page is shown. So what I need is something similar to an "onshow" parameter for one of the widgets. When the widget is shown, the button vanishes. The original state of the button should be visible so this attribute is no good for ...
by brokenman
Wed 12 Feb 2014, 12:57
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 490629

hide and show

I am trying to hide a button on a 'notebook' page when the page is shown. The page has the an entry widget and radiobutton widgets (as well as the button). I can't seem to get the button to hide using signal="show" for any widgets. It hides OK if i put the action into a radiobutton 'if tru...
by brokenman
Fri 24 Jan 2014, 02:40
Forum: Cutting edge
Topic: Download utility for devs. Xdialog progress. # New version.
Replies: 49
Views: 21470

Thought i would post about the downloader with progress bar downloading from sourceforge. To get the proper file name use:

wget --trust-server-names --no-check-certificate $url

Nice little downloader gui too :)
by brokenman
Sat 23 Mar 2013, 02:47
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 908451

Thanks very much. Your gtkdesklet seems to remain on the desktop layer and doesn't come to the front when clicked which is exactly what i need! Now i just need to scour your code to see what makes it stay there. I am using the gtkdesklet applet but my applet doesn't behave in the manner i want (stay...
by brokenman
Thu 21 Mar 2013, 02:55
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 908451

Always on top or underneath

I cut my teeth on a C64. I remember the 20min load times from an external cassette reader for some games like ghost busters. Good times. I'd like to know if it is possible to launch a gtkdialog app and have it always underneath all other apps, as opposed to always on top? I mean to say if i click th...
by brokenman
Sat 06 Oct 2012, 12:57
Forum: Users ( For the regulars )
Topic: squashfs-tools 4.1 for Windows
Replies: 14
Views: 23663

Thanks

Not having much luck trying to decompress squashfs using lzma2. I can think of a great reason to want to use mksquashfs on windows. An installer. I am currently building an installer that allows widnows users to build there custom portable linux distro by downloading a base, unpacking it, downloadin...
by brokenman
Wed 25 Jul 2012, 18:12
Forum: Cutting edge
Topic: gtk2desklet 3.1
Replies: 70
Views: 71929

Thanks. This works for me.
by brokenman
Wed 25 Jul 2012, 01:49
Forum: Cutting edge
Topic: gtk2desklet 3.1
Replies: 70
Views: 71929

Ok maybe i'm missing something or my mother dropped me on my head when i was little. I managed to get gtk2desklet to use a gtkrc file by exporting the environment variable DESKLET_GTKRC_FILES. The following is the only combination of launching the app that worked and used the gtkrc file. gtkdialog -...
by brokenman
Mon 23 Jul 2012, 12:45
Forum: Cutting edge
Topic: gtk2desklet 3.1
Replies: 70
Views: 71929

Thanks. Looks like i was on the right track with a gtkrc file ... however i wasn't aware of the gtk2desklet variable. Will plug away at it.
by brokenman
Sat 21 Jul 2012, 21:11
Forum: Cutting edge
Topic: gtk2desklet 3.1
Replies: 70
Views: 71929

Is it possible to get the transparency even during the mouseover?
by brokenman
Fri 16 Mar 2012, 01:00
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 908451

find a file on your system something like /root/.config/gtk-2.0/gtkfilechooser.ini
In it there is a setting `ShowHidden=false`. Change it to true.
Yes. That's what i was looking for. Thanks very much. I didn't even realize a config file was created!
by brokenman
Thu 15 Mar 2012, 01:41
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 908451

Thanks. I guess what i really meant is 'Is it possible to have .dir visible by default?'
by brokenman
Mon 12 Mar 2012, 00:36
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 908451

hidden folder select

<hbox> <text label="Source: " width-request="80"></text> <entry editable="false" fs-title="Select an existing folder" fs-action="folder"> <variable>SDIR</variable> </entry> <button> <input file stock="gtk-directory"></input> <action>filesel...