-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing elements #23
Comments
Ill have to double check the other issues, though i dont remember them being issues (although im using a mac vm so not sure if that could be related). However, as you mentioned i have noticed the DC stuff not working at all on mac / linux, which ive been meaning to take another look at. Unfortunately time isnt my friend at the moment. |
Thanks. One thing - are you using WXwidgets 3.0.2 or 3.1? Another thing - could some things be ported over from the waxe project? I
Simple.hx"); On Sat, Apr 9, 2016 at 6:45 AM, Ian Harrigan notifications@github.com
|
Ok, so as far as the menus go you have a few options now: file.appendItem(new MenuItem(file, null, null, StandardIds.ABOUT));
file.appendItem(new MenuItem.PreferencesMenuItem(file));
file.append(StandardIds.EXIT); |
Updated list of what works/what's missing on my system
What's missing:
Thanks - keep up the good work |
Ok, great... slowly moving forward! :) Any chance you can send a screen shot? It might just be that some controls are underneath other controls. Also I had to remove the menu stuff i detailed above as it didnt seem available in linux, so will have to rethink it somewhat. Still, progress is progress. Cheers, |
(Also you might want to grab the latest ive just pushed also) |
Cool - further improvements: DC area now has red background and text "Test" appears. Other issues still exist including the strange "openFL button only become Cheers, Hartmut On Tue, Apr 26, 2016 at 4:01 AM, Ian Harrigan notifications@github.com
|
Have you got a screen shot btw? Just want to check something. |
Hi Sumo, When you get a moment can you pull latest demo and try again... one thing to now about this is that the "drawing" page doesnt work. Im not quite sure what it is, but something strange happens on osx. But you should be able to flip between the pages now and see components. Bizarrely the event handler for the event when the notebook page changed needed an Anyways, let me know if it works (screen shot would be good too!) |
Right now I get a compile error - do I need a different version of hxcpp? ./src/hx/widgets/TextCtrl.cpp:46:16: error: ambiguous conversion for functional-style cast from 'Pointer' to '::cpp::Pointer' |
you need git version of hxcpp |
but which version? - The version I have worked before On Sat, May 7, 2016 at 3:49 AM, Ian Harrigan notifications@github.com
|
The latest commit, |
OK, I got it running now. First tab: the multiline text control is "smashed" and nothing on drawing tap other than black background. Console shows: |
Yeah, ive noticed those two issues on my VM too... Something to do with the sizers (for the text field) and not sure about the drawing dialog... seems like the paint isnt handled correctly... Still, apart from that looking pretty good. |
Yes, definitely progress. Keep up the good work. Here are two questions:
Von meinem iPhone gesendet
|
wxWidgets supports both of these, and they are useful, so yes ;) |
Great! On Sun, May 8, 2016 at 1:56 PM, Valentin Lemière notifications@github.com
|
Ok, so i think im going to close this issue and open up new ones about the text field and drawing... As well as some feature requests for file dialogs and drag and drop... Ok with you @sumo961? |
Sounds good Von meinem iPhone gesendet
|
Looking through the code more, there are several missing elements on OS X/wxwidgets 3.0.2:
The text was updated successfully, but these errors were encountered: