Search Type: Posts; User: gustavo21
Search: Search took 0.02 seconds.
-
1 Aug 2011 5:17 PM
- Replies
- 4
- Views
- 599
any help please...
-
29 Jul 2011 7:27 PM
- Replies
- 4
- Views
- 599
But i have a grid for each user for each day. Its 20 users per day... i cannot make a grid for each... either i don't know which user would be...
-
29 Jul 2011 1:03 PM
Jump to post Thread: Slow Slow Grid with Json by gustavo21
- Replies
- 4
- Views
- 1,541
Did you execute the sql query in the server? How long it takes?
-
29 Jul 2011 1:01 PM
Jump to post Thread: Datefield format + mysql by gustavo21
- Replies
- 4
- Views
- 850
Try this:
{
xtype: 'datefield',
id: 'fecha1',
format: 'd/m/Y',
allowBlank: false,
blankText: 'Requerido'
}, -
29 Jul 2011 12:18 PM
- Replies
- 4
- Views
- 599
Hi everyone. I have an app which load diferents grids (in diferent dynamic tabs) from a single store.
When i click on a leaf of the tree, it open a new tab an load the store data. Works OK... but:... -
29 Jul 2011 12:11 PM
Jump to post Thread: Help with baseparams by gustavo21
- Replies
- 2
- Views
- 573
Thanks!! I did next:
{
xtype: 'button',
text:'Buscar',
iconCls:'buscar',
handler:function(){
... -
27 Jul 2011 1:33 PM
- Replies
- 1
- Views
- 4,190
Hi, i have an App working ok in Explorer, FF5, NetScape and Chrome. But When i open it in Air, i cannot export the grid to excel...
My air app just have an iframe to the server:
... -
27 Jul 2011 9:50 AM
- Replies
- 2
- Views
- 484
I don't understand. I think you wanna do a "border Layout"
You have to do a panel with layouut: 'border'
Then 2 panels inside: one with region west or east (left or right) and the other one... -
27 Jul 2011 9:44 AM
- Replies
- 4
- Views
- 556
I work with SQL Server, and doesn´t have Limit for example, so i do 2 queries to get alway the total count.
First I do:
$sql_count = "SELECT COUNT(*) as total FROM TablaX";
$rs_count... -
27 Jul 2011 6:10 AM
Jump to post Thread: Help with baseparams by gustavo21
- Replies
- 2
- Views
- 573
Hi. I have an app and it has an initial date range to get result. I have a grid and a toolbar. In the toolbar i have 2 datefield and a search button:
{
xtype: 'button',
... -
21 Jul 2011 9:49 AM
Jump to post Thread: How to Open a Grid ftom a Tree? by gustavo21
- Replies
- 3
- Views
- 803
I still have the problem... just don´t know how to show data in grid when i open a new tab from a Tree...
-
12 Jul 2011 10:27 AM
Jump to post Thread: How to Open a Grid ftom a Tree? by gustavo21
- Replies
- 3
- Views
- 803
I have done This: http://www.sencha.com/forum/showthread.php?139917-Need-example-help-with-Tree-from-SQL
And i need to continue... -
12 Jul 2011 10:19 AM
- Replies
- 4
- Views
- 975
Thanks. I figured out how to build a tree with the levels i want. All dynamicly without a database for the tree. I just take DISTINCTS from my LOG database to generate the tree and children, and...
-
11 Jul 2011 5:47 PM
Jump to post Thread: How to Open a Grid ftom a Tree? by gustavo21
- Replies
- 3
- Views
- 803
Hi everyone. I have a tree, and i want to open a grid when i click in my tree. I have a panel west with the tree and a center panel. I wanna pass params to filter grid and know how to open the grid...
-
11 Jul 2011 11:04 AM
- Replies
- 4
- Views
- 975
OK, thanks. I made a php which makes the data in json for the tree. I used it to get the nodes and works, but when i open the folders nothing appears:
<?php
require ('Conn.php'); //Conecta a la... -
8 Jul 2011 2:38 PM
- Replies
- 4
- Views
- 975
Hi everyone. Im doing an app to view the access log to internet from squid. I have the log in SQL Server and what i wanna do is to check distinct Months, Days and users from that log.
My table... -
21 Jun 2011 6:45 PM
- Replies
- 3
- Views
- 1,630
I have a button in each cell to run a script and check the status (online - offline) So if im working and reload all the store is not so nice... because i just wanna know the status of this row, and...
-
16 Jun 2011 4:47 PM
- Replies
- 3
- Views
- 1,630
Hi everyone. Im writing an app wich check the estate of every computers en my lan. To do this, i have a Cron job on my web server and this scripts check every hour for PC, 10 minutes for printers and...
-
12 Jun 2011 2:47 PM
- Replies
- 50
- Views
- 18,804
How could add a store reload when i clear a textfield? I wanna use it for filters, and when i clear a textfield the store is reload...
Thanks. -
10 Jun 2011 2:46 PM
- Replies
- 27
- Views
- 25,031
Soy Groosssooo jeje
Here is what i did:
In index.html:
.x-panel-header-rotated {
-webkit-transform: rotate(90deg) !important;
} -
10 Jun 2011 9:44 AM
- Replies
- 27
- Views
- 25,031
Thanks! but i have a question... where should i write "style: -webkit-transform: rotate(90deg);"?? jeje
I do:
// use writing-mode for vertical text
titleElemStyle +=
... -
9 Jun 2011 7:00 PM
- Replies
- 27
- Views
- 25,031
Hi, this doesn't work on adobe air... when i collapse the panel, just show the firtst char, not rotate. Any help??
Thanks. -
7 Jun 2011 7:02 AM
Jump to post Thread: Show Local image in Template by gustavo21
- Replies
- 2
- Views
- 1,198
Please, tell me how could i do it...
Thanks -
6 Jun 2011 8:18 PM
Jump to post Thread: Show Local image in Template by gustavo21
- Replies
- 2
- Views
- 1,198
Hello, im trying to show a picture in a panel on my app. The problem is showing from local disk or network disk. We have pictures of all employees, arround 4000. The storage is in a windows active...
-
3 Jun 2011 4:26 PM
Jump to post Thread: Grid header filters by gustavo21
- Replies
- 169
- Views
- 88,251
Thanks, now works OK!
Results 1 to 25 of 36
