Author Topic: Linux import dialog missing submodels  (Read 1503 times)

Offline stampedeboss

  • Full Member
  • ***
  • Posts: 108
    • View Profile
Linux import dialog missing submodels
« on: December 23, 2018, 12:08:19 PM »
Trying to import an old sequence via the import dialog, the issue is that submodels and strings do not show up.  I have verified via windows that it works as expected.

Running the appimage 56,  the attached screen shot show that the expected ">" to indicate expandable do not exist and the setup in the background shows that the submodels do infact exist.

Offline stampedeboss

  • Full Member
  • ***
  • Posts: 108
    • View Profile
Re: Linux import dialog missing submodels
« Reply #1 on: July 07, 2019, 01:01:34 AM »
This is still an issue, trying to rework my sequences from last year and the submodels still do not appear on 2019.33.

Anyone?

Offline keithsw1111

  • Administrator
  • Hero Member
  • *****
  • Posts: 2733
    • View Profile
    • Kellyville Christmas Lights
Re: Linux import dialog missing submodels
« Reply #2 on: July 07, 2019, 01:53:04 AM »
It’s Linux. Who knows.

Offline stampedeboss

  • Full Member
  • ***
  • Posts: 108
    • View Profile
Re: Linux import dialog missing submodels
« Reply #3 on: September 07, 2019, 03:30:51 AM »
Can someone point me to the module that produces the dialog for mapping models on import, I am an experienced QT developer and have done wxWidgets in the past on Python.  FYI, I switched to QT due to instability wxWidgets and after the learning curve found it much more stable, its different, some things are easier and others are harder.

If someone can point me to the area in question, it should allow me to narrow down the area to research to see if I can find the issue.  If needed, I guess I can try and take on your linux issues, that's the environment I work with professionally and have worked on other open source projects.
« Last Edit: September 07, 2019, 04:00:32 AM by stampedeboss »

Offline keithsw1111

  • Administrator
  • Hero Member
  • *****
  • Posts: 2733
    • View Profile
    • Kellyville Christmas Lights
Re: Linux import dialog missing submodels
« Reply #4 on: September 07, 2019, 06:00:03 AM »
It’s the xlightsimport something or other dialog. It is used for several different importa

Offline stampedeboss

  • Full Member
  • ***
  • Posts: 108
    • View Profile
Re: Linux import dialog missing submodels
« Reply #5 on: September 07, 2019, 12:57:19 PM »
Well, I found the issue with the display.  It's been a reported defect  for 4 years without resolution with wxDataViewCtrl, it can crop up in other platforms as well.  The lack of fixes is why we switched all of our development to QT from wxWidgets.  So no solution.
« Last Edit: September 07, 2019, 01:19:56 PM by stampedeboss »

Offline keithsw1111

  • Administrator
  • Hero Member
  • *****
  • Posts: 2733
    • View Profile
    • Kellyville Christmas Lights
Re: Linux import dialog missing submodels
« Reply #6 on: September 07, 2019, 02:56:04 PM »
There are a few instances where we fix bugs in wxwidgets.