Coder Social home page Coder Social logo

component-examples's People

Contributors

aw4kening avatar ianharrigan avatar qazcetelic avatar uvtc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

component-examples's Issues

Add license for clarity

Add a license, so people can share the examples with others without worrying about restrictions.
It's probably not that important and mostly a formality, but it's pretty easy to add. The MIT license or perhaps the Unlicense are probably fine.

No examples on animations

Not sure if it would be the appropriate place, but yeah...

(Actually, what I want is to know how to do animations using code (like, no XML at all). No idea on how to register frames and if I should add animations directly into components... I examined the code and ended up at directives but no idea on what that does. Any examples of code would be nice... A manual where we can submit code examples for Haxe UI would be nice too. Sorry I'm mixing so much stuff in a single issue but not sure on the best way to contact the developers )

hxwidgets.hxml doesn't build for textinput, labels & checkboxes examples

I get the following error with the downloaded example.

wxWidgets version detected as 3.2.1
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/behaviours/ControlBitmap.hx:21: characters 76-86 : haxe.ui.components.Image has no field imageScale
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/behaviours/ControlDisable.hx:18: characters 20-44 : haxe.ui.core.Component has no field disableInteractiveEvents (Suggestions: isInteractiveEvent, disableInteractivity)
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:39: characters 23-33 : Null<haxe.ui.backend.hxwidgets.custom.TreeViewNode> has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/custom/TreeViewNode.hx:60: characters 31-47 : Field getNodesInternal is declared 'override' but doesn't override any field
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/custom/TreeViewNode.hx:74: characters 31-43 : Field get_selected is declared 'override' but doesn't override any field
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/custom/TreeViewNode.hx:80: characters 31-43 : Field set_selected is declared 'override' but doesn't override any field
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:61: characters 18-28 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:65: characters 40-50 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:69: characters 32-42 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:73: characters 88-98 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/behaviours/TreeViewAddNode.hx:25: characters 18-28 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/AppImpl.hx:183: characters 13-18 : Unknown identifier : _icon
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/AppImpl.hx:186: characters 9-14 : Unknown identifier : _icon
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/AppImpl.hx:182: characters 31-39 : Field set_icon is declared 'override' but doesn't override any field

@media rules not working in openfl

Hi Ian,
I tried compiling the "responsive" example on my Mac using OpenFL. There was a small problem where I had to change line 3 of the main.xml to <style source="/main.css" />. Now that I have it finding the css file, it seems that the rules within media queries are breaking display, i.e. only a white screen appears. What should I do?
-Allan

Invalid Cast

I'm getting:

Error : Invalid Cast

When trying to build the listviewsand demo samples. It seems to be related to the <itemrenderer> as a simple list work.

Using macOS | Haxe 4 | WxWidgets 3.1.3

hxwidgets.hxml doesn't build for buttons example.

I get the following error with the downloaded example.

wxWidgets version detected as 3.2.1
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/behaviours/ControlBitmap.hx:21: characters 76-86 : haxe.ui.components.Image has no field imageScale
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/behaviours/ControlDisable.hx:18: characters 20-44 : haxe.ui.core.Component has no field disableInteractiveEvents (Suggestions: isInteractiveEvent, disableInteractivity)
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:39: characters 23-33 : Null<haxe.ui.backend.hxwidgets.custom.TreeViewNode> has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/custom/TreeViewNode.hx:60: characters 31-47 : Field getNodesInternal is declared 'override' but doesn't override any field
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/custom/TreeViewNode.hx:74: characters 31-43 : Field get_selected is declared 'override' but doesn't override any field
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/custom/TreeViewNode.hx:80: characters 31-43 : Field set_selected is declared 'override' but doesn't override any field
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:61: characters 18-28 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:65: characters 40-50 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:69: characters 32-42 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/builders/TreeViewBuilder.hx:73: characters 88-98 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/hxwidgets/behaviours/TreeViewAddNode.hx:25: characters 18-28 : haxe.ui.backend.hxwidgets.custom.TreeViewNode has no field parentNode
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/AppImpl.hx:183: characters 13-18 : Unknown identifier : _icon
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/AppImpl.hx:186: characters 9-14 : Unknown identifier : _icon
/home/qaz/haxelib/haxeui-hxwidgets/1,5,0/haxe/ui/backend/AppImpl.hx:182: characters 31-39 : Field set_icon is declared 'override' but doesn't override any field
src/Main.hx:11: lines 11-12 : Int should be String
src/Main.hx:11: lines 11-12 : ... For function argument 'value'

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.