Re: [qooxdoo-devel] Add New Row

2007-12-17 Thread Andreas Tepper
gards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web:www.animationsfabrik.de Amtsgericht Hamburg HRB 75488 Geschäftsführer: Jörn Radel Sitz der Gesellschaft: Ha

Re: [qooxdoo-devel] silly question: how topostdata toanother application?

2007-12-14 Thread Andreas Tepper
ail/costs_report/source/costs_report_backend.php as exspected. The browser runs on my workstation, not on the devserver. HTH & regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-M

Re: [qooxdoo-devel] Add New Row

2007-12-14 Thread Andreas Tepper
Hi Tobias, no, not except the version with "this.tableExpenes..." as i wrote. The row wouldn't be added simply, that's why i am confused. If i got an error i'll maybe got a starting point to get the clou. Regards, -- Andreas Tepper Softwareentwicklung Animationsfabri

Re: [qooxdoo-devel] silly question: how to postdatatoanother application?

2007-12-14 Thread Andreas Tepper
ou want to "hand over" the user completely to another application / website with parameters? I am just asking out of my own interest and apologize if i'd bother you... Regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel

Re: [qooxdoo-devel] Add New Row

2007-12-14 Thread Andreas Tepper
Hallo Tobias, attached please find the source-file. Thanks for your help and efforts! Regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web

Re: [qooxdoo-devel] silly question: how to post data toanother application?

2007-12-14 Thread Andreas Tepper
meter("paramName", "paramValue"); req.addEventListener("completed", function(e){ var content = e.getContent(); }); req.send(); HTH, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse

Re: [qooxdoo-devel] Add New Row

2007-12-14 Thread Andreas Tepper
req.send(); } catch(ex) { alert("Fehler bei Anforderung der Tabelle: " + ex.toString()); } }, **** So if

[qooxdoo-devel] Add New Row

2007-12-13 Thread Andreas Tepper
s, e.g. for columns the user must not or do not want to edit? It would be highly appriciated if somebody has a piece of sample-code regarding these matters. Thanks for your help & kind regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg

[qooxdoo-devel] Help! Wich event?

2007-12-13 Thread Andreas Tepper
cellvalue has changed... So how can i retrieve changed values from a table? Thanks again for all your help! Regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web

Re: [qooxdoo-devel] General question about documnetation

2007-12-13 Thread Andreas Tepper
eight:bold"? Hope that i did not snaffle too much of your time... ;-) Thanks again and kind regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web:www.animation

Re: [qooxdoo-devel] General question about documnetation

2007-12-13 Thread Andreas Tepper
Hi, even though i misspelled documentation in the subject, does anybody have a hint where i could find the mentioned information..? Thanks and regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40

[qooxdoo-devel] General question about documnetation

2007-12-12 Thread Andreas Tepper
e accepted (valid) strings for those props? Unfortunately, they are not stated within the API-Doc for the specific property, but how should i know, wich values are valid? Thanks and regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49

Re: [qooxdoo-devel] Strange behaviour of build-system

2007-12-11 Thread Andreas Tepper
Hello, my aptana was msiconfigured indeed, so it converted the files back to cp12... from utf8, even if i saved them as utf8 with notepad before... ;-( Thanks again for all your help! cua, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel

Re: [qooxdoo-devel] Strange behaviour of build-system

2007-12-11 Thread Andreas Tepper
r this! Does anyone know, where i can get a list of the transcodings for special chars and umlauts to utf8? Thanks again for your help! Kind regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 3984

[qooxdoo-devel] Strange behaviour of build-system

2007-12-11 Thread Andreas Tepper
umlaut (ä in this case) where contained in a string-literal like "Tätigkeit". How can i work with umlauts? I need them for german gui... I am using version 0.7.2 SDK, "maked" under cygwin version 2.573.2.2 on Windows Server 2003 R2 Standard Edition with SP2. Thanks & reg

Re: [qooxdoo-devel] Error cellDblclick-Event

2007-12-11 Thread Andreas Tepper
** As i mentioned before, the application runs fine, no further errors or warnings, even the cellDblclick is fired and processed correctly... Regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 3

Re: [qooxdoo-devel] Building quickstart from SDK

2007-12-11 Thread Andreas Tepper
Hello all, it is a known "bug" from WinZip that it handles UNIX-Lineendings wrong, the (additionally free) alternatives like 7-Zip or Filzip are always better in my opinion if you work with files from different platforms... Kind regards, -- Andreas Tepper Softwaree

Re: [qooxdoo-devel] Building quickstart from SDK

2007-12-10 Thread Andreas Tepper
(WinXP and Server 2003 Standard). HTH, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web:www.animationsfabrik.de Amtsgericht Hamburg HRB 75488 Geschäftsführer: Jörn

Re: [qooxdoo-devel] Error cellDblclick-Event

2007-12-10 Thread Andreas Tepper
ined in the second column). But if you have a more simpler way to do this, any hint would be appreciated. Kind regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PR

[qooxdoo-devel] Error cellDblclick-Event

2007-12-10 Thread Andreas Tepper
should take care of or just a bug in Firebug? Kind regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web:www.animationsfabrik.de Amtsgericht Hamburg HRB 754

Re: [qooxdoo-devel] Formatting Numbers

2007-12-10 Thread Andreas Tepper
this - i bit of code would be highly appreciated because i am new to qooxdoo (and js / ajax in general). Thanks! Kind regards, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL

Re: [qooxdoo-devel] Formatting Numbers

2007-12-10 Thread Andreas Tepper
Hallo Fabian, thanks for your reply. Question is, how i can use the NumberFormat? I can't find any property or method where i can aply the format, wether in the table class nor in the Conditional cellrenderer. Maybe you can post a little sample? Thanks again! Kind regards, -- Andreas T

[qooxdoo-devel] Formatting Numbers

2007-12-07 Thread Andreas Tepper
Is it possible to use it for number formatting? Thanks! -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web:www.animationsfabrik.de Amtsgericht Hamburg HRB

Re: [qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-05 Thread Andreas Tepper
Hallo Tobias, that worked! Thanks for your support! cu, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web:www.animationsfabrik.de Amtsgericht Hamburg HRB 75488

Re: [qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-05 Thread Andreas Tepper
call? Or do i just miss the point? Thanks again for your help! cu, -- Andreas Tepper Softwareentwicklung Animationsfabrik GmbH Donnerstrasse 20 D-22763 Hamburg Tel:+49 40 398415-10 Fax:+49 40 398415-32 E-Mail: [EMAIL PROTECTED] Web:www.animationsfabrik.de Amtsgericht Hamburg HRB

[qooxdoo-devel] Passing variables from PHP to qooxdoo

2007-12-05 Thread Andreas Tepper
echo("\n"); echo("\n"); echo("\n"); echo("\n"); } As you can see, the whole html is produced by php, but it may be possible to change this. In this special case i would have to pass the global variable $p_id to the q