Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Object order in grid subform

Questions related to using nuBuilder Forte.
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Object order in grid subform

Unread post by treed »

I tried to arrange to the order of columns in a grid subform using this technique viewtopic.php?p=15622&hilit=grid+subfor ... der#p15622 and it no longer works. While i'm in the arrange objects screen the tab order can't be changed either via drag and drop or using the up/down arrow buttons. Is something broken or am I missing something?
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Object order in grid subform

Unread post by kev1n »

Are you using the latest from Github?
There was a fix some time ago that addressed that issue.
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Re: Object order in grid subform

Unread post by treed »

The system was updated on 7/25/2022.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Object order in grid subform

Unread post by kev1n »

treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Re: Object order in grid subform

Unread post by treed »

Just updated the system. Same results when trying to set tab order on a grid subform.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Object order in grid subform

Unread post by kev1n »

If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.
If you see an error message, try searching this forum as well as Google for that message and see if any useful advice is among the search returns.
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Re: Object order in grid subform

Unread post by treed »

Code: Select all

2DevTools failed to load source map: Could not load content for https://dbs.winecountry-bbq.com/core/libs/uppy/uppy.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
nuformdrag.js?ts=20220908082418:485 
Uncaught TypeError: Cannot read properties of undefined (reading 'objects')
    at nuMoveDownOrder (nuformdrag.js?ts=20220908082418:485:97)
    at HTMLButtonElement.onclick (index.php:1:1)

Tthe file uppy.min.js.map is missing, uppy.min.js is present.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Object order in grid subform

Unread post by kev1n »

Are you sure that you use the latest version? Because the map reference was also removed about 27 days ago and your nuformdrag.js etc. is not up to date either.
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Re: Object order in grid subform

Unread post by treed »

I downloaded and installed nuBuilder-4.5-RELEASE_4.5.6.0.zip. If that's not the latest please send the link. Also as the development process "matures" it would be nice to have a version number somewhere to know what version of nuBuilder is running.
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Re: Object order in grid subform

Unread post by treed »

Found one from 8/31 and am updating with that. 4.5-Master.
Post Reply