Giter Club home page Giter Club logo

gowut's People

Watchers

 avatar

gowut's Issues

Add limited <canvas> support

Feature request:
1. add canvas component that supports rendering image or svg.

To learn Go, I am porting a python utility based on matplotlib to Go. 
Matplotlib provides browser-based rendering backend using a canvas element.  
http://matplotlib.org/users/whats_new.html#backends And, I was attracted to 
Gowut as a way to create the UI with Go.

The issue I encountered with reloading the current gowut image component within 
a gowut page is that there was obvious blinking as the image was removed and 
reloaded.  Drawing to a canvas element could avoid this.

Would adding minimal support for a canvas component to Gowut that allows 
drawing images be welcome?

If you do not have time to make this change, but think it would be a good idea, 
can you recommend how to approach it within the Gowut framework?  I'd be happy 
to give it a "go".

Thank you.

Original issue reported on code.google.com by [email protected] on 6 Mar 2014 at 5:04

can not panic() program

What steps will reproduce the problem?

b := gwu.NewButton("QUIT")
b.AddEHandlerFunc(func(e gwu.Event) {
  panic("try to show goroutines and quit")
}, gwu.ETYPE_CLICK)

What is the expected output? What do you see instead?
I wish there is a method to let me quit program when button pressed

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

go 1.1
gowut 6cc150b5189d

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 7 Jun 2013 at 8:30

Why is "text" hardcoded in a text box?

Less a bug than a feature request.
If instead of choosing between "text" and "password" at render time these were 
set at "type" attributes (c.SetAttr("type", "text"), for example), then the 
user could over-ride the text box to, say "number".  It also shrinks the code 
quite a bit.
I don't have a full implementation of this change, but I have tested it and 
could flesh it out to submit a patch if you approve of the direction.


Original issue reported on code.google.com by [email protected] on 6 Jan 2014 at 11:59

Expander.Content() wrong implementation

What steps will reproduce the problem?
func (c *expanderImpl) Content() Comp {
    return c.header
}

What version of the product are you using? On what operating system?
go 1.1.2 for windows/amd64

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Nov 2013 at 7:19

IE 6 show javascript errors and some behavior can not work

What steps will reproduce the problem?
1. Use IE 6 to try login_demo
2. for example, when press login, sometimes, it can not login
3. after login, the google picture layout is wrong.

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jun 2013 at 7:03

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.