Hi,
I'm trying to understand how qooxdoo works. I hope you can help.
I'm just playing with some widgets to see how difficult it is to create
something. So, I don't want to use "make something" to genetare my app. It
is pretty simple and should be a standalone application that doesn't need
anythin
All,
I would like to use GnuPG in in a qooxdoo application. This
implementation of GnuPG does what I need:
http://www.hanewin.net/encrypt/
The above implementation is in 7 js files of functions, some of which
create objects.
I'd like to ask some advice:
To use this code, do I need to port
Yes. I had to add both in Makefile.demo and Makefile.demobrowser.
After I removed the extra spaces were in Makefile.demo, it works.
Thanks.
Kanugula.
Alexander Back wrote:
>
> Hi Kanugula,
>
> did you also added
>
> APPLICATION_BUILD_LOG_LEVEL = off
>
> to the "Makefile.demo" file? This
Hi Kanugula,
did you also added
APPLICATION_BUILD_LOG_LEVEL = off
to the "Makefile.demo" file? This should also suppress the messages of the demo
file.
cheers,
Alex
Von: [EMAIL PROTECTED] im Auftrag von kanugula
Gesendet: Di 03.06.2008 16:36
An: qooxdoo
What a great guess!
I have some empty spaces at the end of 'off'. It is fine now after removing
them.
I don't see any more logging, except 1 line at the top saying "122178 load
demo: myFolder/myPage.html".
That's ok for the time being. My gole is that turning-off logging will
improve performance
when the tree node is clicked, it will call the follow function,this function
will create a new tab,and the new one is checked,but the yellow bar on top
of the tab is lost.thanks for your help friend,can you help me?
createUserTargetView : function()
{
var
Hi Kanugula,
I've just tried to comprehend your issue. If I set
APPLICATION_BUILD_LOG_LEVEL = off
in the makefiles (Makefile.demo and Makefile.demobrowser) every log
message is suppressed. The Makefiles are quite sensitive with
whitespaces and so on.
Maybe you added unintendly a white space ch
Hi,
in the "ClassicWindows" appearance theme of qooxdoo this yellow bar on
the top represents that the tab is currently selected. Both browser
should display this without any problem.
How do set the tab selected? Are you using any browser-specific code?
Just share a little code sample with us,
Hi Asaris,
thanks for this small example. I've just tried it out and can reproduce
the error.
It would be great if you could open a bug report for this issue and
attach the small code example to it. This would be a big helper for
fixing this bug.
Many thanks,
Alex
asaris wrote:
> Hi all,