Josh 10,030 Posted January 30 Share Posted January 30 Light theme: 1 Quote Link to post Share on other sites
reepblue 726 Posted January 30 Share Posted January 30 All jokes aside, looks like a modern light theme. 1 Quote Link to post Share on other sites
Josh 10,030 Posted January 30 Share Posted January 30 Update is available now. In the example project, there is a menu option to load a color scheme. The default dark and light are included. 1 Quote Link to post Share on other sites
Josh 10,030 Posted January 30 Share Posted January 30 Color scheme JSON files can now use a hex code. Maybe you want something more stylized: army.json Quote Link to post Share on other sites
Josh 10,030 Posted January 30 Share Posted January 30 Okay, I think the application itself is finished. Now I need to: Documentation Sign-in system Record videos Quote Link to post Share on other sites
Josh 10,030 Posted January 30 Share Posted January 30 I modified the way themes are stored in the JSON file so they are really simple to edit: { "colorScheme": { "background": "#F0F0F0", "border": "#B3B4BC", "foreground": "#000000", "highlight": "#C9DEF5", "menuBorder": "#999999", "popup": "#F6F6F6", "raised": "#E6E6E6", "selectedText": "#FFFFFF", "selection": "#2979FF", "sliderArrow": "#868999", "sliderTrack": "#C2C3C9", "sliderTrackHovered": "#808080", "sunken": "#FFFFFF" } } 1 Quote Link to post Share on other sites
Josh 10,030 Posted February 7 Share Posted February 7 Added another screen to choose the template, GUI or console application. 3 Quote Link to post Share on other sites
Josh 10,030 Posted February 8 Share Posted February 8 I made a change to the docs system so the language is included in the URL, which is kind of nice: https://www.ultraengine.com/learn/CPP/CreateButton 1 Quote Link to post Share on other sites
Josh 10,030 Posted February 8 Share Posted February 8 This also makes it so if you are looking at the documentation on Github links to other markdown pages will work: https://github.com/Leadwerks/Documentation/blob/master/CPP/Object_Self.md 1 Quote Link to post Share on other sites
Jules D. 8 Posted February 24 Author Share Posted February 24 Just purchased the Leadwerks engine Professional few days ago in hopes that I would have access to Ultra App Kit Beta download. But still nothing. Do people who have purchased the Ultra App kit have access to a download for the beta some where? Quote Link to post Share on other sites
Josh 10,030 Posted February 24 Share Posted February 24 42 minutes ago, Jules D. said: Just purchased the Leadwerks engine Professional few days ago in hopes that I would have access to Ultra App Kit Beta download. But still nothing. Do people who have purchased the Ultra App kit have access to a download for the beta some where? No, they are separate products. Ultra App Kit has no 3D rendering capabilities, it is just for making desktop GUI applications. Quote Link to post Share on other sites
Jules D. 8 Posted February 24 Author Share Posted February 24 I also purchased UAK. And would really like to have access to the Beta. Do I have access to it somewhere? Or is it possible to have access to it? Quote Link to post Share on other sites
Josh 10,030 Posted February 24 Share Posted February 24 14 minutes ago, Jules D. said: I also purchased UAK. And would really like to have access to the Beta. Do I have access to it somewhere? Or is it possible to have access to it? How did you purchase it? Kickstarter or on our site? Quote Link to post Share on other sites
Jules D. 8 Posted February 24 Author Share Posted February 24 Website. Quote Link to post Share on other sites
Josh 10,030 Posted February 24 Share Posted February 24 I see it...just a moment... Quote Link to post Share on other sites
Josh 10,030 Posted February 24 Share Posted February 24 Okay, sorry about that. I sent a Steam key. I now have a system in place that sends these out automatically but it was not implemented at the time your order was received, so I will still sending those out by hand. Quote Link to post Share on other sites
Josh 10,030 Posted February 24 Share Posted February 24 The authentication system is now working! When you start the program the first time you will be prompted to enter your forum username and password. The program will log into our website and receive an OAuth authentication token. It's not too strict right now, and it's not check for purchases on our site, since some people got this through Kickstarter or elsewhere. If you go to your account settings here you can see the app has paired with your account: https://www.leadwerks.com/community/settings/apps/ If you click the "Remove" button, the saved authentication token will be invalidated, and the program will prompt you to sign in next time you run it! What does this do? We will get new forum accounts for all users on Steam from now on. I can now offer software on a subscription basis, something that has never been possible before. In the future, this will allow features like Marketplace or screenshot uploads to be built into the software and work with our site. In the future I will show how you can use LibCurl and OAuth with an installation of Invision Power Board on your own website to sell games directly to the customer and authenticate their license. Please let me know if you have any problems. 1 Quote Link to post Share on other sites
Josh 10,030 Posted February 24 Share Posted February 24 To my surprise, the whole system handles names with Unicode characters with no problem. Quote Link to post Share on other sites
Josh 10,030 Posted February 24 Share Posted February 24 Adding TEXTFIELD_PASSWORD style flag: 1 Quote Link to post Share on other sites
Ttiki 20 Posted February 24 Share Posted February 24 I have a quick question, aren't default slider affected by SetRange? Quote Link to post Share on other sites
Josh 10,030 Posted February 24 Share Posted February 24 7 hours ago, Ttiki said: I have a quick question, aren't default slider affected by SetRange? They all are. Quote Link to post Share on other sites
reepblue 726 Posted February 25 Share Posted February 25 I authenticated tonight. With the login box, I suggest you make the focus jump to the password box from the username upon hitting tab. 1 Quote Link to post Share on other sites
Jules D. 8 Posted February 25 Author Share Posted February 25 Sorry to bother you again, but I did have the steam key it is the download UAK beta link I am looking for. It says 'There are no apps with access to your account.' But in my purchases it is there. Quote Link to post Share on other sites
Josh 10,030 Posted February 25 Share Posted February 25 3 hours ago, Jules D. said: Sorry to bother you again, but I did have the steam key it is the download UAK beta link I am looking for. It says 'There are no apps with access to your account.' But in my purchases it is there. Can you send a screenshot please? Quote Link to post Share on other sites
Jules D. 8 Posted February 25 Author Share Posted February 25 Here are the screen shots. 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.