Search Type: Posts; User: SammyO
Search: Search took 0.05 seconds.
-
25 Mar 2013 1:16 AM
- Replies
- 3
- Views
- 1,499
No, I wasn't able to fix this, unfortunately.
-
13 Oct 2012 4:52 AM
Jump to post Thread: Nexus 7 Softkeyboards not working by SammyO
- Replies
- 3
- Views
- 646
Same here. Any solution yet?
-
13 Oct 2012 4:42 AM
- Replies
- 3
- Views
- 1,499
Hi there,
I'm working on an app that uses Sencha Touch, and I'm testing it on my Samsung Galaxy Nexus phone.
There seems to be a major issue with my keyboard. Every time I focus on a text field... -
9 Oct 2012 6:38 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
Also, when I add a console.log to the initialize function, before the clickableComponent.element.on(), I'm not getting any output either. Seems like the initialize events aren't even fired?
-
9 Oct 2012 6:29 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
I'm not using an MVC structure...
Also, when I copy paste your code, except for the first launch and setup functions (so see code below), I'm not getting any kind of output/message/alerts...
... -
8 Oct 2012 5:52 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
Thanks!
In Sencha Fiddle it works exactly like I want, but if I copy paste it into my app, the layout is the same, but no messages/console.logs appear.
I adjusted the code a bit, since I already... -
8 Oct 2012 1:12 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
What do you mean by moving the listener to the background? Like so?
var login = new Ext.Panel({ fullscreen: true,
layout: 'fit',
id: 'background01',
style: 'background: red;',
items: [{... -
8 Oct 2012 12:47 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
Sorry, that was a stupid answer from me. Ofcourse I can add your listener to the 'foreground01' as well. That's what I tried, but I got the error:
Uncaught Attempting to create a component with... -
8 Oct 2012 12:36 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
Thanks for your answer. However, I don't want a listener on the wowpanel, but on the background. The wowpanel contains links etc., so clicks are handled correctly there. I want to fire an action when...
-
8 Oct 2012 12:02 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
You're right, I'm sorry.
The way I see it now, I have two options:
- One is a panel with a background-image, and one item: the black floating area. How do I separate a click in the background,... -
6 Oct 2012 5:55 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
What I also tried, was a panel with a non-link and non-button background image, with one item: the black floating area. This did float, but I couldn't get a listener for a click or tab on the...
-
6 Oct 2012 5:39 AM
Jump to post Thread: Clickable background by SammyO
- Replies
- 13
- Views
- 1,020
Hi there,
I have an app with a login screen, built as follows: a background image and an floating black area, with Facebook login butttons etc. The background should be clickable, but the problem... -
15 Aug 2012 4:04 AM
Jump to post Thread: Radiobutton/-field style by SammyO
- Replies
- 11
- Views
- 1,615
No, I wasn't, until now. I fixed the problem, by using the following custom CSS code:
.x-field .x-input-radio:after,
.x-field.x-item-disabled .x-input-radio:checked:after {
background:... -
15 Aug 2012 3:27 AM
Jump to post Thread: Radiobutton/-field style by SammyO
- Replies
- 11
- Views
- 1,615
xtype: 'fieldset',
defaults: {
xtype: 'radiofield',
},
items: [{
name: radio'type',
label: 'Wrong adress'
},{
name: 'radiotype', -
15 Aug 2012 3:19 AM
Jump to post Thread: Radiobutton/-field style by SammyO
- Replies
- 11
- Views
- 1,615
Yes, that's what I have. I has the functionality of a radiobutton (only 1 item can be selected), but the layout/style of a checkbox: a checkmark in a box, instead of a circle with a dot in it. Do you...
-
15 Aug 2012 2:25 AM
Jump to post Thread: Radiobutton/-field style by SammyO
- Replies
- 11
- Views
- 1,615
Yes, I've searched the Sencha documentation for an answer to my question, but I couldn't find it anywhere. Same as with your link. This is just a documentation page. Where can I find the...
-
14 Aug 2012 7:48 AM
Jump to post Thread: Radiobutton/-field style by SammyO
- Replies
- 11
- Views
- 1,615
I want radiobuttons with a 'circle and dot' style, instead of the default checkbox. How do I achieve this?
-
14 Aug 2012 6:52 AM
Jump to post Thread: Radiobutton/-field style by SammyO
- Replies
- 1
- Views
- 516
I want radiobuttons with a 'circle and dot' style, instead of the default checkbox. How do I achieve this?
Results 1 to 18 of 18
