Sean Meighan
Software => Bugs in xLights/Nutcracker => Topic started by: deanathpc on June 05, 2016, 11:08:55 AM
-
I've notice this in the above beta version. Every column label seems to be center justified so unless you expand each column out I have no idea what each column does. I mean I can figure it out but the labels would be nice to see. It's happening on both the Setup and Layout tabs.
Just an FYI.
-
Why don't you post a picture or two?
Sent from my SM-G900V using Tapatalk
-
Well then here you go:
I have expanded the last two columns out on this one:
(http://www.brooksfamilylights.com/images/xlights/screenshot1.JPG)
and then
no expansion of columns on this one:
(http://www.brooksfamilylights.com/images/xlights/screenshot2.JPG)
-
I'm not seeing that problem. Have you tried resetting windows to default?
James
Sent from my SM-G900V using Tapatalk
-
Mine are all still showing left justified.
-
Here's the code for the Network setup grid. Looks like 2 are center, the rest of left justified and first one is unassigned. Looks like for your screenshot only the 2 center ones are showing up.
// Load headings into network list
wxListItem itemCol;
itemCol.SetText(_T("Network Type"));
itemCol.SetImage(-1);
GridNetwork->InsertColumn(0, itemCol);
itemCol.SetText(_T("Port"));
itemCol.SetAlign(wxLIST_FORMAT_LEFT);
GridNetwork->InsertColumn(1, itemCol);
itemCol.SetText(_T("Baud Rate or E1.31 Univ"));
itemCol.SetAlign(wxLIST_FORMAT_CENTRE);
GridNetwork->InsertColumn(2, itemCol);
itemCol.SetText(_T("Num Channels"));
itemCol.SetAlign(wxLIST_FORMAT_CENTRE);
GridNetwork->InsertColumn(3, itemCol);
itemCol.SetText(_T("xLights/Vixen/FPP Mapping"));
itemCol.SetAlign(wxLIST_FORMAT_LEFT);
GridNetwork->InsertColumn(4, itemCol);
itemCol.SetText(_T("Enabled"));
itemCol.SetAlign(wxLIST_FORMAT_LEFT);
GridNetwork->InsertColumn(5, itemCol);
itemCol.SetText(_T("Description"));
itemCol.SetAlign(wxLIST_FORMAT_LEFT);
GridNetwork->InsertColumn(6, itemCol);
-
I'm not seeing that problem. Have you tried resetting windows to default?
James
Sent from my SM-G900V using Tapatalk
So you want me to reinstall windows? Seriously?
-
I'm not seeing that problem. Have you tried resetting windows to default?
James
Sent from my SM-G900V using Tapatalk
So you want me to reinstall windows? Seriously?
No! Xlights has a way to reset the windows (the windows in xlights).
I'm not at a place to send a screenshot, but surely you can spend a minute to find it. There aren't that many settings.
Sent from my SM-G900V using Tapatalk
-
Here's a screenshot, no idea if this will do anything, but it's an easy thing to try.
James
-
Here's a screenshot, no idea if this will do anything, but it's an easy thing to try.
James
Ahhh o.k. the programs windows. Got it. Well gave it a shot and nothing.
Every column title is in fact there. If I open up / expand the columns more. Just seems like they are not left justified is all.
-
Maybe you're running something that changes the format and font of text in the windows. Like a theme that alters the style of something.
-
Maybe you're running something that changes the format and font of text in the windows. Like a theme that alters the style of something.
Well if that is the case then I'd have no idea where to even start looking.
-
I agree. Its not happening for the rest of us so we don't know where to look either.
-
I agree. Its not happening for the rest of us so we don't know where to look either.
I will install this on my laptop and see how it works there. Then I'll try uninstalling and then reinstall after a reboot.. An older version was installed before I installed the latest beta version so wonder if that has anything to do with it.?