Hi MonkeySleeve,
How did your coleague solve the problem.
I encountered the same issue and I cannot figure wat is wrong?
Thanks. ~o)
Type: Posts; User: necco
Hi MonkeySleeve,
How did your coleague solve the problem.
I encountered the same issue and I cannot figure wat is wrong?
Thanks. ~o)
nope... it's not working pushing items... I'm adding, menu.add()but the menus of the second level are not showed
hi,
I have defined something like this:
text, parentName and id_UI_FORMS are obtaining from a database table
for (...) {
switch (type) {
case 1:
...
hi
how to wrap the response in the callback function?
I do not know how to load the store into the application launch function. How to initialize the main view with the store loaded?
thanks
I did... no changes... the store is not loading.
I'm using Oleg Dolzhansky's code:
/*
Open Data Protocol Implementation for Ext Js 4
Links:
ExtJs 4 Server Proxy: http://docs.sencha.com/ext-js/4-0/source/Server.html#Ext-data-proxy-Server...
Hi Oleg,
Have you succeeded to make odataproxy to work with Sencha Touch 2.0?
Have a nice week-end!
OK... thanks I will wait for your reply.
By the way... the json received in browser is this one:
{ "d" : { "results" : [ { "__metadata" : { "uri" :...
hi Oleg,
Thanks for your prompt reply.
I'm trying to use your's proxy.odata with Sencha Touch 2.0... just a simple DataView List added to Viewport for the beginning (to see how it works because I...
hi
I tried to use your odata proxy but no results... the error is: Uncaught TypeError: Cannot read property 'records' of undefined in line 42 of odataproxy.js
Trying to extend...
The external JavaScript I want to load into a card is like this one:
<script type="text/javascript" src="http://profitshare.emag.ro/get_ads.php?zone_id=75012"></script>
and my domain is...
No news... good news? Still waiting for a solution. :((
Still waiting for a solution.
How to update a panel with the content provided by a remote javascript file like this one:
<script type="text/javascript"...
Nope... it is not working.
I tried:
...............
card = this[getter]();
Ext.Ajax.request({
Any idea how to update the panel with the content provided by a remote javascript file (from another server)? I need to include somehow the content provided by:
<script type="text/javascript"...
I did an Ajax request but I have not the source for the javascript file. The external javascript file is from another server and I do not know how to update my panel content with something like this:...
In Sencha Touch 2.0 how to update a panel with the content provided by an external JavaScript file?
Nope... not solved. Did you try "Add" and "Destroy" more than 3 times? I was speaking about Chrome browser. I see that in IE it is OK. Have to check with Opera and Firefox... on Monday.
http://www.datalight.ro/WebReport/test/
I need to work like in above mentioned script because I want to create different kind of reports (grids) and the models are dinamic (fields array is...
There are no error messages... just incorrect rendering.
The issues appear when I'm using:
allowBlank : false;
Without allowBlank : false configuration everything is OK.
var data = new Ext.form.ComboBox({
fieldLabel : 'label'
,labelWidth : labelWidth
,name : 'name'
,id : name_id
...
For both type of grids (with pagination and buffered scroller) (I'm working with huge sets of local data) there are the following issues:
- livesearch works only in the current page
- filtering...
Using proxy type 'pagingmemory' or 'memory' (for buffered scroller) causes the same error:
"Cannot read property 'isReader' of undefined" in ext-all-debug.js line 25941
The strange thing is that...
I have modified the Buffered Scrolling example by adding a button to reload data. I set the initial value: recordsNumber = 10000 and I increment it with 5000 after each click of the button.
The...
I'm working with local data and I need to generate many grids (reports from the web reporting component of an ERP). Every time the model must be different because the fields array is different...