Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
Hi, On 21/11/2011 2:32 μμ, Felipe Monteiro de Carvalho wrote: Hello, How did you generate that grid? You wrote your own html+javascript or are you using a ready made javascript library or something else? i just used the js from the example " source>\packages\fcl-web\examples\combined ". It u

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
On 21/11/2011 2:37 μμ, michael.vancann...@wisa.be wrote: On Mon, 21 Nov 2011, Dimitrios Chr. Ioannidis wrote: On 21/11/2011 1:28 μμ, michael.vancann...@wisa.be wrote: IE has a bug that causes it to report an error if the last element in an array or object is empty. (it is explicitly menti

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread michael . vancanneyt
On Mon, 21 Nov 2011, Marcos Douglas wrote: On Mon, Nov 21, 2011 at 9:32 AM, Felipe Monteiro de Carvalho wrote: Hello, How did you generate that grid? You wrote your own html+javascript or are you using a ready made javascript library or something else? I think he uses ExtJS library. Co

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Marcos Douglas
On Mon, Nov 21, 2011 at 9:32 AM, Felipe Monteiro de Carvalho wrote: > > Hello, > > How did you generate that grid? You wrote your own html+javascript or > are you using a ready made javascript library or something else? I think he uses ExtJS library. Marcos Douglas __

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Felipe Monteiro de Carvalho
Hello, How did you generate that grid? You wrote your own html+javascript or are you using a ready made javascript library or something else? -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepa

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread michael . vancanneyt
On Mon, 21 Nov 2011, Dimitrios Chr. Ioannidis wrote: On 21/11/2011 1:28 μμ, michael.vancann...@wisa.be wrote: IE has a bug that causes it to report an error if the last element in an array or object is empty. (it is explicitly mentioned in the standard that it is allowed). So you should se

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
Hi again, in one hour that page had 56 hits !!! I'm thinking that there is a need the fcl-web examples to be live. The next days i'll setup as much of the examples as i can. Mean while you can test ( insert/delete/update ) as much as you want. regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
On 21/11/2011 1:28 μμ, michael.vancann...@wisa.be wrote: IE has a bug that causes it to report an error if the last element in an array or object is empty. (it is explicitly mentioned in the standard that it is allowed). So you should search for a , in front of } and ] and remove it. Thx.

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread michael . vancanneyt
IE has a bug that causes it to report an error if the last element in an array or object is empty. (it is explicitly mentioned in the standard that it is allowed). So you should search for a , in front of } and ] and remove it. Attached is a cleaned-up version of users.js, where I corrected 3

[fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
Hi all, i wanted to check the combined demo so i set it up to my server at http://demo.artesoft.gr/combined . As i'm newbie to javascript can someone check to see why doesn't work with IE ? With Firefox, Chrome, Safari worked. regards, -- Dimitrios Chr. Ioannidis ___