Author |
Message |
seaside
Joined: 11 Apr 2007 Posts: 935
|
Posted: Tue 29 Apr 2014, 11:42 Post subject:
|
|
JWM can be set by placing this in /root/.jwm/jwmrc-personal-
Code: | <Group>
<Name>on-top</Name>
<Class>on-top</Class>
<Option>layer:12</Option>
</Group> |
Openbox set by openbox rc.xml "layer" property.
http://openbox.org/wiki/Help:Applications#Graphically_managing_per-application_settings
Cheers,
s
|
Back to top
|
|
 |
neerajkolte

Joined: 10 Feb 2014 Posts: 517 Location: Pune, India.
|
Posted: Sat 24 May 2014, 03:05 Post subject:
|
|
Nice thread. Just bookmarking for reference.
_________________ "One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson
“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.”
- Amara’s Law.
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3715 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Sat 24 May 2014, 04:44 Post subject:
|
|
Bonjour,
JWM Configuration web page wrote: | layer
The layer of the tray. The default is above. Valid values are below, normal, and above. |
So, depending on the JWM version you are running:
Code: | <Group>
<Name>on-top</Name>
<Class>on-top</Class>
<Option>layer:12</Option>
</Group> |
... is now deprecated and doesn't work properly.
It should be:
Code: | <Group>
<Name>on-top</Name>
<Class>on-top</Class>
<Option>layer:above</Option>
</Group> |
Cordialement.
_________________
A second life for your PCs...
|
Back to top
|
|
 |
puppy_apprentice

Joined: 07 Feb 2012 Posts: 300
|
Posted: Sun 25 May 2014, 15:33 Post subject:
|
|
I want to make buttons UP and DOWN to move item on the list/tree gadget one place up or down. Is there built-in function for this task or i will have make own bash function for this? Maybe someone has code snippet for this?
|
Back to top
|
|
 |
MochiMoppel

Joined: 26 Jan 2011 Posts: 1937 Location: Japan
|
Posted: Mon 26 May 2014, 20:04 Post subject:
|
|
puppy_apprentice wrote: | I want to make buttons UP and DOWN to move item on the list/tree gadget one place up or down. Is there built-in function for this task or i will have make own bash function for this? Maybe someone has code snippet for this? | Zigbert provides a code snippet on the first page of this thread ("The next script shows how to move items in list by drag'n drop"). Not really buttons and I haven't tested, but maybe a start.
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6608 Location: Valåmoen, Norway
|
Posted: Tue 27 May 2014, 01:55 Post subject:
|
|
pBurn use buttons to move items up/down in a <tree>.
/usr/local/pburn/func_gui - line 351 Code: | <button tooltip-text=\" $(gettext 'Move item UP') \">
<variable>MOVE_UP</variable>
<input file stock=\"gtk-go-up\"></input>
<visible>$VISIBLE_MOVE_UPDOWN</visible>
<action>DIRECTION=up; . $APPDIR/func -move_up_down; . $APPDIR/func -info_burn</action>
<action>refresh:BURNLIST</action>
</button> | function -move_up_down is found in /usr/local/pburn/func - line 424
In the pMusic playqueue, you can move items by drag'n'drop.
/usr/local/pmusic/gui_playlist - line 27-29 Code: | <action signal="button-press-event">grep -F "$PLAYLIST" '$WORKDIR'/playlist > '$WORKDIR'/PLAYLIST_PRESS_EVENT; [ "$PLAYLIST" ] && . '$APPDIR'/menu_playqueue</action>
<action signal="button-release-event">. '$APPDIR'/func -playlist_move</action> ##this will play the track as well
<action signal="button-release-event">refresh:PLAYLIST</action> | The -playlist_move function is found in /usr/local/pmusic/func - line 479
_________________ Stardust resources
|
Back to top
|
|
 |
puppy_apprentice

Joined: 07 Feb 2012 Posts: 300
|
Posted: Tue 27 May 2014, 13:38 Post subject:
|
|
thx for both of you i will check this
|
Back to top
|
|
 |
titi89
Joined: 02 Apr 2010 Posts: 17
|
Posted: Wed 02 Jul 2014, 09:48 Post subject:
color cell tree |
|
Hello, saddened for my English it is possible to color a cell(unit) in a tree?
And if yes how?
Thank you
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6608 Location: Valåmoen, Norway
|
Posted: Fri 04 Jul 2014, 09:06 Post subject:
|
|
I don't think that is possible inside the <tree> widget.
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
titi89
Joined: 02 Apr 2010 Posts: 17
|
Posted: Fri 04 Jul 2014, 11:36 Post subject:
|
|
ok thank you
|
Back to top
|
|
 |
walter leonardo

Joined: 10 Dec 2009 Posts: 234
|
Posted: Sat 12 Jul 2014, 17:24 Post subject:
ROhms |
|
Program to calculate resistors by color codes.
Description |
Program to calculate resistors by color codes.
|

Download |
Filename |
ROhms.tar.gz |
Filesize |
97.04 KB |
Downloaded |
334 Time(s) |
|
Back to top
|
|
 |
Scooby
Joined: 03 Mar 2012 Posts: 601
|
Posted: Thu 17 Jul 2014, 15:37 Post subject:
|
|
thanks for very useful gtkdialog tips
|
Back to top
|
|
 |
mister_electronico

Joined: 20 Jan 2008 Posts: 973 Location: Asturias_ España
|
Posted: Sat 02 Aug 2014, 12:00 Post subject:
Gif inside Pixmap |
|
Hello I was looking for ways to introduce a gif into a pixmap and set the following.
I am not a good programmer so surely anyone can improve.
However this opens possibilities for other things I want to do.
To run the pixmap_gif decompress directory and execute within:
. / pixmap_gif
______________________________________________________________________
My blog
https://misterelectronicoes.wordpress.com/
Description |
|

Download |
Filename |
pixmax_gif.tar.gz |
Filesize |
19.01 KB |
Downloaded |
271 Time(s) |
Last edited by mister_electronico on Sun 08 Feb 2015, 15:04; edited 1 time in total
|
Back to top
|
|
 |
mister_electronico

Joined: 20 Jan 2008 Posts: 973 Location: Asturias_ España
|
Posted: Sat 02 Aug 2014, 12:07 Post subject:
No forget |
|
Do not forget that if not executed give execute permissions to pixmap_gif and script_01.
Greetings.
______________________________________________________________________
My blog
https://misterelectronicoes.wordpress.com/
Last edited by mister_electronico on Sun 08 Feb 2015, 15:04; edited 1 time in total
|
Back to top
|
|
 |
mister_electronico

Joined: 20 Jan 2008 Posts: 973 Location: Asturias_ España
|
Posted: Sat 02 Aug 2014, 15:07 Post subject:
Another one |
|
Another one, this time a Counter.
See you.
______________________________________________________________________
My blog
https://misterelectronicoes.wordpress.com/
Description |
|

Download |
Filename |
counter.tar.gz |
Filesize |
60.64 KB |
Downloaded |
275 Time(s) |
Last edited by mister_electronico on Sun 08 Feb 2015, 15:05; edited 1 time in total
|
Back to top
|
|
 |
|