Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: XMLGUI


Related Topics
A10

In the News (Sun 27 Dec 09)

  
  XMLGUI - Definition, explanation
XMLGUI is a KDE framework for designing the user interface of an application using XML, using the idea of actions.
In this framework, the programmer designs various actions that his application can implement, with several actions defined for the programmer by the KDE framework, such as opening a file or closing the application.
In addition, XMLGUI is useful for the KParts component programming interface for KDE, as an application can easily integrate the GUI of a KPart into its own GUI.
www.calsky.com /lexikon/en/txt/x/xm/xmlgui.php   (233 words)

  
  XMLGUI - Encyclopedia, History, Geography and Biography
XMLGUI is a KDE framework for designing the user interface of an application using XML, using the idea of actions.
In addition, XMLGUI is useful for the KParts component programming interface for KDE, as an application can easily integrate the GUI of a KPart into its own GUI.
The KDE XMLGUI is one in a long series of projects that have not gotten around to pin down the term for the resulting programming base.
www.arikah.net /encyclopedia/XMLGUI   (267 words)

  
 BruceBlog - Weblog   (Site not responding. Last check: 2007-10-18)
I was digging around the web tonight trying to visit the Thinlet website but for some reason it's been unable.
Upon Googling around I stumbled upon XmlGui which led me to the Beryl Project which led me to PusteFix.
XmlGui, Swixml and JGB are all Swing GUI generation engines each performing code generation from XML.
www.jroller.com /page/bsnyder?entry=discovering_swixml   (398 words)

  
 Light at the end of the tunnel | Not a blog
KDE these days has XMLGUI that lets one give names to actions in C++ code, and build menus and so on that call those actions in an XML stylesheet, thus separating semantics from presentation — at least partly.
These tools are also lack a standard naming convention, and thus it is not possible to semi-automatically generate common and simple parts of the UI.
XMLGUI at least also allows specifying too many aspects (accelerator key, label) of actions on the C side.
modeemi.fi /~tuomov/b/archives/2005/12/16/T23_40_03   (479 words)

  
 KDE Architecture - XMLGUI
XMLGUI is especially important for modular programs, where the items appearing in the menu bar may come from many different plugins or parts.
XMLGUI is prepared to handle such cases with the notion of action lists.
An action list is declared as one item in the XML file, but consists of several actions which are plugged into the menu at runtime.
developer.kde.org /documentation/library/kdeqt/kde3arch/xmlgui.html   (1271 words)

  
 XMLGUI
The menu and toolbar parts of KParts (see section 4.1) are based on XMLGUI.
One advantage of the XMLGUI mechanism is that it makes it possible to provide a general configuration mechanism for the actions to the user.
There is a standard configuration dialog which enables the user to persistently change which actions are shown as toolbar buttons.
www.usenix.org /event/usenix04/tech/freenix/full_papers/faure/faure_html/node7.html   (304 words)

  
 JS XmlGUI - The XML Driven GUI - [HOME]
The JS XmlGUI is library which allows to describe both - logic and appearance (rendering) - of Java applications GUI's in XML.
It allows to reduce amount of GUI specific Java code to minimum and to keep GUI design readable even for people who are not programmers.
JS XmlGUI is library designed to support MVC pattern (see: Model View Controller), with strong focus on HMVC pattern - the layered pattern for developing strong client tiers - extension of MVC (see: HMVC: The layered pattern for developing strong client tiers).
www.xmlgui.org   (364 words)

  
 OSNews.com
Not only is Mozilla's XUL precedent for it, but also Qt Designer + KDE's XMLGUI.
XMLGUI is KDE's system that specifies toolbars and menu items as XML files.
XMLGUI is one of the nifty features that make KDE apps so easy to write --- actions are totally independent of the toolbar or menu items that invoke them.
www.osnews.com /comment.php?news_id=5025   (1166 words)

  
 Guichan forum :: Guichan general :: XmlGui - another xml parser for guichan
Now I can compare your version quard with simcop's version and maybe put together an official add on based upon both your works.
I have noticed, that in Visual Studio.NET 2003 executing applciation with XmlGui crashes.
I did't understand the bug in my code, but now I have fixed bug.
guichan.sourceforge.net /forum/read.php?2,278   (716 words)

  
 commit-digest.org - 16th July 2006
What is special about these interviews is that the people talking are not random commentators, but actual members of these projects, and so offer an unparalled insight and view into the workings of these technologies and their impact.
Improvements to the dynamic GUI generator, XMLGUI, for KDE4.
Now called LiveUI, this successor to XMLGUI will play a big role in KDE4 applications.
commit-digest.org /issues/2006-07-16   (1328 words)

  
 JS XmlGUI - The XML Driven GUI - [NEWS]
It starts from basic calculator class as your business object and shows how to create UI for this application and how to introduce tests - all in Agile methodology.
This version brings mayor changes to JS XmlGUI.
First of all - now JS XmlGUI uses JavaBeans as source of widgets data - model can contain JavaBeans and view builds SWT widgets, which can be connected with model in way very similar to JSP.
www.xmlgui.org /news.html   (171 words)

  
 WidgetServer 1.0 = (AJAX + RemoteSwing) * XMLGui
WidgetServer 1.0 = (AJAX + RemoteSwing) * XMLGui
WidgetServer is a free, component based, server-side GUI framework wich unifies AJAX, RemoteSwing and XMLGui like XUL.
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
www.theserverside.com /news/thread.tss?thread_id=40716   (1797 words)

  
 Re: Here's my unasked nitpicks-list about KDE 3.4-rc1   (Site not responding. Last check: 2007-10-18)
but until we separate the XMLGUI rc files for the different profiles, we can't do much about it.
I thought that this is the special XMLGUI rc file that defines the simpler toolbar for this profile.
yes, the per-profile XMLGUI file support is there, but nobody has actually created separate rc files for each profile and then tested them in under common circumstances.
dot.kde.org /1109582845/1109608822/1109625751   (459 words)

  
 KDE devel: XMLGUI menu executes after app is terminated - LinuxQuestions.org
KDE devel: XMLGUI menu executes after app is terminated
The question does not have to be directly related to Linux and any language is fair game.
I have a application that contains a KMainWindow which first calls setXMLFile() and then initializes a number of private vars which are of KAction type, each connected to a protected slot.
www.linuxquestions.org /questions/showthread.php?t=414958   (382 words)

  
 beryl.tigris.org
If you just want to use it, you should probably subscribe to one or more of the mailing lists in order to be informed about changes.
The remote management client is based on xmlgui.
The Beryl logo has been contributed by Peter Marquardt
beryl.tigris.org   (312 words)

  
 KJSEmbed Examples   (Site not responding. Last check: 2007-10-18)
An application for creating buttons for web sites.
Creates a complete KDE GUI shell using XMLGUI and KStdAction.
Loads.ui files to provide a GUI for grep.
xmelegance.org /kjsembed/examples/index.html   (180 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.