-
Notifications
You must be signed in to change notification settings - Fork 15
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
Looking forward to this! #1
Comments
Hey! It's awesome that you're excited about UGUI. We're currently in the process of designing and building a website UGUI.io. That website will have an explainer video, download link, tutorials section, documentation, additional starter templates, and a section to spotlight applications people have made using UGUI. UGUI is nearing completion. I finished testing in Ubuntu and OSX, and have one last important change to make before version 1.0 comes out in the next few days. For now if you'd like to try it out, the easiest way to run it is to download a copy of NW.js from NWJS.io, then download the zip version of UGUI from this Github repo. Extract the NW.js folder to your desktop. Then open the UGUI zip and move the contents of it into the nwjs folder. All of the UGUI stuff should be in the same spot as nwjs, so that the nwjs.exe and the package.json are in the same directory. Then just run the nwjs.exe file and it should launch the UGUI app. To create your own application, edit the package.json file and the index.htm. More detailed tutorials coming soon. As far as forums go, we use the GitHub Issues page for feature requests and bug reports, and UGUI.reddit.com for community and general support stuff: |
Thanks for the info! I put all the files in one folder, looks like they are calling nwjs.exe, nwjc.exe now. So I ran nwjc.exe and got a fast scrolling window that ended in this -
Any tips what's happening? Update - I had to run nw.exe and then the app opened ok. Getting this error after I drag and drop my cli app on gui and click run. I am using Firefox, not Chrome -
|
Until the tutorials are created and up on UGUI.io, you should check out the NWJS documentation. Also there is some misunderstanding, you don't use Firefox or Chrome. NW.js is a portable, modified version of the Chromium browser with IO.js built in. That's probably more than you need to know, but just understand that NW.js IS your browser, and UGUI/Your App can only run in it as it has magical super powers that regular browsers don't (access hardware, filesystem, and the ability to run executables). |
Ok, I got it regarding the browser. There is one small bug in windows, after I open UGUI and the main window appears, if I click outside the window to my file manager (Total Commander), the UGUI window does not disappear to the background but starts breaking up. If I click outside the UGUI window and Firefox is behind it, UGUI window does not break up. Strange?? Maybe this isn't a bug and a problem with my graphics card?? |
I don't understand what you had happen. I tested it but the programs behaved normally. If you can give me steps to reproduce it, I'll look into fixing it. |
Here it is. Doesn't happen every time I click background application, just randomly. As I move my cursor around, the underlying app shows up (total commander top icons). |
You should test it out with just NW.js. I'm guessing this is either something specifically with your machine, or with nw.js itself. I tried it some more and couldn't get anything to occur. If it happens with just NW.js (not using UGUI), then you can report it on the NW.js github page, as there's nothing I'd be able to do to fix it. |
I am, but how do I use it. I am on Win7 and I just ran index.htm. I want to make radio buttons for options and check boxes but how? Is there a forum where development is being discussed?
The text was updated successfully, but these errors were encountered: