Xoetrope

 Wiki : IntroFaq

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2008-02-08 11:27:33 by LuanO

Additions:
- Frequently Asked Questions about Debugging



Edited on 2008-01-22 09:29:43 by LuanO

Additions:
- Frequently Asked Questions about Styles



Edited on 2008-01-08 17:55:22 by LuanO

Additions:
2 Can XUI be used with Mobile devices
XUI can also be used be devices like PDAs and tablets using Java SE or the Personal Profile. XUI compiles to Java 1.1.x so you can normally compile and run on these platforms without major problems, although the resource loading sometimes varies.
XUI can also be used with Java ME and MIDP devices. See the incubator under SVN for an example.
3 How do I access individual nodes in the model?


Deletions:
2 How do I access individual nodes in the model?



Edited on 2008-01-08 17:52:37 by LuanO

Additions:
- Frequently Asked Questions about Internal Frames



Edited on 2007-10-11 11:45:27 by LuanO

Deletions:




Edited on 2007-10-11 11:45:08 by LuanO

No differences.


Edited on 2007-10-11 11:44:57 by LuanO

No differences.


Edited on 2007-10-11 11:44:48 by LuanO

Additions:
- Frequently Asked Questions about Eclipse




Edited on 2007-10-11 11:44:14 by LuanO

Additions:
- Frequently Asked Questions about NetBeans
Neither SWT nor J# support is 100% complete, but we are interested in hearing from users of either and will endeavour to provide whatever support we can.
1 How do I get edit rights for this wiki
Please contact us (info at xoetrope dot com) and we will direct you to the registration page. Unfortunately, we have had to use this mechanism to prevent spam.
2 Where do I ask questions about this Wiki?
3 How do I add a comment to this page?
4 How do I sign my contributions?


Deletions:
Neither SWT nor J# support is 100% complete, but we are interested in hearing from users of either and will endeavour to provide whatever support we can.
1 Where do I ask questions about this Wiki?
2 How do I add a comment to this page?
3 How do I sign my contributions?




Edited on 2007-07-02 09:40:00 by LuanO

Additions:

Frequently Asked Questions


1 Can I use XUI on an iPAQ?

There are a number of options for using XUI on a PDA.

- The simplest option is to use a JVM such as Esmertec's Jeode JVM, or NSI's Creme JVM, both of which are commerical products. The level of support in these products vary and some support features of JDK 1.2 and later, including Swing support. XUI provides a JDK 1.1.8 version and this will run on most of these devices.
- SWT support is being added in XUI 3.0 and this may also give you an option of compiling to a native version, but it's not something we have tested yet.
- An even more extreme approach is to use the J# version of XUI, provided that your device supports the .Net platform (which may be the case with some of the latest devices).

Neither SWT nor J# support is 100% complete, but we are interested in hearing from users of either and will endeavour to provide whatever support we can.


2 How do I access individual nodes in the model?

Normally you just use the path, but if there are multiple nodes with the same basic path you can specify the value of the distinguishing attributes. For example:

model.get( "products/software/vendor@name=xoetrope" );

This searches for a node where the vendor has a name attribute of xoetrope. Sometimes, for instance when handling code numbers or article numbers, the attribute may include forward slashes. These slashes can cause problems when trying to identify various parts of the path and therefore an escape sequence has been added to allow attributes with slashes to be used in searches. Such a search would appear as:

model.get( "products/tyres/vendor@name=michelin/size@value=[R14/500]" );

In the above example the search is for a tyre from the michelin vendor and with a size of R14/500.

Questions on the Wiki itself


1 Where do I ask questions about this Wiki?

2 How do I add a comment to this page?

Clicking through the Add comment link on this page currently results in the message:
"This page doesn't exist yet. Maybe you want to create it?", where the word "create" is a link.

Clicking on the "create" link results in the message:
"This page name is invalid. Valid page names must start with a letter and contain only letters and numbers."

3 How do I sign my contributions?
Usually the string "~~~~" signs a Wiki entry. Does this work here?
See [Wikipedia:How_to_edit_a_page]

SourceForge Logo


Deletions:
[[http://people.msoe.edu/~millerni/forums.php?show=topic



Edited on 2007-06-29 03:18:24 by KnnF9n

Additions:
[[http://people.msoe.edu/~millerni/forums.php?show=topic

Deletions:
online meridia wwe ringtones cheap phentermine cheap xanax cheap hydrocodone cheap zanaflex free ringtones didrex online free real ringtones buy fioricet diazepam online cheap rivotril ativan online sonyericsson ringtones sagem ringtones verizon ringtones sharp ringtones cheap ortho wellbutrin online valium online nexium online free tracfone ringtones free sony ericsson ringtones free cool ringtones but zoloft free motorola ringtones qwest ringtones free samsung ringtones free nextel ringtones cheap celexa free ericsson ringtones free midi ringtones tenuate online levitra online adipex online free punk ringtones cheap propecia cheap albuterol alprazolam online viagra online order tramadol free sony ringtones ambien online free funny ringtones hgh online free polyphonic ringtones cialis online free nokia ringtones cheap flexeril norco online cheap ultracet carisoprodol online kyocera ringtones clonazepam online pharmacy online online cyclobenzaprine online ultram online lisinopril online xenical online zyban online free mono ringtones buy lorazepam free sprint ringtones lipitor online prozac online free music ringtones hoodia online online vigrx cheap diethylpropion cheap lortab vicodin online free mtv ringtones free alltel ringtones soma online free jazz ringtones cheap sildenafil paxil online free mp3 ringtones clomid online free cingular ringtones

Frequently Asked Questions


1 Can I use XUI on an iPAQ?

There are a number of options for using XUI on a PDA.

- The simplest option is to use a JVM such as Esmertec's Jeode JVM, or NSI's Creme JVM, both of which are commerical products. The level of support in these products vary and some support features of JDK 1.2 and later, including Swing support. XUI provides a JDK 1.1.8 version and this will run on most of these devices.
- SWT support is being added in XUI 3.0 and this may also give you an option of compiling to a native version, but it's not something we have tested yet.
- An even more extreme approach is to use the J# version of XUI, provided that your device supports the .Net platform (which may be the case with some of the latest devices).

Neither SWT nor J# support is 100% complete, but we are interested in hearing from users of either and will endeavour to provide whatever support we can.


2 How do I access individual nodes in the model?

Normally you just use the path, but if there are multiple nodes with the same basic path you can specify the value of the distinguishing attributes. For example:

model.get( "products/software/vendor@name=xoetrope" );

This searches for a node where the vendor has a name attribute of xoetrope. Sometimes, for instance when handling code numbers or article numbers, the attribute may include forward slashes. These slashes can cause problems when trying to identify various parts of the path and therefore an escape sequence has been added to allow attributes with slashes to be used in searches. Such a search would appear as:

model.get( "products/tyres/vendor@name=michelin/size@value=[R14/500]" );

In the above example the search is for a tyre from the michelin vendor and with a size of R14/500.

Questions on the Wiki itself


1 Where do I ask questions about this Wiki?

2 How do I add a comment to this page?

Clicking through the Add comment link on this page currently results in the message:
"This page doesn't exist yet. Maybe you want to create it?", where the word "create" is a link.

Clicking on the "create" link results in the message:
"This page name is invalid. Valid page names must start with a letter and contain only letters and numbers."

3 How do I sign my contributions?
Usually the string "~~~~" signs a Wiki entry. Does this work here?
See [Wikipedia:How_to_edit_a_page]

{{image link="http://www.sourceforge.net/projects/xui" url="http://sourceforge.net/sflogo.php?group_id=76693




Edited on 2007-06-28 23:50:17 by YnyV1b

Additions:
online meridia wwe ringtones cheap phentermine cheap xanax cheap hydrocodone cheap zanaflex free ringtones didrex online free real ringtones buy fioricet diazepam online cheap rivotril ativan online sonyericsson ringtones sagem ringtones verizon ringtones sharp ringtones cheap ortho wellbutrin online valium online nexium online free tracfone ringtones free sony ericsson ringtones free cool ringtones but zoloft free motorola ringtones qwest ringtones free samsung ringtones free nextel ringtones cheap celexa free ericsson ringtones free midi ringtones tenuate online levitra online adipex online free punk ringtones cheap propecia cheap albuterol alprazolam online viagra online order tramadol free sony ringtones ambien online free funny ringtones hgh online free polyphonic ringtones cialis online free nokia ringtones cheap flexeril norco online cheap ultracet carisoprodol online kyocera ringtones clonazepam online pharmacy online online cyclobenzaprine online ultram online lisinopril online xenical online zyban online free mono ringtones buy lorazepam free sprint ringtones lipitor online prozac online free music ringtones hoodia online online vigrx cheap diethylpropion cheap lortab vicodin online free mtv ringtones free alltel ringtones soma online free jazz ringtones cheap sildenafil paxil online free mp3 ringtones clomid online free cingular ringtones

Frequently Asked Questions



Deletions:

Frequently Asked Questions





Edited on 2007-06-27 13:03:14 by YnyV1b

Additions:
{{image link="http://www.sourceforge.net/projects/xui" url="http://sourceforge.net/sflogo.php?group_id=76693

Deletions:
SourceForge Logo




Edited on 2006-08-14 10:32:50 by LuanO

Additions:
SourceForge Logo



Edited on 2006-07-27 01:25:49 by PaulLeopardi [Fix Wikipedia link]

Additions:
See [Wikipedia:How_to_edit_a_page]

Deletions:
See [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page WikiPedia:HowToEditAPage]



Edited on 2006-07-27 01:24:24 by PaulLeopardi [Questions about the Wiki itself]

Additions:
- The simplest option is to use a JVM such as Esmertec's Jeode JVM, or NSI's Creme JVM, both of which are commerical products. The level of support in these products vary and some support features of JDK 1.2 and later, including Swing support. XUI provides a JDK 1.1.8 version and this will run on most of these devices.
- SWT support is being added in XUI 3.0 and this may also give you an option of compiling to a native version, but it's not something we have tested yet.
- An even more extreme approach is to use the J# version of XUI, provided that your device supports the .Net platform (which may be the case with some of the latest devices).

Questions on the Wiki itself

1 Where do I ask questions about this Wiki?
2 How do I add a comment to this page?
Clicking through the Add comment link on this page currently results in the message:
"This page doesn't exist yet. Maybe you want to create it?", where the word "create" is a link.
Clicking on the "create" link results in the message:
"This page name is invalid. Valid page names must start with a letter and contain only letters and numbers."
3 How do I sign my contributions?
Usually the string "~~~~" signs a Wiki entry. Does this work here?
See [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page WikiPedia:HowToEditAPage]


Deletions:
- The simplest option is to use a JVM such as Esmertec's Jeode JVM, or NSI's Creme JVM, both of which are commerical products. The level of support in these products vary and some support features of JDK 1.2 and later, including Swing support. XUI provides a JDK 1.1.8 version and this will run on most of these devices.
  • SWT support is being added in XUI 3.0 and this may also give you an option of compiling to a native version, but it's not something we have tested yet.
  • An even more extreme approach is to use the J# version of XUI, provided that your device supports the .Net platform (which may be the case with some of the latest devices).



    Edited on 2006-07-25 09:29:14 by LuanO

    Additions:
    2 How do I access individual nodes in the model?
  • Normally you just use the path, but if there are multiple nodes with the same basic path you can specify the value of the distinguishing attributes. For example:
    model.get( "products/software/vendor@name=xoetrope" );

    This searches for a node where the vendor has a name attribute of xoetrope. Sometimes, for instance when handling code numbers or article numbers, the attribute may include forward slashes. These slashes can cause problems when trying to identify various parts of the path and therefore an escape sequence has been added to allow attributes with slashes to be used in searches. Such a search would appear as:
    model.get( "products/tyres/vendor@name=michelin/size@value=[R14/500]" );

    In the above example the search is for a tyre from the michelin vendor and with a size of R14/500.




    Oldest known version of this page was edited on 2006-07-25 04:54:21 by LuanO []
    Page view:

    Frequently Asked Questions


    1 Can I use XUI on an iPAQ?

    There are a number of options for using XUI on a PDA.


    Neither SWT nor J# support is 100% complete, but we are interested in hearing from users of either and will endeavour to provide whatever support we can.
    Page was generated in 0.9244 seconds