Search Type: Posts; User: Gaspard22
Search: Search took 0.02 seconds.
-
3 Jan 2013 7:23 AM
Jump to post Thread: Sql proxy by Gaspard22
- Replies
- 1
- Views
- 234
hello,
i'm using a sqlite plugin created by brodyspark to use with a sql proxy, the pb is that overrided proxy i created don't seems to work.
i want to know if someone know something about... -
3 Jan 2013 12:40 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Gaspard22
- Replies
- 190
- Views
- 37,975
my model don't have any ID, it should ?
cause i tried with an idproperty , and an identifier and nothing have change ... -
28 Dec 2012 2:04 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Gaspard22
- Replies
- 190
- Views
- 37,975
yes, here's my code
var groupst=Ext.getStore('groupLst');
groupst.add([{
GRP_ID :'1',
ADR_ID :'1',
UPL_ID:'1',
TRD_ID:'1',
GRP_NAME:'TITO', -
28 Dec 2012 12:43 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Gaspard22
- Replies
- 190
- Views
- 37,975
Vadmiv
After applying your advice, i tried to add a new line to my group store.
I can see it in the proxy, but not in the sqlite database ....
Do you have a full example , to see what's... -
27 Dec 2012 6:56 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Gaspard22
- Replies
- 190
- Views
- 37,975
Hi Vadimv, i'm not certain about the config here
do i have to use the same proxy type , or create a new one ?
cause when i tried t create a new one everything stucks
... -
21 Dec 2012 6:27 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Gaspard22
- Replies
- 190
- Views
- 37,975
correct me if i'm wrong
ST proxy is for websql, and websql have a 5 Mo limitation right ?
this project's for an native app in IOS. -
21 Dec 2012 3:00 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Gaspard22
- Replies
- 190
- Views
- 37,975
SQLite format 3@ -‚%
¸
R
∫U
Rf!%%ÅtablepeoplepeopleCREATE TABLE people(name TEXT)É!yyÑAtable__WebKitDatabaseInfoTable____WebKitDatabaseInfoTable__CREATE TABLE... -
17 Dec 2012 8:01 AM
- Replies
- 9
- Views
- 660
your project only works with at least cordova 2.2 ? what about the 2.1 version ?
-
17 Dec 2012 7:15 AM
- Replies
- 9
- Views
- 660
i referenced it in the app.json and the index.html
as i said previously my project works with any problem when i don't package my project, and my build contains no warnings.
where's your... -
17 Dec 2012 12:15 AM
- Replies
- 2
- Views
- 334
my use case is :
1 - connect to a Rest Service
2- retrieve a base64 data
3-decode the data with atob function
4-write to a file.
*** In IOS SIMULATOR/device in Build mode or compile... -
14 Dec 2012 6:45 AM
Jump to post Thread: IOS packaging not working by Gaspard22
- Replies
- 3
- Views
- 354
now that i've packaged my project, i got the splashscreen displaying and nothing happens . There is a existing method to make a packaged project work in xcode, with phonegap ?
-
14 Dec 2012 2:54 AM
- Replies
- 9
- Views
- 660
Hello,
i use phonegap + sencha in a ios project, i was copying all my Sencha project to phonegap www directory, but for some issues related to js not working as expected i build a native app, but... -
13 Dec 2012 3:15 AM
- Replies
- 2
- Views
- 334
Hello, i'm receiving in a rest callback an object which is base64 coded, and i need to decode, i'v tried many scripts but no one ever work ....
Someone can help me we this ?
my call
... -
7 Dec 2012 7:13 AM
Jump to post Thread: Refreshing List / IOS by Gaspard22
- Replies
- 5
- Views
- 306
While i'm using sencha, and phonegap in Xcode, i haven't build anything with the sencha cmd just paste my files in the www directory , and someone told me that some troubles can occur when i haven't...
-
7 Dec 2012 7:08 AM
Jump to post Thread: Refreshing List / IOS by Gaspard22
- Replies
- 5
- Views
- 306
i've modifed my function for this one
launch:function(){
var patstore=Ext.getStore('patientLst');
setInterval(function(){
console.log('toto');
... -
6 Dec 2012 11:56 PM
Jump to post Thread: IOS packaging not working by Gaspard22
- Replies
- 3
- Views
- 354
what is the difference between getting all the files in Xcode and using sencha package command ?
-
6 Dec 2012 8:30 AM
Jump to post Thread: IOS packaging not working by Gaspard22
- Replies
- 3
- Views
- 354
i'va made some functions that works in the web mode, but afer being packaged in PhoneGap / IOS don't work anymore !
I see on IOS Simulator that my functions are fired, but nothing happens .....
... -
6 Dec 2012 5:55 AM
Jump to post Thread: Ajax /rest request by Gaspard22
- Replies
- 3
- Views
- 393
i found my problem.
the fact is that i have copied , an Ajax request but, i haven't read the doc. so I found that this line
format : 'json'
does nothing.
So i use the Ext.JSON.encode... -
6 Dec 2012 2:52 AM
Jump to post Thread: Ajax /rest request by Gaspard22
- Replies
- 3
- Views
- 393
in fact for my first method, the cross domain pb doesn't exist, cause the server sends a response, and i the guy who's made the response method, says that he's getting a GET like request , and his...
-
6 Dec 2012 2:23 AM
Jump to post Thread: Ajax /rest request by Gaspard22
- Replies
- 3
- Views
- 393
I'm trying to send some data to a rest service, but it's not working as expected
i've changed twice my request and got different errors, could someone help me with my config ?
My first Ajax... -
5 Dec 2012 6:50 AM
Jump to post Thread: Refreshing List / IOS by Gaspard22
- Replies
- 5
- Views
- 306
well thanks, but i don't think that will fix my pb.
as i was saying previously, my event get fired every minute, my server sends me the data, but my list's not refreshing.
When i display my... -
5 Dec 2012 6:08 AM
Jump to post Thread: Refreshing List / IOS by Gaspard22
- Replies
- 5
- Views
- 306
Hello i'm working on a ipad , and i want to get a list to be reload every minutes, I managed with this in a web version, but now that i embedded my app in ios / phonegap , my list doesn't refresh ....
-
5 Dec 2012 5:46 AM
Jump to post Thread: Quit / Close an Native app by Gaspard22
- Replies
- 2
- Views
- 192
thanks that's works fine !
-
4 Dec 2012 7:42 AM
- Replies
- 8
- Views
- 956
i want the pullrefresh plugin (on my Ext.List) but where do i find the plugin ?
thanks -
4 Dec 2012 6:36 AM
Jump to post Thread: Quit / Close an Native app by Gaspard22
- Replies
- 2
- Views
- 192
Hello,
i added a login form to my app , so i manage to choose my view with
if (localStorage.getItem('myToken')) {
Ext.create('CWFSE.view.Viewport')
}
else{
...
Results 1 to 25 of 55
