Hello qooxdoo team,
To speed up the rendering of qooxdoo app, I ask me if the use of canvas tags
could be a good choice for a faster rendering instead of current nested
DIVs.
Have you experimented or planned some tests ?
regards
Fred
--
View this message in context:
http://n2.nabble.com/Renderin
rea.HtmlArea("hello world!");
this.getRoot().add(html, {left:200, top:100});
}
}
});
The log says htmlarea is not defined.
How to use this contribution ?
regards
Frederic
Petr Kobalíček wrote:
>
> Hi all,
>
> qxbuild - the full qooxdoo build is ready for d
Hi,
In the latest API,
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.embed.Iframe
replace :
var document = this.getRoot();
var iframe = new qx.ui.toolbar.Iframe("http://www.qooxdoo.org";);
document.add(iframe);
with :
var document = this.getRoot();
var iframe = new qx.ui.embed.Iframe("http:/
Hi,
using qooxdoo 0.7.3
i've an issue with a setup involving a qooxdoo application, protected
by apache basic auth.
the application pages are correctly protected but the request that
goes with Rpc to a wsgi script under
the same apache Directory (and thus protected too) have to following behavio
is special magic to make it works ?
thanks.
frederic beuserie
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/
I prefer Ext for UI
design, I hope that qooxdoo will be adopted massively in the next future to
grow the community.
Frederic
sub wrote:
>
> Hey guys,
>
> I've been following qooxdoo for almost 2 years and I think it's a
> fantastic framework, not only for a UI but fro
Hi,
have you tried something like :
elt.setHtmlAttribute("autocomplete", "on") or
elt.setHtmlProperty("autocomplete", "on")
westor wrote:
>
> Normal behavior for html forms in actual browsers is, that text fields are
> suggesting last entered values. Is there a supported way in qooxdoo for
> d
t and I will try to deliver you a
new release with basic feature (bold, italic, indent, link, table,
image,...).
My main inspirations are the current HtmlArea widget and FCKEditor. For the
moment I prefer work locally and after deliver the code in the
qooxdoo-contrib SVN.
Frederic
Andreas Ec
widget ? have you
planned to release a more complete and working version soon ?
Regards.
Frederic
--
View this message in context:
http://www.nabble.com/qooxdoo-contrib-%3A-htmlArea-tf4752057.html#a13588135
Sent from the qooxdoo-devel mailing list archive at Nabble.com
Hello,
What is the status of the parameter optimize-private (in the todo of 0.8) ?
my app is broken when using the optimization et the generate JS file is
bigger when this param is set to true.
cheers.
frederic
dperez wrote:
>
> Updated http://qooxdoo.org/documentation/0.7/custom_build
Hi David,
the variableoptimizer.py module have been updated in the trunk after the
release of qx 0.7.2 ; perhaps this update breaks your code ; have you try
with 0.7.2 ?
cheers.
fred
dperez wrote:
>
> Through trial and error, I've come to the conclusion that the dangerous
> flag is:
> --optimi
BUILD = false
Gzipped JS file has an influence on code execution speed ?
cheers.
frederic
--
View this message in context:
http://www.nabble.com/Best-generator-params-to-speed-up-code-execution-tf4563309.html#a13024055
Sent from the qooxdoo-devel mailing list archive at Nabbl
alert(response._valueData.result); // display data from RPC call
}
It is ok now, but do you think it is normal to access to RPC response using
"_valueData" properties ?
Frederic
Fabian Jakobs-2 wrote:
>
> frederic schrieb:
>> Fabian,
>> My code is exact
": " + result);
});
Any idea ?
Frederic
Fabian Jakobs-2 wrote:
>
> frederic schrieb:
>> Hi Fabian,
>> thanks for your help but my problem is not resolved ; In my case I need
>> to
>> get value of the call.
>>
&
}
e is an instance of qx.event.type.DataEvent
void qx.event.type.DataEvent:getData() => Returns the (computed) value of
the property data.
Finally I don't understand how get value of my async call without have a
warning message.
Any idea ?
frederic
Fabian Jakobs-2 wrote:
>
od is no longer needed
since the event object is now an instance of the Response class.FireBug.js
How to solve the problem ?
cheers
Frederic
--
View this message in context:
http://www.nabble.com/qx-0.7.2---qx.io.remote.Response%3AgetData-deprecated-tf4482796.html#a12783327
Sent fr
Christian,
Tested on FF2 and IE6, same errors appear. Probably my company firewall
blocks the JS load.
I will test it @ home.
Frederic
bibliograph wrote:
>
>
>
> Frederic, thanks for the feedback. Strange - it is working here (Win/FF2
> with FireBug) - haven't tried in
Hello Christian,
Your online demo is broken, I have the following errors in Firebug :
missing } in XML expression |[Break on this error] return true\n |
sample_app.js (line 5)
qx is not defined |[Break on this error] if (qx.IS_SOURCE) | build (line 13)
bibliograph wrote:
>
> Hello,
>
> I h
ox print "null" (tested on FF2.0.6, no error in Firebug) and not
"Hello world".
Tested on latest trunk and 0.7.1.
What's wrong ?
frederic
bibliograph wrote:
>
> Jim, I think Derrell is right here - messages are disposed after all
> subscribers have been notif
Hi Siarhei,
Any news from your data binding mechanism implementation
(qx.io.databinding.*) ?
My current qooxdoo's application has a very bad implementation of form
handling and I would be very happy to test your "form emulation" described
in the PDF doc.
Cheers.
Frederic
bi
Hi David,
Thanks for your feedback. Where can we find this custom browser (release
somewhere) ?
FYI, if you "make air", your can run your app on Adobe, have you try it ?
frederic
dperez wrote:
>
> Hi list,
>
> I would like to share my experiences with qooxdoo and a cu
Hello,
I have discovered many commits on the qxAdmin project in the SVN dedicated
to qooxdoo contributions.
What is the goal of this project ? How to use it ?
cheers.
Frederic
--
View this message in context:
http://www.nabble.com/qooxdoo-contrib---qxAdmin---tf4301571.html#a12244068
Sent from
Hi Siarhei,
Excellent doc !
What do you think about integrate offline support (FF3, Google Gears, Flash)
in databinding ?
regards.
frederic
Siarhei Barysiuk wrote:
>
> Hello folks!
>
> For few last day I was thinking about data binding functionality for
> qooxdoo (includ
Hi all,
Found on Internet, the qooxdoo session :
http://ajaxexperience.techtarget.com/west/html/frameworks.html#qooxdoo
- qooxdoo's wide array of widgets and its tool chain can help you to easily
develop truly innovative web applications;
- About qooxdoo’s benefits, including the ability to creat
frederic
Siarhei Barysiuk wrote:
>
> Hello all!
>
> We have done 2 powerful(as I think) features in QxTransformer:
>
> - static includes
> You can define part of your qxml code in additional file and simple
> include it in main document.
> For this purposes we've c
Hi,
Is it possible to have the qooxdoo-contrib mailinglist available in Nabble ?
http://www.nabble.com/qooxdoo-f3821.html
regards.
frederic
Sebastian Werner wrote:
>
> Fabian Jakobs schrieb:
>> Siarhei Barysiuk schrieb:
>>> Hello Fabian!
>>>
>>>
n piece of code : cross-browser
selection, cross-browser command,...
frederic
Sebastian Werner wrote:
>
> Hi Frederic,
>
> there is already a internal development of such an editor started. It is
> in the early steps and will be get some more touches before added to
> (public) SV
My code is very ugly with a lot of bug.
I prefer know the advice of core developers before try to work hard (if
needed) on this widget. Have you already started to develop this widget or
planned in near feature or adapt existing solution (FCKeditor, TinyMCE,...)
?
cheers.
frederic
--
View this
() == "pre") {
--
iFrameTransport.js file seems no up to date.
Could you please take a look to this class ?
regards.
frederic
Derrell.Lipman wrote:
>
> Cornelius Weiss <[EMAIL PROTECTED]> writes:
>
>> this is my code:
>> btn_sav
necessary.
I have started yesterday to implement simple as possible an "input file"
code, I have planned to update the widget to be more integrate to qooxdoo.
It is perhaps early to merge our work but my goal is to have a standard
upload widget in the trunk.
What is your advice ?
cheers
Hi list,
I have developed a small script to add "upload file" feature with qooxdoo
0.7beta2
More information here :
http://frederic.fournaise.free.fr/qooxdoo-file-upload-widget.php
cheers.
frederic
Dietrich Streifert wrote:
>
> Hi Nick,
>
> Now with 0.7 beta two I hope
Forget my last email, I have solved the problem
I had a qx.ui.window.Window widget using resizeable properties and this
property seems not exist anymore in 0.7beta2
frederic wrote:
>
> Hello,
> Since I have updated qooxdoo to version 0.7beta2, I have the following
> error when ex
Hello,
Since I have updated qooxdoo to version 0.7beta2, I have the following error
when execute my app in build version.
Any idea ?
cheers.
frederic
Error occurs at line 20 of the compiled script only :
this[$c[$d]] is not a function
Firebug details --
construct(Object
nk mistake is easily reached
and the resulting effect is many os command (mkdir, rm, ...) called
with a supposedly one path but in fact two. (when
APPLICATION_NAMESPACE is concatened with other values to make a full
path.)
perhaps the use of $(strip $(APPLICATION_NAMESPACE)) should be
included in the
Hi,
The build system in 0.6.6-sdk takes into account emacs backup files
(and i suppose vi and others too).
Is there any way to specify to generator.py to exclude certain files
(all dot file) ?
thanks
Traceback (most recent call last):
File "../qooxdoo-0.6.6-sdk/frontend/framework/tool/generat
Hi Derrell,
you're right, the standard way to read the magic_quotes_gpc is
get_magic_quotes_gpc().
Regards.
frederic
Derrell.Lipman wrote:
>
> frederic <[EMAIL PROTECTED]> writes:
>
>> Hello,
>> I use qooxdoo on multiple hosters and the PHP configuration is
$input = $_GET["_ScriptTransport_data"];
if (ini_get('magic_quotes_gpc')==0){
$jsonInput = $json->decode($input);
} else {
$jsonInput = $json->decode(stripslashes($input));
}
}
[...]
Hope this help.
frederic
--
Thanks for your help.
I have solved the problem in my index.html file :
before :
after :
Bart van der Werf wrote:
>
>
>
>> From: frederic
>>
>> Hello,
>> I have developed a script page.js works fine in "source"
>> version, but when
Hello,
I have developed a script page.js works fine in "source" version, but when
executing in "build" version Firebug warn on Illegal Character to line
14487. Hereafter makefile, source and build sample.
Any idea ?
regards.
frederic
=== makefile ==
I've added an new entry in Bugzilla :
http://bugzilla.qooxdoo.org/show_bug.cgi?id=347
dperez wrote:
>
> I also like it.
>
>
> naftali-2 wrote:
>>
>> Im all for it !!
>>
>> 2007/3/21, frederic <[EMAIL PROTECTED]>:
>>> Hi all,
Hi all,
I've just discovered a new icon collection called Tango using standard
naming spec :
http://tango.freedesktop.org/Tango_Icon_Gallery
Why not add this new icon collection to qooxdoo ?
best regards.
frederic
--
View this message in context:
http://www.nabble.com/Tango-Icon-Ga
bug("JSON response: " +
text);
}
../..
012568 ERROR: qx.io.remote.XmlHttpTransport[301]: Could not execute json:
[{"result":true,"id":1}]: TypeError - qx.Settings has no properties
any idea ?
frederic
frederic wrote:
>
> Hello,
> My script worked fine on 0.6.5 and now a
his.r.setServiceName("myServices.service");
this.r.timeout = 1;
this.r.crossDomain = false;
var result = this.r.callSync(fonction, param);
../..
What is map ? An idea how to solve my pb ?
FYI, RPC examples are broken the latest SVN update.
best regards.
frederic
--
View this message in c
Hi Alexei,
A experimental implementation can be found here :
http://www.nabble.com/Experimental-file-upload-implementation-tf2630085.html#a7339666
frederic
zindel wrote:
>
> Hello,
>
> Actually, I'd like to know the "AJAX-way" of uploading the file. I.e.:
>
&g
quot; file, the size becomes 193kb.
frederic
Fabian Jakobs-2 wrote:
>
> frederic schrieb:
>> Hello,
>> You can obfuscate your JS code with this tool :
>> http://dean.edwards.name/weblog/2006/12/packer-php/
>> A Python version seems working, have you planned to integra
.
frederic
--
View this message in context:
http://www.nabble.com/Packer-%3A-a-JavaScript-compressor-obfuscator-tf3248007.html#a9028948
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-
Take Surveys. Earn Cash
oad" event.
I would like each iframe (iframe, iframe2) fires "load" event when loading
the TabView widget and not only when displayed TabView.page. Is it possible
? How to have this behavior ?
best regards.
frederic
--
View this message in context:
http://www.nabble.com/Iframe-
Hi Agustin,
I agree with you, Qooxdoo doesn't provide natively easy way to manipulate
form entries (combox, textarea,...).
You have only setters and getters for each widget (x.getValue, x.setValue,
x.getSelected(),...) but not global function to get all entries in a
window,...
I have developped se
handle easily
form datas.
best regards.
frederic
Rusi Filipov wrote:
>
> Hello Tobias,
>
> for my single-page app I use Qooxdoo for the UI presentation and Java
> for the server-side logic.
>For client/server remoting I took JSON-RPC-Java. Qooxdoo has also its
> own
Hi,
the file qooxdoo-0.6.4-build.tar.gz from sourceforge is half the size
of the previous (0.6.3) release and it miss the framework subdir.
tarball only contains some examples.
I suppose there was an error at the archive compilation time.
frederic beuserie
Hi,
In the latest SVN snapshot, the compiler requires files on Internet. Please
could you adapt the curl/wget command to works behind a firewall (using a
proxy) ?
best regards.
frederic
--
View this message in context:
http://www.nabble.com/Make-app-behind-a-firewall-tf2841095.html#a7932405
"vData".
>
> Sebastian
>
>
>
> frederic schrieb:
>> Thanks Alessandro. I can often rewrite code with an "array syntax" but
>> sometimes I must keep eval instruction.
>> What do you think about an enhancement in the compiler to manage
>>
tion ?
Alessandro Sala wrote:
>
>
> Hi Frederic,
>
> I have trouble when compiling with string/variable optimization the
> following JS code :
>
> myClass.myFunction=function(vData){
> var test=".getValue()";
> alert(vData);
> alert(eval("vD
vData in alert(vData) seems converted in $XXX value.
Is it a bug ? to avoid the pb I have desactived the var/string opts.
frederic
--
View this message in context:
http://www.nabble.com/problem-with-Variable-String-optimizations-tf2781275.html#a7759493
Sent from the qooxdoo-devel mailing list a
/removeAll/dispose) remove event listener on my
object ?
Is it possible to have an automatic deletion of object on a specific event
for example "afterdisappear" event ?
What about a garbage collector to reorganize internal array to safe memory ?
Thanks in advance for any help on thi
button is clicked, the modal window is closed and I try at
this time to dispose the modal window to freeing memory.
My code doesn't work.
How/when dispose the modal window myWindow ?
All children objects (btClose,myLabel) are disposed when modal window is
disposed ?
thanks for your
the
mailinglist ?
Is it planned to include your widget natively in Qooxdoo soon or this widget
will stay as an third-party ?
cheers,
frederic
Dietrich Streifert wrote:
>
> Hello List!
>
> I created a file upload widget built of three classes
>
> UploadForm: creates a form t
quot;, line
526, in nodeToJsonString
asString += nodeToJsonString(child, prefix, childPrefix, newLine) + ','
+ newLine
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135:
ordinal not in range(128)
make: *** [generate-api-data] Error 1
best,
frederic
S
ent
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19078:
ordinal not in range(128)
make: *** [generate-script-build] Error 1
=
cheers,
frederic
--
View this message in context:
http://www.nabble.com/Bug-in-revision-4783---gener
ter the tree is initialized ?
thanks for your reply.
frederic beuserie
ps i'm using namespace
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to
Hi Sebastian,
Very strange with the latest SVN update all my compiled scripts stay in UTF8
... No problem now.
Many thanks for your help.
frederic
Sebastian Werner wrote:
>
> frederic schrieb:
>> Hi all,
>> Skeleton examples in the SDK have source/class/custom/Appli
vascript files
?
cheers,
frederic
--
View this message in context:
http://www.nabble.com/Build-UTF8-Javascript-code-tf2496920.html#a6960274
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-
Using Tomcat but ne
Hi David,
Have you try beforeAppear event ?
best,
frederic
dperez wrote:
>
> Hi,
>
> I have a window with complex content.
> If I use myWindow.setCentered(true), my window appears clipped.
> http://www.nabble.com/file/3717/clippedWindow.gif
> Other windows are sh
lready implemented in compiled version a way to load
widget dynamically (after a click on a button for example,...) ?
Dynamically means for me a javascript code not load at startup but loaded
conditioned with an user interaction (click on a button,...).
cheers,
frederic
frederic wrote:
>
>
ossDomain(false);
req.addEventListener("completed",
function(e){result=e.getData().getContent();});
eval(result);
};
*** ui.php ***
Do you have a better idea to load dynamically qooxdoo widgets?
cheers,
fred
frederic wrote:
>
> Hello,
> I'm trying to bu
;m using qx.client.builder.Script and not directly call qooxdoo
objects because it is impossible IMHO for example to build tabpanes with XML
tag... i.e.
http://www.nabble.com/Builder%28%29-and-TabPanes--tf2393510.html#a6709833
cheers,
frederic
--
View this message in context:
http://www.nabble.com
mands. Is it possible to
have these compilation methods intergated in Aptana ?
best,
frederic
Mike Crowe wrote:
>
> David and all,
>
> I *think* I have the interface working. Please review and LMK:
> http://qooxdoo.org/documentation/related_projects/aptana_ide
>
> Mike
>
>
Hi,
Is there exist a way to add autocompletion of Qooxdoo API (package methods
and properties) in Aptana ?
cheers.
frederic
mikecrowe wrote:
>
> David, wow, I thought I'd checked out every editor. This looks sweet.
> I'm downloading it now.
>
>
> dperez w
ices/index.php" ? do
you think my solution is the best to handle special chars ?
frederic
frederic wrote:
>
> Hello,
> I'm using qx.io.remote.Rpc to call PHP method to retrieve data from a DB
> (especially french words with accent). I have errors when I execute this
> code
g error :
PHP Notice: Uninitialized string offset: 15 in C:\.\services\JSON.phps
on line 314
How to handle special chars with qx.io.rpc ? something to do on php code ?
cheers.
frederic
--
View this message in context:
http://www.nabble.com/qx.io.rpc-and-special-chars-tf2340705.html#a6514
nction(e) {...}); ?
*** My Code to get data from the selected row :
var i=lv.getPane().getRelativeItemPosition(lv.getPane().getSelectedItem());
this.info(lv.getData()[i]["COL1"]["text"]);
this.info(lv.getData()[i]["COL2"]["text"]);
This code is working but
I've found the solution ; The event on the button must declared like this :
[...]
wm1.add(b_test);
b_test.addEventListener("execute",function(){
this.showMenu();
});
d.add(wm1);
[...]
"addEventLIstener" method written after the "add"
new myclass.test;
test.mytest()
Do you know how to access to showMenu() method ?
frederic
--
View this message in context:
http://www.nabble.com/Own-object-and-access-to-data-tf2318762.html#a6450451
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
---
or" is not parsed and available in the rpc call
completed function (only id, exception and result are there ...)
How can i get these data ? through XmlHttpTransport.getResponseText ?
thanks.
frederic beuserie
-
Using To
ng. I am alone
to have this message ? how to delete it ?
regards.
frederic
--
View this message in context:
http://www.nabble.com/Need-3rd-party-add-on-in-IE7---tf2268407.html#a6295802
Sent from the qooxdoo-devel forum at Nabble.com.
ou planned to release this doc
on the web site ? have you planned to include the how-to manual in the SVN
repository with the API reference ?
Thanks for you work.
frederic
--
View this message in context:
http://www.nabble.com/How-to-manual-tf2126962.html#a5868896
Sent from the qooxdoo-deve
it ?
or if there is someone working on this topic ?
thanks, and continue the grat work.
frederic beuserie.
---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat c
77 matches
Mail list logo