Search found 16 matches

by noyzen
Sun Aug 12, 2018 7:36 am
Forum: Announcements
Topic: Exciting News!
Replies: 24
Views: 19792

Re: Exciting News!

Great news Luis,
i will send you an email about how can i help.
GoodLuck!
:lol:
by noyzen
Sat Jun 09, 2018 1:34 am
Forum: General NeoAppBuilder Discussion
Topic: update 18.5.27 change log?
Replies: 2
Views: 3659

Re: update 18.5.27 change log?

luishp wrote:As far as I know, the new version includes external libraries updates.
JQuery, BootStrap and AngularJS have been updated to their last NAB compatible versions.
Regards.
ah i see. thanks Luis
by noyzen
Fri Jun 08, 2018 9:57 am
Forum: General NeoAppBuilder Discussion
Topic: update 18.5.27 change log?
Replies: 2
Views: 3659

update 18.5.27 change log?

i can't find change log of new version, please guide me.
:roll:
by noyzen
Fri May 04, 2018 7:17 pm
Forum: General NeoAppBuilder Discussion
Topic: How to Upload File?
Replies: 2
Views: 3818

Re: How to Upload File?

luishp wrote:This is possible but you will need to implement your own html form into a Container Object and use a PHP script or similar on server side.
It is not hard. Take a look here:

https://www.w3schools.com/php/php_file_upload.asp

Regards.
Thank you luis 8)
by noyzen
Wed Apr 25, 2018 2:31 pm
Forum: General NeoAppBuilder Discussion
Topic: How to Upload File?
Replies: 2
Views: 3818

How to Upload File?

Hi everyone :lol:

i want let my user upload a file to server, (with restrictions on size and type)
i don't know how to do it in neoapp builder...

is there any javascript uploader plugin?
have anyone tried?
by noyzen
Mon Apr 23, 2018 4:23 pm
Forum: General NeoAppBuilder Discussion
Topic: Dynamic MySQL Based website using Neobook+Neoapp builder!
Replies: 0
Views: 4981

Dynamic MySQL Based website using Neobook+Neoapp builder!

Hi Everyone! now i have a project using: Neobook + DB Pro plugin and NeoApp builder + MySQL plugin! (by Anton) :mrgreen: Neobook DB Pro can connect to mysql you know i made my client with NeoApp builder and i write requests in a table called "requests" Neobook EXE Server will process data ...
by noyzen
Tue Apr 03, 2018 4:05 am
Forum: General NeoAppBuilder Discussion
Topic: [SOLVED] SetVariable Command and Merge 2 Variables
Replies: 3
Views: 4930

Re: SetVariable Command and Merge 2 Variables

thanks Farhad jan :)

No thats not right
i was using action like neobook:

SetVar "[part1][part2]" "[text]"

in neo appbuilder they changed places so right code is:

SetVar [text] "[part1][part2]"
(you have to add " manualy)

:lol:
by noyzen
Mon Apr 02, 2018 9:36 pm
Forum: General NeoAppBuilder Discussion
Topic: [SOLVED] SetVariable Command and Merge 2 Variables
Replies: 3
Views: 4930

[SOLVED] SetVariable Command and Merge 2 Variables

Hi, in neobook when you want merge 2 variables you can simply user "setvariable" action like this: SetVar "[part1]" "Hello" SetVar "[part2]" " Everyone!" SetVar "[part1][part2]" "[text]" and text will be "Hello Everyone!"...
by noyzen
Fri Mar 30, 2018 9:21 am
Forum: General NeoAppBuilder Discussion
Topic: [SOLVED] Open link in new tab
Replies: 4
Views: 4653

Re: [SOLVED] Open link in new tab

Thank you very much, it works great!
i mark this topic as solved so it may help other people too.
Regards,
by noyzen
Wed Mar 28, 2018 3:38 pm
Forum: General NeoAppBuilder Discussion
Topic: [SOLVED] Open link in new tab
Replies: 4
Views: 4653

Re: Open link in new tab

Thank you, it works.
but i cant change url with variable...

BeginJS
window.open([ad_url],'_blank');
EndJS

and

BeginJS
window.open('[ad_url]','_blank');
EndJS

both fail :oops:
by noyzen
Wed Mar 28, 2018 1:54 pm
Forum: General NeoAppBuilder Discussion
Topic: [SOLVED] Open link in new tab
Replies: 4
Views: 4653

[SOLVED] Open link in new tab

Hi, there is a button, and a "link/href" property. i have a variable like [the_url] and when i put it there it works and when user click button he will go to that link. now i want open that link in new tab, i spend almost whole day but cant make it... anyone know how to do it? Thanks :lol:
by noyzen
Wed Dec 27, 2017 6:29 am
Forum: NeoAppBuilder PlugIns
Topic: MySQL Plugin v. 0.16.2.19 Beta
Replies: 26
Views: 23952

Re: MySQL Plugin v. 0.16.2.19 Beta

Hi Anton, https://drive.google.com/open?id=1VFhTnTEk8D-FsH4DWWnfqwJXRJ_rty-P File above is a secure php login and register code with session management. i wonder if is possible to create a plugin to work with this and have a secure way to send queries to database. i just send it here to see if you a...
by noyzen
Wed Dec 27, 2017 4:56 am
Forum: General NeoAppBuilder Discussion
Topic: Some NAB working samples
Replies: 7
Views: 6659

Re: Some NAB working samples

EDITED* Never mind! i made it myself before waste your time lol Thanks anyways <3 But as you leave width property empty in your samples, i get this error in browsers: https://drive.google.com/open?id=1s_VWf88pe_0P_WV2C2uAW4kOzsLxDpRR every thing works fine. and last question, how you made that dynam...
by noyzen
Tue Dec 26, 2017 6:01 am
Forum: General NeoAppBuilder Discussion
Topic: Some NAB working samples
Replies: 7
Views: 6659

Re: Some NAB working samples

yea i know that properties, but when i use it fail to wok because: in css code of project i have: .col-lg-1.....12 {position:static !important} i learn from your responsive sample. so this one overrides position and that's my problem! (i made a class for header and still not working) can you provide...
by noyzen
Mon Dec 25, 2017 1:35 pm
Forum: General NeoAppBuilder Discussion
Topic: Some NAB working samples
Replies: 7
Views: 6659

Re: Some NAB working samples

Very cool!
i watched the site is great...
i made mine too and i love it!
so fast and easy to make responsive sites without coding hard...

just one question Luis, how you made the header menu sticky?
i can't do that... i got stuck with that one.

what css codes you used? can you help a bit please?