I would like to customize rows as cards (see picture).
How can I do that?
Thanks in advance!
https://user-images.githubusercontent.com/99944/52724861-6c588180-2fb0-11e9-97fa-bf8ab8f4026b.png
Sorry, my fault, in the doc I found the anser:
Using a Custom Iterator
Related
This is the calendar snooze I want but there is no one that can be customized like this, can anyone suggest a good method? thanks in advance #react-native
This is the calendar snooze I want but there is no one that can be customized like this, can anyone suggest a good method? thanks in advance #react-native
Is there a search widget to hook in our pages?
I search in core files, but I don't see it.
An idea, have you a tip to do it?
Thanks in advance and have a nice day.
you can try use it from a older impresspages version:
http://www.impresspages.org/docs2/working-with-themes2/layout-1/search/
I want to display a list of contacts inside a StandardListItem. The data is retrieved from sql with QArrayBytes representing the Image.
The StandardListItem accepts a title, status, description and an image. But setting the image is not working.
How to set the image bytes in QML inside the StandardListItem.
PS: I don't want to make a custom list item component
Thanks you,
You actually need to use "imageSource" not "image". You can see a working example here: https://developer.blackberry.com/cascades/documentation/device_platform/data_access/using_data_source.html
Been fighting that myself, take a look at this sample it uses the QlistDataModel I've been trying to modify it without much success... The documentation is pretty sucky they don't tell you much in there
I am creating titanium framework application for tableview,I am able to load/show data into the table.But how to give FONTSIZE, so i can manage the text size......
please help me out using any useful link or any example....
Thanks for help!!!
Thanks,
Mishal Shah
You would need to do a custom label then row.add(label).
https://github.com/appcelerator/titanium_mobile/blob/master/demos/KitchenSink/Resources/examples/table_view_layout_2.js
Use the above example and you can build your rows to look however you need them.
I am trying to create custom tooltips like the ones found in Twitter for Mac, or even Sparrow. Do you have any direction for achieving this?
Thanks in advance for your help,
Regards,
Maybe you are looking for MAAttachedWindow?
http://mattgemmell.com/source
Those tooltips are provided by Growl