Darren you're a life saver, works like a charm! I'm kicking myself now that I understand how you did it. Thank you so much mate.
Type: Posts; User: tadhg
Darren you're a life saver, works like a charm! I'm kicking myself now that I understand how you did it. Thank you so much mate.
Hi Darren, thanks for your reply, I really appreciate it. I tried a few version of your suggestion but to no avail. Here's my code, perhaps it can shed some light:
var msg =...
Can anyone out there shed some light on this? Really need to deploy my app and this is the last outstanding task. Pleeeeease help....
Really need to get to the bottom of this, please help!!
I'm pulling my hair out trying to find out how to set the Ext.Msg.prompt input field to a password.
I can do it with a component query if I find the texfield id with the Chrome dev tools....
I found a solution. It appears I can access those properties through the config property. Not sure if this is the right way, and why in dev I can get to the properties directly, but for now this...
I'm running into a problem when building my app. Here's the code:
{
height: 150,
xtype: 'img',
toggleribbon: 'close',
cls: 'ribbon-button-off',
imageurl:...
Just figured a way around it, if I set the zIndex on branding to something high, in this case 100, it seems to resolve the issue. I'm not sure this is the most elegant solution, but for now it works.
Hey Mitchell, any ideas on how I can fix this behaviour?
Hey, thanks for the reply.
I don't think so, either that or I don't fully understand what you mean. The branding image is there at all times, it never goes away.
As panelA is animating out,...
That works a treat! Thanks you very much for your help. :)
I'm using the reveal type card animation and have noticed that during the out transition, the exiting panel jumps in front of an container which otherwise sits over the card container. Is there a way...
Hey, thanks for chipping in. I'm a little confused as to what the spacer is meant to do? Is it connected to the problem that's been described?
I'm suffering from the same problem. Appnewbie did mention he tried centered: true, as have I, but this centers the button both vertically and horizontally in it's container. So in my case the button...
I'm not sure I understand. So this is how I have things set up:
1: Background
2: Carousel with images
3: Logo
When I add the logo the carousel stops working, if I take it away again...
Yes, exactly. Is there a way I can position it over the other elements without it blocking their touch events?
Hi there, I'm trying to place an image in my main class, but it appears to be getting in the way of the other components, regardless of how I position them, so that the items above or underneath...