Git Product home page Git Product logo

junglegui's People

Stargazers

Philippe Back avatar Dave avatar Alan Rawkins avatar

Watchers

James Cloos avatar Manel avatar

Forkers

philippeback

junglegui's Issues

.Dispose Issue

Calling .Dispose caused null pointer exception. 

Adding 'Parent = Null' to Control.Update may solve this...

Method Dispose()

Parent = null '<--------------------- in order to remove from list
_parentControl = null'<------------- this should maybe done in .Parent in the 
else branch?
_GuiVector2D.SetNotifyControl(null, 0)
_drawingSize.SetNotifyControl(null, 0)
_gui = Null

End

Original issue reported on code.google.com by sascha.schmidt217 on 30 Jul 2012 at 6:12

.LostFocus and .GotFocus Event Issue

GotFocus is triggered with every click of a button, regardless of whether the 
control has focus already. LostFocus fires, although the focus is not lost...

Control.Update needs a check if the currently focussed object is self?

if _gui._focusedControl = Self Return


What steps will reproduce the problem?

1. register .LostFocus & .GotFocus evenhandler on a button
2. let the Lost handler print "Lost"
3. let the Got handler print "Got"
4. Click 3 times on the button

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

expected output:
GOT

instead:
GOT
LOST
GOT
LOST
GOT


Original issue reported on code.google.com by sascha.schmidt217 on 30 Jul 2012 at 5:18

Cyclic declaration of 'Msg'

What steps will reproduce the problem?
1. Build a test

What is the expected output?
For it to work...

What do you see instead?
junglegui/control.monkey<105> : Error : Cyclic declaration of 'Msg'

What version of the product are you using? On what operating system?
Windows 7 (64-bits)
Monkey v66

Please provide any additional information below.
Using Revision d45106964ab1

It can be fixed by commenting out line 105. I'm not sure what it's supposed to 
be doing, but after commenting it out there were no adverse effects that I 
could see.

Original issue reported on code.google.com by [email protected] on 24 Feb 2013 at 3:18

No support for modal dialogs

Not really a bug, but as far as I can see, this is not supported yet

Original issue reported on code.google.com by sascha.schmidt217 on 31 Jul 2012 at 6:08

TAB navigation

It is not cicling properly and also it can fail to complete a TAB stop chain 
when several control containers are involved in the selection chain.

Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 2:50

ListView focus

What steps will reproduce the problem?
When items arne selected/deselected on a ListView control, we have focus events 
being launched. While this could be a design choice for JungleGui, and directly 
consider ListView items regular controls that can get focus and lose focus, I 
was expecting the ListView control to be rendered as selected. visually is 
seems that it is not the selected control whenj you use it to select one of its 
items. We maybe shoud modify its rendering.

Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 2:46

Listview doesn't call Event_Click when clicking ON the text

When a listview has text (and images or other stuff, doesn't matter); it 
generates an Event_Click when you click everywhere in the listviewitem 
rectangle EXCEPT if you click exactly on the text. It does select the item, but 
doesn't generate the click. Is that intentional? 

Original issue reported on code.google.com by [email protected] on 31 Mar 2013 at 12:59

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.