Search Type: Posts; User: dewil_de
Search: Search took 0.04 seconds.
-
18 Mar 2013 2:34 AM
- Replies
- 4
- Views
- 372
It's not about the placement of the combobox.
The problem is, when you open the combobox, and the pickerlist is shown its placement starts at the end of the label.
See screenshot for... -
15 Mar 2013 7:00 AM
- Replies
- 4
- Views
- 372
When a combobox has a fieldlabel which is higher then 1 line, the pickerlist has an offset from the text inputfield.
Example http://jsfiddle.net/aRdc8/ -
6 Jan 2013 11:18 PM
- Replies
- 1
- Views
- 345
seems like this isn't important?
-
27 Dec 2012 11:59 PM
- Replies
- 1
- Views
- 345
I just started looking at sencha touch again after being busy with a mostly css focused project.
I just generated a new project using the new SenchaCmd and sencha 2.1.0 SDK and the first thing i... -
24 Aug 2012 1:23 AM
- Replies
- 5
- Views
- 600
yup, thx for pointing that out... think i must have changed that while trying all sort of stuff out.
I've got it to work now. I now listen for the show event on the cointainer around the list.... -
23 Aug 2012 11:30 PM
- Replies
- 5
- Views
- 600
Ok, i'll look into that.
But i noticed the refs seem to work but its the control part thats not working?
so i got something like the following:
refs: {
weekList: '#weekList'
},... -
23 Aug 2012 4:19 AM
- Replies
- 5
- Views
- 600
is there maybe a way to let a controller re-evaluate it's refs?
or is there something better to use then the #id of an item? -
21 Aug 2012 11:01 PM
- Replies
- 5
- Views
- 600
Hey,
I'm wondering how the refs in a controller work?
When a controllers links a ref to an "#id", and the view which holds this "#id" gets destroyed and re-created, the ref won't work anymore?
... -
27 Jun 2012 5:02 AM
- Replies
- 6
- Views
- 959
on a component you have to call:
component.getScrollable().getScroller()
this is the component that dispatches the scroll event -
27 Jun 2012 3:21 AM
- Replies
- 6
- Views
- 959
try listening for the event you want on the child, and then call event.stopPropagation()
-
26 Jun 2012 10:43 PM
- Replies
- 3
- Views
- 383
how does this work? because MyApp.view.ViewName is a class? so when i do the if clausule, it returns a function.
I think sencha touch is keeping a list somewhere in the application, which holds... -
26 Jun 2012 1:35 AM
- Replies
- 3
- Views
- 383
I was wondering if there is a place where you can see all views that get created using
Ext.create
or is there a way to check if a view is already created by using its MyApp.view.ViewName? -
24 Jun 2012 10:37 PM
Jump to post Thread: global variable defenition by dewil_de
- Replies
- 2
- Views
- 423
Thx for explaining this, this helped alot.
-
19 Jun 2012 12:55 AM
Jump to post Thread: global variable defenition by dewil_de
- Replies
- 2
- Views
- 423
I was wondering what's the best place to define a global variable?
At the moment in my Ext.application config i define a variable
apiUrls: (function() {
var api_base =... -
13 Jun 2012 5:49 AM
- Replies
- 2
- Views
- 434
Thats how i did it now. But i was wondering if it was possible in the config, since this would be an easier and cleaner way of defining the buttons.
Maybe something for a future release? ;) -
11 Jun 2012 1:50 AM
- Replies
- 2
- Views
- 434
Hey,
i was wondering is there a way to set extra buttons on the navigationbar from within the view?
It is possible to set a 'title' property on the pushed view, and this get placed into the... -
9 May 2012 4:14 AM
- Replies
- 1
- Views
- 200
I have the following models defined in sencha architect
35027
when i do the following lines of code
me.event = Ext.ModelManager.getModel('EventManager.model.Event');... -
7 May 2012 12:35 AM
- Replies
- 2
- Views
- 475
Thx for taking your time to look into the problem.
But i had already solved it, i had declared a itemId on my dateBlock element. -
3 May 2012 4:11 AM
- Replies
- 2
- Views
- 475
Hey,
I've run into a problem and don't really see a good way out.
I have a container (vbox) which i populate with another container (dateBlock flex: 1).
i do this by container.add(dateblock... -
20 Apr 2012 1:06 AM
- Replies
- 1
- Views
- 298
Hey,
I'm trying to define a header on my ajaxproxy but when i place a + inside the command it places \n all over the header.
{
Accept: 'application/json',
BackendMode: 'jpa',... -
18 Apr 2012 10:12 PM
- Replies
- 4
- Views
- 776
with the new update for the sencha architect, i was able to add the action property on the button and by then using button[action=acceptEvent] in the controller i fixed this problem.
Thx for the... -
18 Apr 2012 10:10 PM
Jump to post Thread: adding new properties goes wrong by dewil_de
- Replies
- 2
- Views
- 422
thx, this is fixed with the new update.
-
18 Apr 2012 5:46 AM
- Replies
- 4
- Views
- 776
changed it to
control: {
"#acceptEventButton": {
tap: 'onAcceptButtonTap'
}
} -
18 Apr 2012 5:35 AM
Jump to post Thread: adding new properties goes wrong by dewil_de
- Replies
- 2
- Views
- 422
I get the following error when i try to add the action property on a button.
34179 -
18 Apr 2012 5:33 AM
- Replies
- 4
- Views
- 776
When an item from a list gets selected i execute the following lines of code.
this.details = Ext.create('EventManager.view.EventInfoView');
this.getNavigationView().push(this.details);
so i...
Results 1 to 25 of 28
