Author Topic: 2016.35 - Not a bug but display issue  (Read 3840 times)

Offline deanathpc

  • Newbie
  • *
  • Posts: 25
    • View Profile
2016.35 - Not a bug but display issue
« 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.

Offline Phrog30

  • Hero Member
  • *****
  • Posts: 1234
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #1 on: June 05, 2016, 11:26:40 AM »
Why don't you post a picture or two?

Sent from my SM-G900V using Tapatalk


Offline deanathpc

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #2 on: June 05, 2016, 11:55:18 AM »
Well then here you go:

I have expanded the last two columns out on this one:


and then

no expansion of columns on this one:

Offline Phrog30

  • Hero Member
  • *****
  • Posts: 1234
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #3 on: June 05, 2016, 02:08:56 PM »
I'm not seeing that problem. Have you tried resetting windows to default?

James

Sent from my SM-G900V using Tapatalk


Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #4 on: June 05, 2016, 04:33:01 PM »
Mine are all still showing left justified.

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #5 on: June 05, 2016, 04:36:03 PM »
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);

Offline deanathpc

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #6 on: June 05, 2016, 08:03:56 PM »
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?

Offline Phrog30

  • Hero Member
  • *****
  • Posts: 1234
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #7 on: June 05, 2016, 08:13:39 PM »
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


Offline Phrog30

  • Hero Member
  • *****
  • Posts: 1234
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #8 on: June 05, 2016, 08:39:46 PM »
Here's a screenshot, no idea if this will do anything, but it's an easy thing to try.

James

Offline deanathpc

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #9 on: June 06, 2016, 01:17:25 AM »
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.

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #10 on: June 06, 2016, 07:53:24 AM »
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.

Offline deanathpc

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #11 on: June 06, 2016, 07:19:50 PM »
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.

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #12 on: June 06, 2016, 11:40:25 PM »
I agree.  Its not happening for the rest of us so we don't know where to look either.

Offline deanathpc

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: 2016.35 - Not a bug but display issue
« Reply #13 on: June 07, 2016, 11:40:10 AM »
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.?