Hi,
I would like to create a scrollable textareafield in my project.
as i understand, setting the maxRows of the textareafield should activate the scroller when needed, but the scroller doesnt...
Type: Posts; User: arthurva
Hi,
I would like to create a scrollable textareafield in my project.
as i understand, setting the maxRows of the textareafield should activate the scroller when needed, but the scroller doesnt...
Hi,
I've create an image gallery using dataview:
{
xtype: 'dataview',
scrollable: 'horizontal',
inline: { wrap: false },
...
Doesn't work in PR4 either.
var data = {
children:[
{
id: 0,
type: 1,
name: 'name1',
description: 'desc1',
Hi,
I'm facing a small problem.
As i understand, there are two phases to the orientation change process. at first, the necessary view components are being notified by the "orientationchange"...
I'm using a TreeStore with NestedList
This works fine at the begging, and NestedList shows my TreeStore data.
However when i later try to set new data to the store by using the TreeStore's...
I wish it was free:(
Sencha also offers an OEM license(http://www.sencha.com/products/touch/license/) which seems to cost lots of money. We're currently trying to figure out if this is possible for...
Hi all,
I have a couple of questions about the Sencha license policy,
i would appreciate it greatly if you could spare a few minutes of your time and share your opinion:
I would like to...
Do you plan to add functionality such as push notifications to your native packaging system?
Thanks!
when tapping a list item.
for the same reason my app doesn't work well either :\
you must put the searchfield inside the a form object.
title: 'Toolbars', styleHtmlContent: true, xtype: 'form', scroll: 'vertical', dockedItems: [{ ...