Search found 410 matches
- Mon Sep 03, 2018 8:31 am
- Forum: Announcements
- Topic: Exciting News!
- Replies: 24
- Views: 19786
Re: Exciting News!
Just wondering if the current licences for NeoBook will automatically be transferred over to the newly branded version of VisualNEO for Windows? Hi Paul, there is not such an automatic license transfer. Keep in mind that these are not new versions, just rebranded versions, so you already have the l...
- Sat Sep 01, 2018 7:26 am
- Forum: Announcements
- Topic: Exciting News!
- Replies: 24
- Views: 19786
Re: Exciting News!
Hi everyone,
Although not everything is ready, we have launched the new site:
https://visualneo.com
Please let me know if you find out any problem.
Thank you very much!
Although not everything is ready, we have launched the new site:
https://visualneo.com
Please let me know if you find out any problem.
Thank you very much!
- Wed Aug 29, 2018 4:50 am
- Forum: General NeoAppBuilder Discussion
- Topic: How to use Cordova plugins for compiled apps?
- Replies: 3
- Views: 8642
Re: How to use Cordova plugins for compiled apps?
Sorry, I do not have much experience with Cordova plugins but, at first sight, it seems the appropiate JavaScript code has not been loaded.
- Wed Aug 29, 2018 4:22 am
- Forum: Announcements
- Topic: Exciting News!
- Replies: 24
- Views: 19786
Re: Exciting News!
We will be offering much more afordable licenses and interesting offers for education.I would like to make a proposal to distribute VisualNEO for Windows and VisualNEO for WebApps and Mobile with a free license for private and non-commercial use
Regards.
- Wed Aug 29, 2018 4:13 am
- Forum: General NeoAppBuilder Discussion
- Topic: How to use Cordova plugins for compiled apps?
- Replies: 3
- Views: 8642
Re: How to use Cordova plugins for compiled apps?
Try to add your code in App Events->StartUp:
Good luck!
Code: Select all
BeginJS
AndroidFullScreen.immersiveMode(successFunction, errorFunction);
EndJS
- Fri Aug 24, 2018 11:56 pm
- Forum: General NeoAppBuilder Discussion
- Topic: Use images in html code
- Replies: 3
- Views: 4048
Re: Use images in html code
Hi!, You have two different ways to add any kind of content to your App: 1) Use the built-in NeoAppbuilder objects. 2) Use your own HTML code inside a Container object. If you use NeoAppBuilder objects (as Hans suggest), the software will manage the files you need, including images. So, no matter wh...
- Thu Aug 23, 2018 3:52 am
- Forum: General NeoAppBuilder Discussion
- Topic: Navigate to pages from html
- Replies: 2
- Views: 3460
Re: Navigate to pages from html
Use this syntax: <a href="javascript:angular.element(document.getElementById('ng-view')).scope().GotoPage('PageName')">Action</a> To simplify I allways define this on Project->Events->Start-up: BeginJS AppFunctions = angular.element(document.getElementById("ng-view")).scope(); En...
- Tue Aug 21, 2018 11:45 pm
- Forum: NeoAppBuilder PlugIns
- Topic: FabricJS Plugin Updated
- Replies: 7
- Views: 9462
Re: FabricJS Plugin Updated
Sorry, it's this plugin:
http://neosoftware.com/community/viewto ... p=11219450
I have allways used the "sl" prefix (SinLios).
Should I use a different prefix for every plugin?
I will try to include all my plugins with the VisualNEO(Web) distribution.
Regards,
http://neosoftware.com/community/viewto ... p=11219450
I have allways used the "sl" prefix (SinLios).
Should I use a different prefix for every plugin?
I will try to include all my plugins with the VisualNEO(Web) distribution.
Regards,
- Tue Aug 21, 2018 4:22 am
- Forum: General NeoAppBuilder Discussion
- Topic: Dummy object for free html code
- Replies: 6
- Views: 5206
Re: Dummy object for free html code
I think it should be really easy to solve within the plugin generator, but I still have no chance of making any changes on it.
Meanwhile your workaround should work.
Sorry.
Meanwhile your workaround should work.
Sorry.
- Tue Aug 21, 2018 3:26 am
- Forum: General NeoAppBuilder Discussion
- Topic: Dummy object for free html code
- Replies: 6
- Views: 5206
Re: Dummy object for free html code
Why not put this inside a Container HTML?
<div class="emscripten" id="status">Downloading...</div>
<div class="emscripten">
<progress value="0" max="100" id="progress" hidden=0></progress>
- Tue Aug 21, 2018 1:22 am
- Forum: General NeoAppBuilder Discussion
- Topic: Dummy object for free html code
- Replies: 6
- Views: 5206
Re: Dummy object for free html code
Try this using PowerApp plugin: slGetHTMLCode "NewPage" [pagecode] slSetHTMLCode "NewPage" '<div class="emscripten" id="status">Downloading...</div>\n<div class="emscripten">\n<progress value="0" max="100" id="progress" ...
- Sun Aug 12, 2018 9:26 pm
- Forum: Announcements
- Topic: Exciting News!
- Replies: 24
- Views: 19786
Re: Exciting News!
Thank you very much for your comments and good wishes! Please, let me be clear: Right now, in this precise instant, it is not about further development, it's about keeping this wonderful software alive. I do really love Neosoftware products and I'm committed to do whatever necessary to it's sucess, ...
- Sat Aug 11, 2018 10:38 pm
- Forum: General NeoBook Discussions
- Topic: Neobook Update 2018
- Replies: 38
- Views: 26403
- Sat Aug 11, 2018 10:36 pm
- Forum: Announcements
- Topic: Exciting News!
- Replies: 24
- Views: 19786
Re: Exciting News!
Dear community members, We at SinLios are very excited about this challenge and would like you to keep with us to help these wonderful software products evolve, as we think you, the community, are a key piece for a succesful future. I have read carefully every thought and comment on this forum befor...
- Sat Aug 04, 2018 1:04 am
- Forum: General NeoBook Discussions
- Topic: Two questions regarding unexpected shutdown
- Replies: 2
- Views: 3809
Re: Two questions regarding unexpected shutdown
We have faced a similar problem on our software BiblioControl (bibliocontrol.es).
To avoid that we have an "Unlock user" option on the admin panel that returns the "logged in" database registry to its original value for a given user.
To avoid that we have an "Unlock user" option on the admin panel that returns the "logged in" database registry to its original value for a given user.