| Author |
Message |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Fri 13 Jan 2012, 14:46 Post subject:
|
|
RSH..I'm in a rush to get out here, so probably aren't addressing what you're asking. A gui frontend would just create to list from the checkbox. Here's the batch script, which makes multiple pets in /tmp
| Code: |
#!/bin/sh
while read line; do
newpet "$line"
done </tmp/newpet-list
|
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Fri 13 Jan 2012, 16:28 Post subject:
|
|
This is what i need.
Instead of COMBO using LIST
I've wrote it all the time --> List
I thought just about an option to extend those listed entries (add checkbox to each one as attribut or similar?)
Is that possible?
| Description |
|
| Filesize |
13.31 KB |
| Viewed |
507 Time(s) |

|
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Fri 13 Jan 2012, 18:02 Post subject:
|
|
| RSH wrote: |
I thought just about an option to extend those listed entries (add checkbox to each one as attribut or similar?)
Is that possible? |
A combobox-checkbox widget. I don't know of any. A workaround would be an editable list where you add marks to entries that you want included. I did something like that in PetCheck.
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Fri 13 Jan 2012, 18:08 Post subject:
|
|
| jpeps wrote: | | I did something like that in PetCheck. |
http://murga-linux.com/puppy/viewtopic.php?search_id=326484575&t=71341
Downloaded.
I will have look into it.
Thank you.
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Sat 14 Jan 2012, 17:10 Post subject:
|
|
Here's gnewpet with batch mode include. In batch mode, the file list button brings up an editable pet list. Remove the initial "?" for pets that you want included.
menu fix: Thanks pemasu
| Description |
|

Download |
| Filename |
gnewpet-3.1.pet |
| Filesize |
2.11 KB |
| Downloaded |
154 Time(s) |
| Description |
|
| Filesize |
77.23 KB |
| Viewed |
483 Time(s) |

|
Last edited by jpeps on Sat 14 Jan 2012, 20:40; edited 2 times in total
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1231 Location: Ukraine
|
Posted: Sat 14 Jan 2012, 17:27 Post subject:
|
|
Dear jpeps,
Good work. I like it....
With kind regards,
vovchik
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Sat 14 Jan 2012, 19:13 Post subject:
|
|
Thanks vovchik
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Sat 14 Jan 2012, 19:43 Post subject:
|
|
Thanks jpeps. Your script and menu entry will be in the next exprimo. I remade the menu entry to be as Gnewpet so that it would upper in the utility menu
I hope you dont mind.
Also I noticed that existing gnewpet.desktop file had couple of empty spaces at the end of the file, so that it didnt appear in my utility menu. Maybe it is just me....?
Anyway deleting the file with delete button after last character fixed my menu entry non-appearance.
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Sat 14 Jan 2012, 20:42 Post subject:
|
|
Thanks pemasu. fixed! I was wondering why the menu never worked..I have it on my tray, so forgot about it
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Sun 15 Jan 2012, 06:53 Post subject:
|
|
Hi jpeps,
thank you for adding my suggestions. Now it is the ultimate tool. The GUI code isn't exactly what i'd suggest, but it is as close as possible. It seems to be impossible to realize my exact suggestion of a GUI List using checkboxes to just click on item to enable or disable it - using gtkdialog.
RSH
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Sun 15 Jan 2012, 07:20 Post subject:
|
|
| RSH wrote: | It seems to be impossible to realize my exact suggestion of a GUI List using checkboxes to just click on item to enable or disable it - using gtkdialog.
|
Maybe we can spark some interest?
|
|
Back to top
|
|
 |
amigo
Joined: 02 Apr 2007 Posts: 1759
|
Posted: Sun 15 Jan 2012, 13:13 Post subject:
|
|
The greq (that'a a 'queue') GUI tool lets you put a check box under any of its' limited number of widgets.
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Sun 15 Jan 2012, 14:09 Post subject:
|
|
| amigo wrote: | | The greq (that'a a 'queue') GUI tool lets you put a check box under any of its' limited number of widgets. |
Great! Maybe a link? I couldn't find anything. Thanks
|
|
Back to top
|
|
 |
Keef

Joined: 20 Dec 2007 Posts: 428 Location: Staffordshire
|
Posted: Sun 15 Jan 2012, 16:14 Post subject:
|
|
Google got me here....
http://greq.berlios.de/
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 837
|
Posted: Sun 15 Jan 2012, 20:25 Post subject:
|
|
Here's the link-
http://www.filetransit.com/download.php?id=86720
Cheers,
s
|
|
Back to top
|
|
 |
|