Search Type: Posts; User: gilles86
Search: Search took 0.07 seconds.
-
12 Jun 2012 5:33 AM
Jump to post Thread: Screen Breakup in Iphone by gilles86
- Replies
- 2
- Views
- 525
Can you provide the code of this part or can you create a small example how you are using it?
-
24 May 2012 5:43 AM
- Replies
- 1
- Views
- 744
Hello everybody,
i develop for Blackberry Torch 9800 and have a problem with sencha touch.
The Touch panel is working for me but the trackpad didn't work, so i searched for a workarround and found... -
3 May 2012 5:22 AM
Jump to post Thread: Frequently Reloaded List by gilles86
- Replies
- 1
- Views
- 434
can you provide a simple example?
-
2 May 2012 3:35 AM
- Replies
- 4
- Views
- 933
Hi everyone,
im wrote an app with phonegap and sencha touch for android, ios and blackberry. On android and ios everything looks fine. Only on blackberry there is exists an annoying bug.
Some... -
17 Apr 2012 6:04 AM
Jump to post Thread: Rerender of a view dynamically? by gilles86
- Replies
- 2
- Views
- 453
Panels have a function named render.
If your panel looks like this:
app.views.myView = new Ext.Panel(.........);
then try one of these 2 functions:
app.views.myView.render();
or... -
11 Apr 2012 10:36 PM
- Replies
- 4
- Views
- 1,498
Maybe someone with the same problem? :)
-
1 Apr 2012 10:45 PM
- Replies
- 4
- Views
- 1,498
Yes. The Text would look like this:
The sentence should look like this ;)
And yes these were some random sentences :P
Btw. the devices which i used for testing were:
- Blackberry Torch... -
30 Mar 2012 1:17 AM
- Replies
- 4
- Views
- 1,498
Hello Everybody,
right now im writing an app for blackberry.
when i start the app the content has some weird display problems. Sometimes characters are not displayed.
Examples:
Start 1:
o and t... -
25 Mar 2012 2:47 AM
Jump to post Thread: ScrollTo Problem (with demo) by gilles86
- Replies
- 2
- Views
- 718
Seems like the sencha touch debug.js was defect. Now the sample should work :)
-
24 Mar 2012 1:56 AM
Jump to post Thread: ScrollTo Problem (with demo) by gilles86
- Replies
- 2
- Views
- 718
I'm still going crazy with this thing. has anyone an idea how fix this?
I tried already to do a window.setTimeout for the scroll setting.
But it won't work.
If you need any files. just tell me :) -
21 Mar 2012 3:08 AM
Jump to post Thread: testing my sencha touch app by gilles86
- Replies
- 4
- Views
- 902
You can also download eclipse and install the android plugin. You still need the android sdk installed.
After you installed everything you can create a simulator device.
There are many tutorials... -
21 Mar 2012 2:57 AM
- Replies
- 1
- Views
- 366
Your whole code looks a bit weird to me.
Lets start with the fields part:
This is how your code looks
fields:[name:'Id',type:'int'] -
19 Mar 2012 12:21 AM
- Replies
- 1
- Views
- 483
phonegap + sencha touch can also help to create iPad apps.
But you can just use the animations and components which are available in sencha touch. -
19 Mar 2012 12:18 AM
Jump to post Thread: basic debugging question by gilles86
- Replies
- 1
- Views
- 420
You should test your code in chrome or Safari.
Take a webserver like xampp and put your android project in the htdocs folder. Then visit the site like this:... -
17 Mar 2012 2:44 AM
Jump to post Thread: ScrollTo Problem (with demo) by gilles86
- Replies
- 2
- Views
- 718
Hey everybody,
i have a problem with the scrollers scrollTo method.
I have lists and detailed views. The detailed view has a panel with a fix height, so huge content must be scrolled.
When i... -
15 Mar 2012 12:43 AM
- Replies
- 2
- Views
- 608
My file was not utf-8 ^^ total failure :)
-
8 Mar 2012 6:50 AM
- Replies
- 2
- Views
- 608
Hi :)
Im using a list with german special characters. ÄÖ and Ü.
The point is that i want to rewrite the sort and group function. Right now the list looks like this:
-- A --
Apfel
Auto
-- B... -
7 Mar 2012 6:25 AM
Jump to post Thread: Stop overwriting data in store by gilles86
- Replies
- 1
- Views
- 360
First load the offline Store and if there is no data in there you should load the onlineStore.
Here are some hints:
FMS.stores.offlineTodo = new Ext.data.Store({ model : 'ToDoMod', ... -
7 Mar 2012 6:18 AM
Jump to post Thread: Sencha touch+ Phone gap Database by gilles86
- Replies
- 1
- Views
- 573
I always check my stuff in Google Chrome before. U have to something like this:
var db = window.openDatabase("Databasename", "", "Database Description" ,50000); // Last parameter is the size... -
7 Mar 2012 6:12 AM
Jump to post Thread: Nested Store-Data with XML? by gilles86
- Replies
- 1
- Views
- 321
Btw. I made an example so everyone can check it :)
http://encarnium.de/sencha/storeProblem/
Thanks for any hints =) -
7 Mar 2012 2:38 AM
- Replies
- 2
- Views
- 882
I'm using lists in my sencha touch app.
The problem is that the list cannot be scrolled correctly. It always bounces back to its position.
See this simple demo:
http://encarnium.de/sencha/scroll/... -
6 Mar 2012 12:56 AM
Jump to post Thread: Nested Store-Data with XML? by gilles86
- Replies
- 1
- Views
- 321
Hi,
Right now im trying to read nested Data from an xml-file. I looked for some good topics and found this here:... -
29 Feb 2012 9:28 AM
- Replies
- 1
- Views
- 436
Hi,
Is there a possibility to call a callback when the stores has finish its sync?
Greetings,
Gilles :) -
28 Feb 2012 11:56 PM
- Replies
- 1
- Views
- 396
Hello,
in my app there are two stores, which shall be synced.
Now an example what my problem is
records of store 1
[
{ -
28 Feb 2012 11:22 AM
- Replies
- 4
- Views
- 783
Thats interesting. I thought the model will look for its store and get the proxy out of this store :)
Good to know that it will look for the models proxy.
Results 1 to 25 of 36
