Code Monkey home page Code Monkey logo

gwt-ui's People

Watchers

James Cloos avatar

gwt-ui's Issues

"The method getTextContent() is undefined for the type Node" error when compiling the class org.olostan.gwtui.rebind.DocumentParser

What steps will reproduce the problem?
1. download source code
2. compile the class org.olostan.gwtui.rebind.DocumentParser
3. view error list on console

I'm  using Java 6 JDK. Suse Linux 10.2 

The error occur in code like this:

Node attribute = attributes.getNamedItem("widgetpackage");
attribute.getTextContent();  <<< The method getTextContent() is undefined
for the type Node

Node is provided by : "import org.w3c.dom.Node;"



Original issue reported on code.google.com by [email protected] on 8 Jul 2007 at 3:29

Horizontal Line in more than one area of the template

Hi Valentyn,

Pl. find attached ui.xml for my application.

w.r.t to the above file, we have two areas, where horizontal line is drawn 
i.e header_bottom_line and page_bottom_line. For both these containers
I am using   

<widget type='com.tezzd.client.ui.permanent.DisplayHorizontalLine'/> 

i.e

<content container='page_bottom_line'>
  <widget type='com.tezzd.client.ui.permanent.DisplayHorizontalLine'/>
     </content>

and 

  <content container='header_bottom_line'>
  <widget type='com.tezzd.client.ui.permanent.DisplayHorizontalLine'/>
     </content>

by doing this I only see one horizontal line and not two.  Could you pl. 
advice on what is wrong.. Does the UI framework create a new horizontal 
line for each container or does it use only one instance.

I appricate your timely help.

Regards,
Nagendra

Original issue reported on code.google.com by [email protected] on 4 Aug 2007 at 3:11

Attachments:

Enhancement: get widget class name

Widget name is specified in ui.xml file. This is an enhancement request to
provide a method to get the widget name from within the client code. 

I have discussed this with Valentyn and he has agreed to provide a
getWidgetName() method. 

Recording this issues as part of the system. 

Joster

Original issue reported on code.google.com by [email protected] on 21 Jul 2007 at 3:12

Request for skin support with GWT-UI

>    1. Is it possible to extend GWT-UI to provide multiple "skins"
>       support for GWT applications. This would mean that I can have
>       multiple ui*.xml file to provide different UI/layout
>       configuration of the widgets - and this can be dynamically
>       changed from within the application. This would be a cool feature!
>

Yes, that would not be very complex, I'll do that in nearest future. I
see that in such way:
1. you define FirstUI.ui.xml,  SecondUI.ui.xml
2. you can define several custom interfaces like " interface FirstUI
implement UIManager { ... };"
3. and then you create instance: "FirstUI firstUI = (FirstUI)
GWT.create(FirstUI.class);".

So 'gwt-ui' module while generating implementation of marker interface
'FirstUI' would search for 'FirstUI.ui.xml' and if not found, search for
'ui.xml'. Using this way I can have backward-compatibility support.

Please create issue on gwt-ui project marking it as 'Enhancement' not to
forget it.

Thanks for your feedbacks of gwt-ui package.

Original issue reported on code.google.com by [email protected] on 10 Jul 2007 at 2:37

ui.xml is not picked from xx.gwt.xml directory

What steps will reproduce the problem?
1. Create a gwt package with package prefix com.tejasoft.client etc..
2. Create xx.gwt.xml in com/tejasoft directory
3. Put ui.xml in com/tejasoft directory
4. On running the application it says that ui.xml is not found

Workarround:

Put the ui.xml in the same level as com then it works fine.

What is the expected output? What do you see instead?

It should picke up the ui.xml from xx.gwt.xml directory as per the 
document. else change the documentation accordingly


What version of the product are you using? On what operating system?


Please provide any additional information below.


Regards,
Nagendra
www.tejasoft.com


Original issue reported on code.google.com by [email protected] on 19 Jul 2007 at 11:40

Enhancement: request for an reset listener

Hello- 

I would like to request a "reset listener" to all widgets defined in the
ui.xml. This reset listener will help in resetting the state of widgets,
memory/data being held within the widgets as needed from within the client
program. 

Discussed this with Valentyn, recording here in the system as well. 

Joster

Original issue reported on code.google.com by [email protected] on 21 Jul 2007 at 3:17

Enhancement: support for multiple xml file to define states

For large applications, each unique state can have many widgets associated
with it. Is it possible to have multiple xml file to defined UI per state.
Say something like:
  <ProjectName>.<state>.ui.xml 

This will help with better organization and structure of application
development. 

JOster

Original issue reported on code.google.com by [email protected] on 21 Jul 2007 at 3:19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.