I=$IFS; IFS=""
for DECLARARNOMBRE in $(gtkdialog --center --program DIALOG); do
eval $DECLARARNOMBRE
done
IFS=$I
if [ "$EXIT" = "OK" ]; then
mount //192.168.2.100/$NOMBRE1 user=$NOMBRE1,passwd=$NOMBRE2
else
echo "No se ejectutó el acceso"
fi
1)
Cömo puedo lograr que el cursor se pase de un cuadro de texto al otro con la tecla [ENTER]. Por omisión se hace con la [TAB], pero es más práctico usar la enter para pasar del primer cuadro de texto al segundo y luego al botón [aceptar] para que finalmente, el proceso se desarrolle
2) Se podrá pintar los cuadros de texto con un color que no sea blanco? Digamos celeste o naranja, etc.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum