Page 5 of 6

Some services not working when switching to library 2.1

Posted: Tue Mar 17, 2015 11:53 am
by Egor Kotov6832188

Hello Adam,
if styles changed, then you need to find new selector to match your expectation


Some services not working when switching to library 2.1

Posted: Sat Mar 21, 2015 4:37 pm
by Adam Garbinski

Hello Egor,
Your answer is unfortunately not very helpful as it is too general to me. Could you please be more specific? No styles were changed. I just have changed the Jquery library version in Appery project settings and this styling you provided recently, stopped working.
Please help me. I'm stuck.


Some services not working when switching to library 2.1

Posted: Mon Mar 23, 2015 9:00 pm
by Adam Garbinski

Please Appery. It is definitely the longest thread on this forum. 2 months and still counting... I remember one person who was always able and eager to solve any issue here - Maryna Brodina. Can I kindly ask for her support in this case?


Some services not working when switching to library 2.1

Posted: Tue Mar 24, 2015 1:30 pm
by Alena Prykhodko

Hello Adam,

Sorry for silence here.
We will get back as soon as possible.


Some services not working when switching to library 2.1

Posted: Tue Mar 24, 2015 5:24 pm
by Egor Kotov6832188

Hello Adam,

1) You have mistakes in css file
http://gyazo.com/9d1b5705b225fdd16ac2...

2) Join your css files to improve performance
http://gyazo.com/680b3b92e32302481c09...

3) If you added class name to component, this means you can use this class name to create a css selector, cause you identified your component somehow. This means you need to use it in css selectors, not as a name of the file.
In Blog Illya provided this difference is shown.
http://gyazo.com/f15033c47d5d72aced5b...

4) try to add next line
ul.imageListItem li.ui-li-has-thumb [name=GroupListItem] img {
max-height: 23px !important;
max-width: 23px !important;
}
it is based on list item structure
http://gyazo.com/294eff3d81989e5547b2...

Please note, that debugging and styling components are outside of the support's scope.


Some services not working when switching to library 2.1

Posted: Sat Mar 28, 2015 5:36 pm
by Adam Garbinski

Hello Egor,

Thanks for that!

ul.imageListItem li.ui-li-has-thumb [name=GroupListItem] img {
max-height: 23px !important;
max-width: 23px !important;
}

It finally made the thumbnail the size I wanted. But still, I am struggling with the list item size. It is too big:

Image

Can you please help me with that issue too?

As to the scope of support. Please note that Appery promised here:

https://blog.appery.io/2014/09/brand-...

to help developers with any issuess related to platform upgrade. So I am not asking about anything unusual or outside scope.


Some services not working when switching to library 2.1

Posted: Tue Mar 31, 2015 3:18 pm
by Adam Garbinski

Appery, could you please answer to this post?


Some services not working when switching to library 2.1

Posted: Wed Apr 01, 2015 7:47 pm
by Adam Garbinski

I have been a fierce promoter of your solution. Now I am really thinking of becoming a detractor... Why do you simply ignore my kind request??? Simply say: nobody is going to help you since we have new policy and we do not give damn about problems you have with your app because we got a brand new platform...


Some services not working when switching to library 2.1

Posted: Wed Apr 01, 2015 8:11 pm
by Alena Prykhodko

Hello Adam,

We are working hard to reply to all customers as fast as possible.
Sometimes it takes time.
We will get back with update as soon as have news.


Some services not working when switching to library 2.1

Posted: Mon Apr 06, 2015 4:07 pm
by Egor Kotov6832188

Adam,
try next css

.ui-listview .ui-li-has-thumb.ViewList_GroupListItem .ui-btn, .ui-listview .ui-li-static.ui-li-has-thumb{
min-height: 1.625em;
}