Search found 2364 matches

by HPW
Thu Aug 30, 2018 10:09 am
Forum: PlugIn Discussions
Topic: hpwDllCall reposted
Replies: 6
Views: 8695

Re: hpwDllCall reposted

Hello, After revisiting the purebasic compiler, I noticed that the demo-PB from hpwDllCall no longer works with the current PureBasic 5.62 version. Since PureBasic has moved to Unicode it is now incompatible with the old demo. So here a version which compiles to a working DLL: ; ; ------------------...
by HPW
Sun Aug 26, 2018 8:45 am
Forum: General NeoAppBuilder Discussion
Topic: newlisp-js on NAB
Replies: 1
Views: 2773

Re: newlisp-js on NAB

Hello,

Added a info and doku button to the sample:

Test-app: http://www.hpwsoft.de/nl/

Regards
by HPW
Sat Aug 25, 2018 3:34 pm
Forum: General NeoAppBuilder Discussion
Topic: newlisp-js on NAB
Replies: 1
Views: 2773

newlisp-js on NAB

Hello,

My current testcase of newlisp-js on NeoAppBuilder/VisualNeo:

www.hpwsoft.de/nl/

This a first basic step. Hopefully more to come

Regards
by HPW
Fri Aug 24, 2018 6:05 am
Forum: General NeoAppBuilder Discussion
Topic: Use images in html code
Replies: 3
Views: 3494

Re: Use images in html code

Hello, When I place the neoappbuilder img-object on the form I get a file selector to browse to my file. When I compile it then the file gets copied into a img subfolder of my web-path. The html code gets generated with the needed img tag. So how do you place your Image? Edit: The generated tag Look...
by HPW
Thu Aug 23, 2018 9:35 am
Forum: General NeoAppBuilder Discussion
Topic: Accessing nab.objects from js
Replies: 1
Views: 3215

Re: Accessing nab.objects from js

Hello,

After a look in main.js I get it:

Code: Select all

            $App.NAB.PushButton1_disabled=false;
            $App.NAB.PushButton2_disabled=false;
by HPW
Thu Aug 23, 2018 9:20 am
Forum: General NeoAppBuilder Discussion
Topic: Accessing nab.objects from js
Replies: 1
Views: 3215

Accessing nab.objects from js

Hello, Playing with my newlisp demo I set all Buttons to enabled=false I want to enable them when all libs are ready loaded. The Buttons Html. <button id="PushButton1" type="button" class="btn btn-default [NAB.PushButton1_effect]" ng-style="NAB.PushButton1_style&qu...
by HPW
Tue Aug 21, 2018 11:59 pm
Forum: NeoAppBuilder PlugIns
Topic: FabricJS Plugin Updated
Replies: 7
Views: 8200

Re: FabricJS Plugin Updated

Hello, Should I use a different prefix for every plugin? As written in above post: So special prefix for every command as it was good habit in neobook? So yours is good. I only misread it: Author Plugin Command sl FancyCheckBox Primary But then PowerApp and farbric does not fit yet. slPowerAppCenter...
by HPW
Tue Aug 21, 2018 11:47 pm
Forum: General NeoAppBuilder Discussion
Topic: Plugin generator improvement
Replies: 14
Views: 9704

Re: Plugin generator improvement

Hello,

It would be nice if the command wizards can also show the plugin-name where the command come from.

Either in caption

Action Wizard - fabNewRect (Fabric 1.7)

Or hint area:

fabNewRect (Fabric 1.7)
Adds a rectangle

Regards
by HPW
Tue Aug 21, 2018 11:33 pm
Forum: General NeoAppBuilder Discussion
Topic: Plugin generator improvement
Replies: 14
Views: 9704

Re: Plugin generator improvement

Hello, The plugin generator supports command wizards for custom commands. It identify the type of a command parameter by the type-spezifier. When it is set to "OBJID" the wizard gets 2 Buttons in the wizard: One for variable-select and one for object-select. So what about a new ID "CO...
by HPW
Tue Aug 21, 2018 11:16 pm
Forum: NeoAppBuilder PlugIns
Topic: FabricJS Plugin Updated
Replies: 7
Views: 8200

Re: FabricJS Plugin Updated

Hello,

Oops, my mistake. It is a different plugin.

This will get a problem when you can not identify the command to which Plugin it belongs.
So special prefix for every command as it was good habit in neobook?

Regards
by HPW
Tue Aug 21, 2018 10:37 pm
Forum: NeoAppBuilder PlugIns
Topic: FabricJS Plugin Updated
Replies: 7
Views: 8200

Re: FabricJS Plugin Updated

Hello,

Latest demo does not compile:

Unknown command: slFancyCheckBoxPrimary

Does it use a newer plugin version of PowerApp ?

Regards
by HPW
Tue Aug 21, 2018 5:23 am
Forum: General NeoAppBuilder Discussion
Topic: Dummy object for free html code
Replies: 6
Views: 4437

Re: Dummy object for free html code

Hello Luis, No Need for a 'Sorry'. I know that we are still in beta. And I have revisited it now because of making it a good product in the future, The latest beta is also a lot better than the one I tested first. So add it to the wish list. And remember: neobook gets the product it is, because Dave...
by HPW
Tue Aug 21, 2018 3:54 am
Forum: General NeoAppBuilder Discussion
Topic: Dummy object for free html code
Replies: 6
Views: 4437

Re: Dummy object for free html code

Hello Luis,

Many thanks. That was the hint I needed. Bingo.

Now my last Problem remain with the async js-lib loading.

viewtopic.php?f=38&t=21461

For now I edit the html to get it work.

Regards
by HPW
Tue Aug 21, 2018 2:14 am
Forum: General NeoAppBuilder Discussion
Topic: Dummy object for free html code
Replies: 6
Views: 4437

Re: Dummy object for free html code

Hello Luis, Thanks for the Tip. (And the plugin) But where to put this code? I tried the Page Enter code tab without success. Edit: Ok I tried AppEvents/Startup. That gets exported into main.js But it seems too late or wrong for my other code, since the newlisp no more works. So any other idea to ge...
by HPW
Tue Aug 21, 2018 1:10 am
Forum: General NeoAppBuilder Discussion
Topic: Plugin generator improvement
Replies: 14
Views: 9704

Re: Plugin generator improvement

Hello, I placed a non-JavaScript file into the file-tab from the plugin Generator: newlisp-js-lib.html.mem I expect that it copied into the Project somewhere. The JS from the same place gets copied into the JS-Sub Folder of the web Project. The mem-files is not copied. Not known extensions should ge...