[VIDEOGUIDA] Sviluppo applicazioni tramite BUC (Basta Un Clic) - 2, Parte seconda - Apprendimento tag

« Older   Newer »
  Share  
Eevan
view post Posted on 21/9/2010, 09:43 by: Eevan




ho provato anche con filter ma non va.

ti posto il codice, vediamo se c'e' qualche errore:

CODICE
<?xml version=1.0?>
<config>
<label> echo "Scegli file..." </label>
<file var="scelta" mode="open"> </file>
<label> echo "Apri con..." </label>
<button title="Gimp">
gimp $scelta
</button>
<button title="Inkscape">
inkscape &scelta
</button>
<button title="Blender">
blender $scelta
</button>
<button title="OpenShot">
openshot &scelta
</button>
</config>


adesso funziona

boh
 
Top
61 replies since 14/9/2010, 23:06   446 views
  Share