Adobe Flex Mobile Custom SpinnerListContainer - apache-flex

Does anyone know how to change the "glass" color that highlights the selected item in a spinnerlistcontainer? I've found changing the background color of the list within the container, but not the actual container. I am not finding a lot of custom spinnerlists on the web. Thanks in advance for your help!
JH

You need to create a custom skin for your component. Check out these links
http://help.adobe.com/en_US/flex/mobileapps/WS7dd5c1363434bb70-316f71c51312e96191c-8000.html#WS19f279b149e7481c-3a8faf061320672b309-7ffd
http://margopowell.wordpress.com/2012/05/28/skinning-the-spinnerlist-for-flex-4-6-mobile/

Related

How to enable horizontal scrolling with keyboard keys?

I bought Plexar theme on envato. It's an HTML theme based on Bulma, that I'm using for a personal project.
I have adapted it to my will and upload it here : http://journalbarre.com/tharwa/
But I would like to add the possibility to scroll on the page horizontally using the right and left keyboard keys. Here, the scrolling is possible with the mouse wheel but not with the keyboard. I would be very grateful if someone could provide me some help...
Thanks
yinans
you are using swiper so you should take a look here https://swiperjs.com/api/#keyboard maybe it will help you

how to add extra css to a fabricjs text object?

when using fabricjs textbox, I'd like to add extra css to textbox so that the edit area is more beabutiful.
The effect would be like this.
https://www.w3schools.com/CSSref/tryit.asp?filename=trycss3_border-image
Anyone knows how to implement this?
Thank you so much.
fabric doesn't support that and it would take a bunch of updating and straight up cavans drawing to make it happen.

How to customize a list in Flex mobile application

the thing I mean cannot be probably done with the component, but I don't know how is the component I want called. I would like to achieve a list but with sort of "icon look". You could say some sort of springboard navigation. It would really help me if someone new what I mean.
Here is just a quick sketch in Photoshop how it should look like:
http://imageshack.us/photo/my-images/849/hown.png/
The item is the one actual item in the list or something.
I will appreciate every answer and possible solution, thanks.
Is there any reason you cannot use a DataGroup wrapper around a Scroller with a TileLayout and use the IconItemRenderer?
I'm not that familiar with the mobile version of Flex, but in ordinary Flex this is just a matter of defining a renderrer class for your List control and use a clickable image (or some Image Button class) as the renderrer.

QTableWidget colors, styles

I'm quite new to Qt and I'd appreciate the ability to customize a QTableWidget. I found a nice CSS-like interface using the stylesheets as shown here
http://doc.trolltech.com/4.3/stylesheet-examples.html#customizing-qtablewidget
However, I need to change some more specific styles (like grid color, items background color and so on).
I couldn't find any documentation describing the properties that might be changed via stylesheets.
Thanks for any help.
EDIT
Thanks, it helped a bit...however i still missed some other properties as grid thickness, but i "solved" it by inserting a row/column with 1px height/width to double the gridline :) And the QTableWidgetItem::setBackgroundColor() was also helpful.
However, I'm still facing some issues with QTableWidgetItem, the text keeps hiding if the column is too slim...only 3 dots appear. Dont you have an idea? I need the text to be visible, even if a bit clipped, but from the problem definition I cannot resize the column.
Isn't
http://doc.trolltech.com/4.3/stylesheet-reference.html#list-of-properties
the list you are looking for?

Spark skins : blue drop shadow on focus

I'm currently experimenting flex 4 skinning. I successfully skinned most of the components i need for my application, but i can't find a way to avoid this damn blue drop shadow which is displayed when u'r focused on a textfield or a combobox.
If anyone has a hint on this.
Thanks !
You need to set the 'focusSkin' much like you set the skinClass. There's a great example here:
http://flexponential.com/2010/01/24/custom-focusskin-for-spark-components-in-flex-4/

Resources