Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Responsive

Locked
sbigelow
Posts: 15
Joined: Mon Mar 23, 2015 8:39 am

Responsive

Unread post by sbigelow »

Is there a way to make the layout responsive?
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: Responsive

Unread post by admin »

I don't understand your question.

Steven
sbigelow
Posts: 15
Joined: Mon Mar 23, 2015 8:39 am

Re: Responsive

Unread post by sbigelow »

Responsive web design makes it so your page looks great on any device. See the link below for a demo:
http://www.w3schools.com/html/html_responsive.asp
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: Responsive

Unread post by admin »

sbigelow,

Sorry there isn't.

Steven
ong19
Posts: 16
Joined: Fri Feb 15, 2019 5:13 pm

Re: Responsive

Unread post by ong19 »

Hi Steven,

I am all with sbigelow. Responsive seems good, as more and more people are not using desktop, but tablet or mobile devices to access data. Actually for me it might be the point of no return: I kind of need responsive design, as I expect people to use the application on their smartphone.

Say a company member is working out of office and needs to access the next customers address - how should he do that if the text becomes so small on his device? The much better solution would be a responsive design which allows the page elements to "flow". Larger screen - wider display, smaller screen - stacked above each other.

I tried the current version and HTML5 objects, one for opening a DIV, then some other field, then a HTML5 object for closing a DIV. This did really not work :-(

There are some cumberstones form implementation:
* Every object must have a label
* Every object must hav coordinates that fix it's position.

If you remove those two restrictions: You might introduce a pure HTML object that does not have labels, but instead HTML can be used to create DIVs and SPANs. This would enable the user to create somehting of a logic structure and use his preferred CSS framework for styling.

Just my 2cents
Olaf
* Database development *
https://datenbank-projekt.de *
kev1n
nuBuilder Team
Posts: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Responsive

Unread post by kev1n »

Olaf,

nuBuilder Pro (v3) is the old version. It's unlikely that anyone is going to reply here. Therefore you'd better create a new topic in the nuBuilder Forte forum.
ong19
Posts: 16
Joined: Fri Feb 15, 2019 5:13 pm

Re: Responsive

Unread post by ong19 »

HI Kev1n,

thanks for the hint, I thought I would be in v4. I will create a new topic there.

Olaf
* Database development *
https://datenbank-projekt.de *
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: Responsive

Unread post by admin »

.
Locked