"Ricardo Borillo" <[EMAIL PROTECTED]> writes:
> I have a problem with
> http://demo.qooxdoo.org/html/example/RpcTreeFullControl_1.html.
> I get an HTTP Error 404: Not found.
>
> Perhaps some RPC services are down?
Hi Ricardo,
AFAIK, there is no backend on qooxdoo.org, so the RPC tests won't run
dperez <[EMAIL PROTECTED]> writes:
> Can the treefullcontrol have headers?
> Or must they be built by hand?
Hi David,
The current Tree implementations do not provide a facility for headers.
You'll have to build them by hand for Tree and TreeFullControl, for the time
being. In the future...
Che
"Alex D." <[EMAIL PROTECTED]> writes:
> here is a simple function that you can add to test.php in services/qooxdoo:
>function method_query($params, $error)
>{
>$db = pg_connect("host=localhost dbname=test user=postgres");
>$query = "SELECT * FROM test";
>
Wow, fckeditor rich text
looks cool ,thks
发件人:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 代表 Ricardo Borillo
发送时间: 2006年9月21日 1:14
收件人: qooxdoo Development
主题: [qooxdoo-devel]Re: [qooxdoo-devel] 答复: [BULK] [qooxdoo-devel]
答复: [qooxdoo-devel] can we embed an icon into textArea
c
I think it is hard to integrate, i use Prado framework for php and it
has it s own file structure and qooxdoo has another. The only problem i
can remember is load qx.js every time witch is a big problem because the
file is very big for a .js. There is any know problem of just load the
qx.js?
A
Generally the best is to use one of the skeletons as a basis. If you
already have other code I would suggest to try to integrate this inside
these skeleton stuff.
In GUI applications it's not a good idea to just load qx.js and then use
widgets. You really should use the features of application
After a few hours i finally found the solution.
Download the build version of qooxdoo and:
Start using.
Duh! :)
[EMAIL PROTECTED] wrote:
> Hello,
>
> I'm new to qooxdoo but i have a few years with javascript.
>
> After reading the User Manual, and take a look at the PHP Qx Builder
> and th
Hi,
just in case you didn't notice ;-), we had to update the files on
Sourceforge due to an urgent bug fix. If you download now, it should all
be ok.
Have fun,
Andreas
-
Take Surveys. Earn Cash. Influence the Future of I
Hello,
I'm new to qooxdoo but i have a few years with javascript.
After reading the User Manual, and take a look at the PHP Qx Builder
and the qooxdoo demo, it is not clear what should i do to start using
qooxdoo. From i understood i need to install Cygwin (i'm at windows) to
build my source
Hi!
qooxdoo 0.6.1 was released today.
Read the details:
http://news.qooxdoo.org/qooxdoo-061-released
Also take a look at the release notes:
http://qooxdoo.org/about/release_notes
Download your copy from:
http://qooxdoo.org/download
We would like to thank all people involved in qooxdoo developm
I created a simpler version of disposeChildren that seems to work but also required a change to the
qx.ui.core.Widget prototype.Here is the change that I made to the Widget prototype:qxProto = qx.OO.classes['qx.ui.core.Widget'].prototype;qx.Proto.hasChildren = function(){ // this gives a basic re
Hi,I agree with you. I have changed the wiki with the information issued:http://qooxdoo.org/documentation/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo
On 9/20/06, Andreas Ecker <[EMAIL PROTECTED]> wrote:
Hi, everyone,it would be great if you could update the Wiki page that describes ho
Hi, everyone,
it would be great if you could update the Wiki page that describes how
to integrate the FCKEditor. Ricardo's updated script is a very good
starting point.
Every qooxdoo user can just login (after easy online registration) for
changes/additions to the qooxdoo webpages.
Bye,
Andreas
Hi, Charles,
are you working on a checkout of the SVN repositiory? If so, please
update to the latest revision.
A "make distclean" should get you a clean environment. Try again to
build the api viewer. If you still get errors, what command do you use
to build the api, what is your OS, etc. ...
Hello,I am trying to build the api for my application using qooxdoo, and generator.api ends with:Traceback (most recent call last): File "../../../Qooxdoo0.6/frontend/framework/tool/generator/generator.py", line 802, in ?
main() File "../../../Qooxdoo0.6/frontend/framework/tool/generator/gene
Hi,I have follow this snippet that Kirill Balyasnikov wrote:http://qooxdoo.org/documentation/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo
I attach the class modified to work with the last SVN trunk.On 9/20/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Hello,everyone
Hi,
I've noticed the following problem:
I have nested BoxLayouts. In the top level one, I set this property:
myLayout.setOverflow('scroll');
When I resize the browser window, so that the contents don't fit inside, the
vertical scrollbar works ok, but the horizontal doesn't. The cause of it
Thanks david. i found it in the manual (rtfM?!).
junglist wrote:
>
> Hello,
>
> some weeks ago i checked out the current dev of qx6.0 from the svn.
> in root of the /script dir there was the OO.js, settings.js and a qx.js
> file that i included in my html.
> so far so good.
>
> now i downloa
Hello,everyone
Can
you tell me how can we use fckeditor as a rich text editor in qooxdoo 0.6
version, and I try to use this in 0.6 version ,but it always popup error report
window, thks ;
发件人:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 代表
[EMAIL PROTECTED]
发送时间: 2006年
Alex D. schrieb:
> Hi Sebastian,
> i'm sorry for being annoying but should i reconstruct my code or wait
> for this issue to be corrected in generator.py?
please reconstruct your code and open a bug for this please.
Cheers,
Sebastian
>
> Best Regards
> alex.d
>>> yes, it seems not to detect
Hi Sebastian,
i'm sorry for being annoying but should i reconstruct my code or wait
for this issue to be corrected in generator.py?
Best Regards
alex.d
>> yes, it seems not to detect the regular expression in hash-maps.
>> Please try the following instead.
>>
>> var reg = /^[0-9]$/;
>> var text
Hello Junglist,You probably need to download the pre-built distribution rather than the sdk.You can get it from this page: http://sourceforge.net/project/showfiles.php?group_id=129854&package_id=151847Choose one of the "qooxdoo-0.6-build" files rather than one of the "qooxdoo-0.6-sdk" files.Simonju
Sorry I meant
myTable.set({
columnVisibilityButtonVisible: false
});
dperez wrote:
>
>
> It allows to select the columns you want to see.
> As it is now not working I hide in this way:
>
> myTableset({
> columnVisibilityButtonVisible: false
> });
>
--
View
It allows to select the columns you want to see.
As it is now not working I hide in this way:
myTableset({
columnVisibilityButtonVisible: false
});
Jesus Perez wrote:
>
> Hi:
>
>I can not see what this Button is able to do as it does not work at
> demo qooxdoo site neith
It allows to select the columns you want to see.
As it is now not working I hide in this way:
myTableset({
columnVisibilityButtonVisible: false
});
Jesus Perez wrote:
>
> Hi:
>
>I can not see what this Button is able to do as it does not work at
> demo qooxdoo site neith
Hi:
I can not see what this Button is able to do as it does not work at demo qooxdoo site neither from the last SVN download I did yesterday.
I am just arrived to qooxdoo wonderfull land two weeks ago ... newbie, newbie almost n00b.
Can anybody say something about this issue; please
Hi,
You have to build your own qx.js.
The doc explains clearly how to do it.
You can also use the skeletons facility.
junglist wrote:
>
> Hello,
>
> some weeks ago i checked out the current dev of qx6.0 from the svn.
> in root of the /script dir there was the OO.js, settings.js and a qx.js
>
Hi,
Sorry from Nabble I cannot see screenshots. :-(
That's the only limitation I have in Nabble.
Wenhua.Li wrote:
>
> You can look the jpg attach file to know what I want,thks!!
>
--
View this message in context:
http://www.nabble.com/Re%3A-can-we-embed-an-icon-into-textArea-component--%2
Hello,
some weeks ago i checked out the current dev of qx6.0 from the svn.
in root of the /script dir there was the OO.js, settings.js and a qx.js file
that i included in my html.
so far so good.
now i downloaded the released sdk and the qx.js is missing. i really have no
clue how i get qooxdoo
Hmm, I think that’s I
want ,let me try it, thank you very much
发件人:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 代表 Ricardo Borillo
发送时间: 2006年9月20日
16:32
收件人: qooxdoo Development
主题: Re: [qooxdoo-devel] can we embed an icon into textArea
component?(dperez)
Hi,
Perhaps yo
Hi,folks
Everybody know the msn chat window, we
can chat in text message ,also we can choose emotion icon and text message at
same time, that’s all
Pls tell me how can I
embed an icon into textArea component? Thks
---
Hi,Perhaps you should try to use FCKEditor instead a simple TextArea?http://qooxdoo.org/documentation/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo
On 9/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> wrote:Hello, You can look the jpg attach file to know what I want,thks!!
Date: Wed, 20
Hello,
You can look the jpg attach file to know what I want,thks!!
Date: Wed, 20 Sep 2006 00:23:54 -0700 (PDT)
From: dperez <[EMAIL PROTECTED]>
Subject: Re: [qooxdoo-devel] can we embed an icon into textArea
component?
To: qooxdoo-devel@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTE
Hi,I'm trying to extend qx.ui.table.RemoteTableModel for loading data from a database in a "live" way.The data loading seems to work. The rows are created in the table, but they have no content (i attach an screenshot).
Source code:>>> DBRemoteTableModel.js <<
Hi,
Have you tried to set the image background CSS property?
I think that the textarea is one of the few widgets that is implemented
directly thru native browser elements.
Wenhua.Li wrote:
>
> Hi,folks
>
>Pls tell me how can I embed an icon into textArea component? thks
>
>
> -
Hi,folks
Pls tell me how can I embed an icon into
textArea component? thks
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opi
36 matches
Mail list logo