Search Type: Posts; User: klaus777
Search: Search took 0.02 seconds.
-
4 Aug 2012 4:03 AM
- Replies
- 8
- Views
- 1,452
I once had a similar problem and my first workaround was to programmatically
setActiveItem(1);
setActiveItem(0);
So changing the views programmatically (without any1 seeing it, because it... -
31 Jul 2012 12:18 AM
- Replies
- 2
- Views
- 556
Thanks Mitchell,
the solution was, that my mate told me to remove the "!important" at the end of the background-image and all of a sudden it's working now:
aButton.element.setStyle({ ... -
30 Jul 2012 12:19 PM
- Replies
- 4
- Views
- 1,172
This is working like a charm for me (thanks):
if (!this.overlay) {
this.overlay = Ext.Viewport.add({
xtype: 'panel',
modal: true,
hideOnMaskTap: true,... -
30 Jul 2012 8:21 AM
- Replies
- 5
- Views
- 885
I think I came up with sth like this (not sure though):
var aPanel = new Ext.Panel(
{
height: this.getParent().element.getHeight(),
.... -
26 Jul 2012 11:53 PM
- Replies
- 2
- Views
- 556
In Safari 6 you can use setCls to set your button image.
But I need dynamic button-images which can't be done with setCls. Or can you do it?
In Safari 5 following was working, which isn't... -
26 Jul 2012 10:41 PM
- Replies
- 1
- Views
- 346
I don't think so.
Your error message just says, that you maybe didn't set up your config files with a Bundle Seed Id
I am also new to all this but I got my app working native on iPhone by... -
26 Jul 2012 10:27 PM
- Replies
- 8
- Views
- 1,452
I had some similar problem, with setting up view elements programmatically from a store.
My solution was to listen to the load event in the store and refresh the view after the store was loaded:
... -
26 Jul 2012 10:18 PM
- Replies
- 11
- Views
- 1,951
Change your index.html:
<!DOCTYPE HTML><html manifest="" lang="en-US">
<head>
<meta charset="UTF-8">
<title>MYAPP</title>
<style type="text/css"> -
26 Jul 2012 10:15 PM
Jump to post Thread: Destroy App Loading Indicator by klaus777
- Replies
- 3
- Views
- 579
Change your index.html:
<!DOCTYPE HTML><html manifest="" lang="en-US">
<head>
<meta charset="UTF-8">
<title>MYAPP</title>
<style type="text/css"> -
26 Jul 2012 4:57 AM
- Replies
- 3
- Views
- 394
got it :-)
numberfield with only 3 digits allowed eg. 999, 123, 232:
Advantage: this will check your input live and immediately throws away A-Z, a-z and the fourth digit. So your customer will... -
26 Jul 2012 1:49 AM
- Replies
- 3
- Views
- 394
thank you. I tried it with regex and stuff... I don't understand it and I've seen other postings around from other people who were also saying its hard to learn and hard to use...
I think I will... -
25 Jul 2012 11:23 PM
- Replies
- 1
- Views
- 391
phew I got it. YES!!!! :-)
Changed it to a cls and working like a charm now :))
.anAnwendungsButton {
-webkit-border-radius: 0.0em;
border-color: Transparent !important; -
25 Jul 2012 11:12 PM
- Replies
- 1
- Views
- 391
Upgraded to Mountain Lion with Safari 6.0 :)
My button background image disappeared all of a sudden - now only showing the default gradient without background image on the button.
Please help... -
25 Jul 2012 5:49 AM
- Replies
- 3
- Views
- 394
On Android my numberfield is only showing the numberskeyboard (the keyboard you get when you dial a phone number)....
On iOS my numberfield is showing me not the same numberskeyboard to only type... -
25 Jul 2012 12:16 AM
- Replies
- 3
- Views
- 517
Interesting.
Just tested my app on my iPad with iOS 5.1.1 and the cache manifest images are working THX GOD :-)
Maybe you should test on iOS 5? -
23 Jul 2012 7:28 AM
- Replies
- 3
- Views
- 349
Workin :-)
Strange, why I can't add my objects directly to a panel and instead I have to adress the parent panel, getting its child panels and adding it like this.
Anyway SUUUUUCCCCESSSS... -
23 Jul 2012 3:12 AM
- Replies
- 3
- Views
- 349
I figured out that if you build for testing, your code doesn't get minified... so I built for testing "sencha app build testing" and all of a sudden, the testing build can't find one of my components...
-
23 Jul 2012 1:11 AM
- Replies
- 3
- Views
- 349
the fun continues below:
-
22 Jul 2012 10:45 PM
- Replies
- 3
- Views
- 349
see below what happened next:
-
20 Jul 2012 12:41 AM
- Replies
- 6
- Views
- 493
I'm talking about starting the app for the very first time. But not in production mode but just for me as a developer to debug it. Right now I don't have any data to load into my store, so for...
-
19 Jul 2012 11:09 PM
- Replies
- 2
- Views
- 424
Now I tested to push a simple label on the navigationview. It takes 2 to 3 seconds to be pushed when testing on the iPhone 4. The app is on the MacOS X Lion built in WebServer so I can test it easily...
-
19 Jul 2012 10:11 PM
- Replies
- 4
- Views
- 1,335
phew found a solution:
You have to sign it manually via terminal
Steps:
1) Create a file Entitlements.plist inside your "/build/native" folder.
2) Edit file it should look like this: -
19 Jul 2012 5:34 AM
- Replies
- 4
- Views
- 1,335
I get the exact same problem and exact same result and error message like jrodrigu
Additionally I found out when trying to add the app via XCode Organizer to my iPhone, it will give me... -
18 Jul 2012 10:15 PM
- Replies
- 10
- Views
- 1,676
Still not working
- Referencing navigationbar does nothing when trying to Ext.getCmp('navbar').setTitle('my title');
No results and no error by doing this... :-)
- And I don't have a tab... -
18 Jul 2012 10:07 PM
- Replies
- 2
- Views
- 424
We encountered some performance issues when pushing a new panel on a navigationview.
So is this the right way (best practice) to initialize and push a new panel??
...
Results 1 to 25 of 88
