Search Type: Posts; User: fercho07
Search: Search took 0.02 seconds.
-
8 Jun 2008 9:19 PM
- Replies
- 422
- Views
- 168,818
Yes, i know but i can't get it ! Can you help me ?
var bd = Ext.getBody();
var dialog = new Ext.ux.UploadDialog.Dialog({
// ******
height: 200,
width:... -
28 May 2008 3:57 PM
- Replies
- 422
- Views
- 168,818
Is there a way to config the extension to see the UploadDialog as a panel and not as a window ?
See you,
Fernando. -
19 May 2008 1:24 PM
- Replies
- 422
- Views
- 168,818
Hi, i'm trying to use your extension that looks very pretty but i have no luck with it. I'm not getting any information from the server. I read all the thread so, i know that there is implemented...
-
19 Oct 2007 2:22 PM
- Replies
- 5
- Views
- 1,875
Yes, i realase that is a timing problem so i 'll have to analize how to use defer because i never used it.
The example starts to work after the first pass, obviously because images are already load,... -
17 Oct 2007 5:29 AM
- Replies
- 5
- Views
- 1,875
I try with your change, i get near what i want but for some reason the images get a strange effect, their seems to blink severeal times before change.
index.js
Ext.onReady(function() {
... -
17 Oct 2007 5:26 AM
- Replies
- 5
- Views
- 1,875
I tried this before but with no success.
-
16 Oct 2007 9:21 PM
- Replies
- 5
- Views
- 1,875
Well, i code a script that get some photos in an array from a directory and then show the photos in a bucle one each time before some time. The problem is that the effect appear before the new image...
-
30 Aug 2007 11:20 PM
- Replies
- 7
- Views
- 2,094
Hi, i get it. Now is working, i put the code and i comment it tomorrow because i'm too tired :D
Ext.onReady(function() {
var oParams = {
action: "verImagenes",
imagen: 1,
... -
30 Aug 2007 7:21 PM
- Replies
- 7
- Views
- 2,094
I tried your code, but i received "syntaxis error ()" in the FireBug.
-
30 Aug 2007 6:16 AM
- Replies
- 7
- Views
- 2,094
Hi, i tried your code but it doesn't work. It still the same problem here. The params sended to the server are always the same and i want to be diferent in each request. In other words, i need to...
-
29 Aug 2007 3:17 PM
- Replies
- 7
- Views
- 2,094
I think you don't understand what i'm trying to do. Let see what i send and what i really want to send.
Firebug (What i have)
[CODE]
1 -
29 Aug 2007 1:57 PM
- Replies
- 7
- Views
- 2,094
Hi, i'm trying to use UpdateManager to update a div in my page. I want to send a value to the server, then the server respond with another value and i want to use this value and send it again to the...
-
27 Aug 2007 3:56 PM
Jump to post Thread: Update div when click on a image by fercho07
- Replies
- 11
- Views
- 2,590
Yes, i understand this. But is this the only way ? I don't want to rename my javascipts files to php. It seems awful, of course, perhaps it is the only way. I'm just asking :-)
Thanks -
27 Aug 2007 12:18 PM
Jump to post Thread: Update div when click on a image by fercho07
- Replies
- 11
- Views
- 2,590
Hola gente, la verdad que por lo que estuve viendo no se puede hacer lo que me sugirieron:
var params = Ext.urlEncode({"imageId" : imgId, "num": <?=$_GET['number']?>});
A alguien se le... -
22 Aug 2007 5:03 PM
Jump to post Thread: Update div when click on a image by fercho07
- Replies
- 11
- Views
- 2,590
Is correct to use php tags inside a javascript ?
var params = Ext.urlEncode({"imageId" : imgId, "num": <?=$_GET['number']?>});
Perhaps it is and the problem is that i don't like it yoo... -
21 Aug 2007 4:00 PM
Jump to post Thread: Update div when click on a image by fercho07
- Replies
- 11
- Views
- 2,590
Thanks for all guys. Now is working but i still have some doubts.
example.php
<?php
$id = $_POST["imageId"];
if ($id == 1) {
$myData = array(success => false, msg => 'No se encontro la... -
21 Aug 2007 7:53 AM
Jump to post Thread: Update div when click on a image by fercho07
- Replies
- 11
- Views
- 2,590
Guys, thank you a lot for your help. I was learning a lot.
Nullity: i tried your code and is working great.
BernardChhun: now i'm trying your code. despite the code of Nullity is working, i... -
21 Aug 2007 6:04 AM
Jump to post Thread: Update div when click on a image by fercho07
- Replies
- 11
- Views
- 2,590
Hi, i want to do something but i feel a little bit lost. For example, i have a page with 2 divs. In one div, there are thumbnails of images, the other div is empty until i click on a thumbnail and...
-
18 Aug 2007 3:37 AM
- Replies
- 161
- Views
- 110,370
Hi, the extension is GREAT !! Just what i'm looking for. Could you put the php files that use in the demo to understand all the process please?
Thanks. -
18 Aug 2007 12:25 AM
Jump to post Thread: Ext 1.1 plugin for Aptana by fercho07
- Replies
- 43
- Views
- 20,691
auwful !! With no documentation using namespaces is too pane. Other thing is that i can't get the profile permanent. The option to make it permanent is not appearing.
Still using SpKet despite i... -
17 Aug 2007 7:40 PM
Jump to post Thread: Ext 1.1 plugin for Aptana by fercho07
- Replies
- 43
- Views
- 20,691
Well, i decide to download and install AptanaIDE standalone, because as a eclipse plugin installation was bugging me. Now the code completion of ExtJs is working, but i don
-
17 Aug 2007 12:28 AM
Jump to post Thread: Ext 1.1 plugin for Aptana by fercho07
- Replies
- 43
- Views
- 20,691
When i open an html file with my version of eclipse in the aptana perspective, the Code Assist Profile doesn't get the js files that are include in the html. Why ? I'm using aptana as a plugin.
-
15 Aug 2007 4:29 PM
Jump to post Thread: Ext 1.1 plugin for Aptana by fercho07
- Replies
- 43
- Views
- 20,691
Ok, that
-
9 Aug 2007 2:02 PM
Jump to post Thread: Ext 1.1 plugin for Aptana by fercho07
- Replies
- 43
- Views
- 20,691
Can anyone help me with code completion in eclipse with aptana plugin ?? I can't get it work !!
Thanks. -
9 Aug 2007 11:34 AM
- Replies
- 27
- Views
- 41,965
Can you put the source code to download ?
Thanks.
Results 1 to 25 of 26
