0
Не ошибка
Good_List.Color won't change color
The template/clones are all transparent. When switching the substate colors of a list, it always appears solid black and no other color is possible. In other words, ListName.Color doesn't seem to work.
I thought I had broken some code, but adding the same correct commands to your item_good_list demos I get the same results. is there another way to change the background of a good_list?
Сервис поддержки клиентов работает на платформе UserEcho
IR.GetItem(page/popup).GetItem(good_list).Color
Doesn't seem to work for a good_list either. If you can get it work, I would love to know how!
http://support.iridiummobile.net/topics/9195-new-list-alpha-channel/#comment-61522
List: http://support.iridiummobile.net/uploaded/file/15553/3/6454/749c9977bc4cbae3383b458419c4b782.irpz
Andrey,
to be helpful to the next person asking/looking at this question, your code above is using the good list, but it is changing the button colors, not the background of the list. The list is still black and if you change the code
to any other color it's not changing the color of the list. The GOOD_LIST background stays black. Unfortunately for Damian, the support ticket of 9195 was left answered by "the new list has limited functionality at the moment and will be refined" and that ticket is also 12 months old. (I mean no offense to Dmitry, as I know Iridium is a huge platform with many priorities that need attention and you guys have done a great job.)
These commands don't work, but probably should per the Iridium documentation: http://dev.iridiummobile.net/List_API#Свойства_2
we know this doesn't work. The result is always a solid black background
As Damian discussed in ticket 9195 and I've experienced:
errors with: "Tried to use null as an object"
and from what we have in the code up there, and in the LIST API Documentation:
will not work either.
When will the GList1.Color or some other command to change the background be available?
Please and thank you,
Lance
It explicitly says it "allows you to change the background of the list"
(and yes I can see clearly above it states the API is in beta)
You are right.
For change background color of whole list use
for "Items" you may change background color of PopupsGot it, Thank you!