Re: [xul-interop] XUL Grand Coding Challenge 2004 - xmind - Counter Sample II

thomas favennec <[email protected]> Sat, 24 Sep 2005 15:35:12 +0200
Newsgroups gmane.comp.lang.xul.general
Message-ID <002401c5c10c$cbb740c0$0100a8c0@Thomas>
Hello everybody !

Now in my Xmind project :

- New <NOTEBOOK> widget
here :
http://xmind.redsofa.net/index2.php?path=Langage%20Xmind/Containers/notebook.html

- New <CODE> for define php functions
here :
http://xmind.redsofa.net/index2.php?path=Langage%20Xmind/Objets%20sp%E9%E7iaux/code.html


New <VBOX> & <HBOX> widget

ex: Counter for XUL challenge 2004

<xmind title="Xmind counter (V2) - XUL challenge 2004">
 <frame title="Counter">
  <vbox>
   <hbox>
    <label>Count:</label>
    <entry name="entry1" width="200">0</entry>
   </hbox>
   <hbox>
    <button onclick="Javascript:act(1)">Dec (-)</button>
    <button onclick="Javascript:act(2)">Clear</button>
    <button onclick="Javascript:act(3)">Inc (+)</button>
   </hbox>
  </vbox>
 </frame>
 <script>
  <![CDATA[
   function act(n) {
    a=document.getElementById("entry1");
    if(n==1) a.value--;
    if(n==2) a.value=0;
    if(n==3) a.value++; }
  ]]>
 </script>
</xmind>


real here : http://xmind.redsofa.net/examples/counter.php



Thanks,
Thomas Favennec.







----- Original Message ----- 
From: "Charles Goodwin" <[email protected]>
To: <[email protected]>
Sent: Monday, September 12, 2005 4:24 PM
Subject: Re: [xul-interop] XUL Grand Coding Challenge 2004 - Counter Sample
Showcase


Also a calculator example (with images) here :-

http://wiki.vexi.org/UserTutorial1

- C


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
XUL News Wire      - http://xulnews.com
XUL Job Postings   - http://xuljobs.com
Open XUL Alliance - http://xulalliance.org
_______________________________________________
xul-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xul-talk





-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
XUL News Wire      - http://xulnews.com
XUL Job Postings   - http://xuljobs.com
Open XUL Alliance - http://xulalliance.org