Search found 10 matches

by frafa
Thu 10 Jan 2013, 17:23
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

Hi Thunor
HAPPY NEW YEAR 2013 :)
Thank you for this new version of gtkdialog,
I put the packages for Ubuntu/Debian Bits 32 and 64 provide a ...
It is here: http://liveusb.info/tmp/gtkdialog-0.8.3/
by frafa
Mon 03 Oct 2011, 15:40
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

Hello, in case there is here using Debian or Ubuntu, know that the last stable verstion gtkdialog 0.8.0 developed by Thunor is available in my deposit. ## Depôt gtkdialog/multimystem deb http://liveusb.info/multisystem/depot all main #deb-src http://liveusb.info/multisystem/depot all main #wget -q h...
by frafa
Fri 30 Sep 2011, 12:19
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

Ok modified :)
it's just an example, same adress download ...
if you modify generate.sh
erase all files and folder without generate.sh
run generate.sh all files/folder are regenerate
sorry for my broken English
François

EDIT: must be installed imagemagick to use generate.sh ...
by frafa
Thu 29 Sep 2011, 23:57
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

Yes Thunor kiss smack and more :) Thank's for gtkdialog --file=filename !!! for 256 img time load responds Normal: user 0m2.848s XML version: user 0m0.712s http://liveusb.info/tmp/ColorPicKer.png Download example: http://liveusb.info/tmp/colorchooser.tar.bz2 1° test ./ColorPicKer.sh 2° test ./ColorP...
by frafa
Tue 20 Sep 2011, 18:02
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

Hi Thunor :)
Thank you Thank you Thank you:)
for colorbutton and GtkFontButton
is too well

Congratulations for all the work you do on gtkdialog
it's really wonderful !
sorry for my broken english...
François
by frafa
Mon 05 Sep 2011, 12:40
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

@8-bit Hum strange... -i have edited and removed sensitive in exemple <sensitive>false</sensitive> and replaced by <action signal="show">disable:...</action> and <action signal="show">enable:...</action> -and added a safety loop "while true ..." stop if loop >= 5 to pre...
by frafa
Mon 05 Sep 2011, 01:07
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

@8-bit Example: #!/bin/bash function FCT_ACTIVATE_FILE() { if [ -d "$ent3" ]; then echo -e '<action signal="show">enable:button1</action> <action signal="show">enable:ent1</action> <action signal="show">enable:text1</action> <action signal="show">ref...
by frafa
Wed 31 Aug 2011, 10:46
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

Hello,
Just a quick note to thank for all the work Thunor
that it is to debug and develop gtkdialog
Through his work we have a tool that will help make advanced interfaces

Miles thank you for all that work:)
and sorry for my broken English ...
François
by frafa
Wed 31 Aug 2011, 08:07
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 493033

@zigbert Hi in the example of Thunor only primary tabs are hidden A simpler example hidden tabs #!/bin/bash export MAIN_DIALOG='<vbox> <notebook show_tabs="false" page="0" labels="One|Two|Three|Four"> <!-- Tab1 --> <hbox> <text label="This is page 0"></text> <...
by frafa
Wed 17 Aug 2011, 13:10
Forum: Programming
Topic: speeding up scripts
Replies: 54
Views: 27723

Hello,
you can simplify in:

Code: Select all

<action>bash -c 'my_function_name'</action>
it's because of sub shell, in Ubuntu is dash
and dash does not support "export-f"

do the same for <input>
if <input> is a function