Menu flottant

Next
 From:  christian (CHRI)
640.1 
Bonjour

Voici un petit rappel concernant l'élaboration d'un menu flottant
( origine forum ANGLAIS : http://moi3d.com/forum/messages.php?webtag=MOI&msg=9758.1 )

Cela consiste a affecter un raccourci pour appeler par script le fichier SidePane1.htm

script :

script: var panel = null; try { panel = moi.ui.getUIPanel( 'moi://ui/SidePane1.htm' ); } catch(e){} if ( panel ) { panel.moiWindow.close(); } else { moi.ui.createDialog( 'SidePane1.htm' ); }


Ce fichier SidePane1.htm éditable avec le bloc note permettra de créer un menu personnalisé en appelant les icones et les commandes souhaitées.

Le croquis ci-joint indique l'emplacement de ce fichier SidePane1.htm, des icones et des commandes

Je vous ai joint mon fichier qui pourra vous servir de base pour élaborer le votre et 2 exemples de menu .

Bonne nouvelle année

Chri

EDITED: 31 Dec 2020 by CHRI

Attachments:

Image Attachments:
Size: 115.8 KB, Downloaded: 28 times, Dimensions: 584x378px
Size: 49 KB, Downloaded: 29 times, Dimensions: 889x542px
Size: 180.5 KB, Downloaded: 35 times, Dimensions: 1434x693px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Frenchy Pilou (PILOU)
640.2 
Et un peu plus loin pour mettre du texte sous les icônes!...pas si évident!
http://moi3d.com/forum/index.php?webtag=MOI&msg=9758.29

---
Pilou
Is beautiful that please without concept!
My Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All