Question coming from Neobook user - Forum

Forum Navigation
You need to log in to create posts and topics.

Question coming from Neobook user

Hi,

I am new to VisualNeo Web. I try to learn this application the best I can. But I am stuck, not being able to figure out  how to do something. I have been doing this for a long time in Neobook and still work in VisualNeo Win. I  have been using this a lot for my work. Here is my example :

  1. Copying column from excel and convert it to an array
    1. I was copying to column to Ctrl-C [Clipboard] Global Variable
    2. StrParse "[Clipboard]" "[#13][#10]" "[AT]" "[ATN]"
    3. Global Variable [Clipboard] doesn't seem to exist anymore and I am  getting an error from [#13][#10] Special Ascii Global Variables.
    4. It give me an execution error on F9
    5. Caractère incorrect (main.js?v=21, 18)
      [$injector:modulerr] http://errors.angularjs.org/1.7.7/$injector/modulerr?p0=NeoApp&p1=Error: [$injector:nomod] http://errors.angularjs.org/1.7.7/$injector/nomod?p0=NeoApp
      at Anonymous function (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:26:447)
      at b (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:25:459)
      at Anonymous function (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:26:220)
      at Anonymous function (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:42:494)
      at r (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:8:74)
      at g (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:42:344)
      at fb (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:46:454)
      at c (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:22:55)
      at Uc (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:22:363)
      at Ae (file:///C:/Users/patrick/Documents/VisualNeoWeb/Libraries/js/angular.min.js:21:45) (jquery.min.js, 2)

Is there any way I can do this in the VisualNeo Web for now or I better stick with VisualNeo Win or Neobook. Is it something that will comeback in the future (Clipboard, Special Global Variables and Global Variables) ?

Everything is working fine in VisualNeo Win but can't figure out how in VisualNeo Web

Hi @thenotman,

Right now there is not clipboard access as it's restricted in WebApps (also File System access is restricted)
As we have recently added the NW.js deployment option (desktop executables) it will be possible in the near future.
VisualNEO Web has already a collection of Global Variables but [#13] and [#10] do not exist. You would have to use "\r" and "\n" instead. You can paste the Excel content into a TextArea and process it.

Please do not try to use VisualNEO Web as a VisualNEO Win sustitute (at least for now) or you will get frustrated.
VisualNEO Web is quite more powerful, but it's a Web Development Tool with it's pros and cons.

Regards.

CN_Iceman has reacted to this post.
CN_Iceman

Thank you Luis for the quick answer.

I will use the Win version then. But I keep my hopes up that one day these 2 product merge into one :)

By the way, the new licensing system work flawlessly for me!

I never got bothered to enter my info since for the VisualNeo Web and Win.

Good job on that one also!