[Gambas-user] How to add a command output to the combo box list?

Abdullah Al-Sabi saudi.unix at ...626...
Tue Mar 31 16:34:02 CEST 2009


Hello every one
I'm working in a control panel for a local debian-based distro  which is
mostly programmed using gambas2

some tools in that control is programmed using kommander

in the network config all what i saw is that kommander passes this command

ifconfig -a|grep Ethernet|grep -v ^vmnet|awk '! /^\s/{print $1}'

to combobox list  to give the user the ability to choose the network device

how can i do that in gambas



More information about the User mailing list