Search Type: Posts; User: slmd
Search: Search took 0.03 seconds.
-
30 Dec 2011 9:17 AM
Jump to post Thread: Sencha Touch + Facebook by slmd
- Replies
- 2
- Views
- 2,069
Hey!
You can start by using this : https://github.com/davejohnson/phonegap-plugin-facebook-connect
Then i've asked some questions about this and written some suggestions sometime ago that can... -
30 Dec 2011 8:42 AM
Jump to post Thread: Form submit issue by slmd
- Replies
- 2
- Views
- 449
That's exactly what happens. Once i press the submit button, it opens the navigator, shows this error and then freeze the app. How can i debug this?
-
30 Dec 2011 8:18 AM
Jump to post Thread: Form submit issue by slmd
- Replies
- 2
- Views
- 449
Hi all,
I have the below that works fine on desktop but freeze my application on a page saying "An error was encountered The action you have requested is not allowed". Here is the code :
... -
26 Dec 2011 9:32 AM
- Replies
- 2
- Views
- 498
i've used the following code but i can' managed to make it work. The list is not appearing
var myTemplate = new XTemplate(
'<tpl for=".">'+
'<tpl if="this.myfunc()">'+
'<div... -
26 Dec 2011 7:19 AM
- Replies
- 2
- Views
- 498
Hi!
I have a list that uses an XTemplate to display data depending on the result of functions that has been setted within the XTemplate. In one of those functions, i need to list data from the... -
23 Dec 2011 2:48 AM
Jump to post Thread: Ext.Msg button text change by slmd
- Replies
- 2
- Views
- 1,174
Thx buddy, working great ;)
-
16 Dec 2011 8:01 AM
Jump to post Thread: Ext.Msg button text change by slmd
- Replies
- 2
- Views
- 1,174
Hi,
In my application i want to change the "yes" and "no" texts of message confirm boxes to "Oui" and "Non" (in french). I can't figure out how to do that.
Thank you -
6 Dec 2011 1:13 AM
Jump to post Thread: Conditional button text change by slmd
- Replies
- 2
- Views
- 719
Thx i am trying it right away ;)
-
5 Dec 2011 1:45 AM
Jump to post Thread: Conditional button text change by slmd
- Replies
- 2
- Views
- 719
Hi guys,
I am looking for a way to change one text button accordingly to some events. I want my button to show connected if the condition is true and Disconnected on the other case. I've tried the... -
1 Dec 2011 3:06 AM
Jump to post Thread: Phonegap facebook api session issue by slmd
- Replies
- 3
- Views
- 1,868
I made it happen! Below is the solution in case someone needs it (for the phonegap facebook plugin installation refer to my first post)
First of all create a Facebook app... -
29 Nov 2011 9:11 PM
Jump to post Thread: Phonegap facebook api session issue by slmd
- Replies
- 3
- Views
- 1,868
I am adding a facebook connect button within my sencha app in order to make it social. I assume some users have already done so.
-
29 Nov 2011 10:30 AM
Jump to post Thread: Phonegap facebook api session issue by slmd
- Replies
- 3
- Views
- 1,868
Hi
I have installed the facebook API in phonegap but i have hard time making it work see link .The index.html file in the exemple folder has a login button that once taped opens the native facebook... -
22 Nov 2011 8:02 AM
- Replies
- 8
- Views
- 7,948
Thx for this code, it works perfect ;)
-
14 Nov 2011 8:14 AM
Jump to post Thread: I need help with paging PLEASE! by slmd
- Replies
- 2
- Views
- 536
Thank you for your reply. You put me on the right path ;) I finaly found the following post helpfull http://www.sencha.com/forum/showthread.php?105193-Store-pageSize/page2&highlight=remotefilter
-
14 Nov 2011 2:30 AM
Jump to post Thread: I need help with paging PLEASE! by slmd
- Replies
- 2
- Views
- 536
Hi,
I really need help on this. I've been looking around a lot and posting several messages in order to find solution about paging issue with sencha touch. I built a simple app with a proxy i... -
14 Nov 2011 1:29 AM
- Replies
- 5
- Views
- 3,707
Hi !
How do i do if i want to set this limit to a specific number below 25 for exemple? I've tried the following code but even though it takes in consideration the pageSize property it does... -
10 Nov 2011 5:39 AM
- Replies
- 7
- Views
- 3,475
Hi,
I need help with this code. First, my whole json elements are returned plus a load more link at the bottom. Then, depending on the defined pagesize and my json length, when i click a certain... -
9 Nov 2011 6:44 AM
Jump to post Thread: List paging from json by slmd
- Replies
- 10
- Views
- 2,266
I have built my program another way and i am finaly able to retrieve my datas from the json file BUT the paging system still sucks. The pageSize property seems not to respond therefore when i press...
-
9 Nov 2011 2:35 AM
Jump to post Thread: List paging from json by slmd
- Replies
- 10
- Views
- 2,266
i can see that "i" is incrementing but the paging still doesn't work sorry!
-
9 Nov 2011 2:09 AM
Jump to post Thread: List paging from json by slmd
- Replies
- 10
- Views
- 2,266
Yeah i can show the datas from the json. But the paging system doesn't work.
-
9 Nov 2011 1:38 AM
Jump to post Thread: List paging from json by slmd
- Replies
- 10
- Views
- 2,266
Hello,
I played a little bit with the piece of code you gave me and came out with the following. I don't know if i am doing it right but i can't get it to work. Can you please tell what i am doing... -
8 Nov 2011 11:26 AM
Jump to post Thread: List paging from json by slmd
- Replies
- 10
- Views
- 2,266
Thank you for your reply but what i need my program to do is, to load a certain number of items from my json everytime i will push the "load more..." button and append it to the current list.
-
8 Nov 2011 10:25 AM
Jump to post Thread: List paging from json by slmd
- Replies
- 10
- Views
- 2,266
Hi!
I have found some code that is supposed to help me build a paging system using a list that works. The thing is, this code is using datas that are not dynamic and i failed trying to modify it... -
8 Nov 2011 1:26 AM
Jump to post Thread: List paging example (nearly) by slmd
- Replies
- 4
- Views
- 4,516
Is there anyone able to help please?
-
7 Nov 2011 5:00 AM
Jump to post Thread: List paging example (nearly) by slmd
- Replies
- 4
- Views
- 4,516
Hi tucolino,
Thank you for this code. Very helpful. I am actually reusing it in my application and i would like to know how can i import datas from a json file instead, like this one for exemple? ...
Results 1 to 25 of 62
