4,082 reputation
535100
bio website
location
age
visits member for 3 years, 1 month
seen yesterday
stats profile views 426

2d
comment Sencha Touch dataview list items are not displaying even though they are populated
let us continue this discussion in chat
2d
comment Sencha Fiddle: Seems to be broken when trying to run or save files
Thanks, see my comment below. Will delete/close.
2d
comment Sencha Fiddle: Seems to be broken when trying to run or save files
Sorry yes I didn't realise they had an issue tracker on GitHub. I will close/delete.
2d
asked Sencha Fiddle: Seems to be broken when trying to run or save files
2d
comment Sencha Touch dataview list items are not displaying even though they are populated
I've created a totally new fiddle which shows my problem. If you could have a look that would be great: new.senchafiddle.com/#/Fq0Lj The 2nd tab should show a dataview with labels at the top. The dataview would show if it was an item in the Main view but not if this was then inside another view (in this case view2).
May
16
comment Sencha Touch dataview list items are not displaying even though they are populated
I've tried to get my Sencha Fiddle working, and now it won't run or save my files. Is Sencha Fiddle broken or something?
May
16
comment Sencha Touch dataview list items are not displaying even though they are populated
I've tried to create one but it is complaining about the store: new.senchafiddle.com/#/kuNJc
May
16
comment Sencha Touch dataview list items are not displaying even though they are populated
Yes, but I don't know what I am really looking for. Why can I hover over the DIV but nothing is being displayed? I'm looking for a text color of white or a display: hidden but nothing.
May
16
comment Sencha Touch dataview list items are not displaying even though they are populated
Any ideas what CSS properties I might have a look at? Is there anything in my example that shows CSS properties might not be applied. I have the data list view working elsewhere in my project.
May
16
asked Sencha Touch dataview list items are not displaying even though they are populated
May
16
accepted Sencha Touch list not displaying (again!)
May
16
accepted Show & Hide events for a Sencha Touch navigation view
May
16
comment Show & Hide events for a Sencha Touch navigation view
Not sure about the activate_d and deactivate_d but the push/pop events were useful in the end. I hide and show depending on which view is being pushed/popped.
May
15
awarded  Popular Question
May
14
answered Windows 2008 R2 need to execute aspnet_regiis -i
May
13
revised Sencha Touch DataView and highlighting a row when selected
added 243 characters in body
May
13
accepted Sencha Touch DataView and highlighting a row when selected
May
13
comment Sencha Touch DataView and highlighting a row when selected
Thanks, this is what I'm going to do. I got is selecting by using the above code that I've added. Not sure how SASS friendly this is. I suspect not.
May
11
comment Show & Hide events for a Sencha Touch navigation view
ST2 - 2.1.0. Views that are pushed are of type Ext.Container.
May
11
comment Show & Hide events for a Sencha Touch navigation view
No, imagine you have several views that are pushed. You want the views pushed to have different buttons in the bar. I can't control this in the config for each view. That is why I want to know when a view is popped/pushed so I can hide/unhide buttons.