Search found 5 matches

by slippery60
Tue 24 Jul 2018, 20:10
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 914316

How to set the same variable from multiple inpu

Mochi;

Thanks for the response. I chopped the script from 1000 to about 125.
I would upload the small file but, I'm too new.

I think I am going to try exporting the updated "out_directory"

Thanks.
by slippery60
Tue 24 Jul 2018, 12:34
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 914316

How to set the same variable from multiple input

Misko, and Moshi Thanks for the information I'll try setting a variable. as an example of what I am doing; I am making a gui for a number of forensic programs that don't have them. E.g. dc3dd, or ewfacquire. I provide the gui to the user to collect all of the arguments needed for the program then ca...
by slippery60
Mon 23 Jul 2018, 19:51
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 914316

gtkdialog - tips

I am trying to write a menu system that will execute various cli programs. Many of the programs need a variable like "output directory" or 'out_dir". So in their frame I include a variable "out_dir". I would like to propagate the answer to any one of the "out_dir" ...
by slippery60
Tue 19 Dec 2017, 16:09
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 914316

How to calculate an suggested value for an entry widget

SFR;

Thanks Dude, exactly what I needed.

Fantastic.
by slippery60
Mon 18 Dec 2017, 21:02
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 914316

How to calculate an suggested value for an entry widget

I am trying to calculate a suggested value for an entry field. The specific value I am looking for is the total number of bytes a storage device can hold. A program "blockdev --getsize64 /dev/XXXX" will get the value for me. The sticky part is that I will not know the "/dev/xxxx"...