Page 1 of 1

set different theme

PostPosted: 07 Mar 2017 12:48
by buzud
Maybe is stupid, but I cannot find how to solve.
I create a page TIWAppForm + rgnPage + rgnContent + TIWCGJQMMobiScroll2
when theme is default work ok, when I change Theme in jqmstWPLight for ex, than all content (columns of text ) is shown in rgncontent. I did not set anything else....just this theme. What do I need to add to have this component showing correctly?

I set the synchronize wwwroot

Another one: when is set as jqmspTreeList how can I access column name - now is 0,1,etc

Thanks!
Dan

Re: set different theme

PostPosted: 07 Mar 2017 18:03
by Alexander Bulei
Hi buzud,

There is issue with file loading of themes.
Fixed for next beta build.
Thank you.

Best Regards.

Re: set different theme

PostPosted: 08 Mar 2017 08:14
by buzud
Thanks!
1. when do you estimate to have new version ?
2. Another one: when is set as jqmspTreeList how can I access column name - now is 0,1,etc
Instead of 0,1,2 etc I want to set my column name

Re: set different theme

PostPosted: 08 Mar 2017 10:48
by Alexander Bulei
Hi buzud,

1. when do you estimate to have new version ?


Already available in download section.

2. Another one: when is set as jqmspTreeList how can I access column name - now is 0,1,etc
Instead of 0,1,2 etc I want to set my column name


Unfortunately, there is no way/settings to configure the plugin for the column caption/names...
You got the "0,1,2", because you have not defined the Value property. You can define unique-friendly name for each item.

Best Regards.

Re: set different theme

PostPosted: 08 Mar 2017 14:03
by buzud
I updated and try new version....is working partial
- looks a little unstable - flicker when scroll in date,time etc
- when is set as select - show visible only selected item

also what value to set to avoid column 0,1 etc?
se attached picture and testcase
Image1.jpg

Re: set different theme

PostPosted: 13 Mar 2017 21:11
by buzud
any news about those issues ?

Re: set different theme

PostPosted: 14 Mar 2017 10:39
by Alexander Bulei
Hi buzud,

- looks a little unstable - flicker when scroll in date,time etc


Checked in mobile, works as expected...I can see the flicks on desktop, when scrolls with mouse scroll button...but it's mobile component, so nothing to fix.

- when is set as select - show visible only selected item


Yes, it's a jquery plugin behavior...

also what value to set to avoid column 0,1 etc?


Already answer you on prev post:

You got the "0,1,2", because you have not defined the Value property. You can define unique-friendly name for each item.


Best Regards.