website logo
Auteur
avatar
JaMiGa

Forum » » Logiciel » » [Résolu] - TVPaint


Post� : 21-06-2010 15:58 icone du post

J'ai pas le pegasos sous la main lÃ, mais ça devrait se faire en arexx:


/* */
PARSE ARG fichier
if ~SHOW(PORTS,'rexx_TVPaint') then do
    ADDRESS COMMAND
    'wbrun <>NIL: chemin_vers_tv_paint'
    'waitforport rexx_TVPaint'
end
if SHOW(PORTS,'rexx_TVPaint') then do
        ADDRESS 'rexx_TVPaint'
        tv_LoadPic fichier
end
EXIT      


Plus qu'Ã rajouter la commande qu'il faut dans ambient et hop un click sur une image supportée et c'est prêt (normalement ).
D'où je connais la commande tv_LoadPic ?
De la doc dispo ici

Cet article provient de Meta-MorphOS
https://www.meta-morphos.org/viewtopic.php?topic=569&forum=53