[qooxdoo-devel] Bug?: Autoselecting of ListView Items

2008-07-31 Thread bender
Dear Group, at my little Webapplication (http://www.umrechnungen.de) i use a ListView for selecting a category. By testing under Firefox 3 i encounter the following problem: When i select an item and move the mouse over other items in the listview its autoselecting other items. Other items are

[qooxdoo-devel] Future of Listview

2008-04-21 Thread bender
When i look at the api viewer at the ListView class its said that it is deprecated and i should use the Table instead. At some wiki-Page concerning about 0.8 i found the ListView under an entry "unsupported" widgets. Does that mean, that there will be no ListView at the 0.8 branch? Maybe im wrong

Re: [qooxdoo-devel] MD5 / Base64 - License questions (BSD)

2008-03-21 Thread Manuel Bender
>> - Can I take the thing unaltered and compile it into a qooxdoo >> build package and distribute it with qooxdoo (i.e., is a >> BSD-License compatible IN THIS CASE with the qooxdoo licenses?) >> > > Seems pretty clear to me, from another MD5 package that we use: > So if its pretty clear

Re: [qooxdoo-devel] how about graphing/plotting ...

2008-03-08 Thread Manuel Bender
Mit freundlichen Grüßen, Manuel Bender (Geschäftsführer, Diplom Betriebswirt (FH)) Bendersoft In der Breite 16 79244 Umkirch UST-IDNr.: DE 203 490 675 Steuer-Nr. : 07305 / 35400 Tel-Nr.: 07665 / 4099-454 Fax-Nr.: 07665 / 4099-455

Re: [qooxdoo-devel] Migrating 0.6.5 to 0.7.1

2007-09-24 Thread bender
Dear Group, > I downloaded the 0.7.1 sdk a while ago (a month or so?) via > the "latest stable sdk" link at > http://qooxdoo.org/download (i.e., i did not checkout > directly from the svn repository). Looking back at what I > unzipped from that download, I see quite a few .png and two > .js fil

Re: [qooxdoo-devel] Resource copying in the build

2007-04-15 Thread Manuel Bender
Hi Christian, i think the problem is that the most icon-sets used within qooxdoo are under lgpl and as much as i understand the license, that means that you have to use all icons or none at all. You are not allowed to use modified distribitutions under lgpl (if you will not publish it as open

Re: [qooxdoo-devel] Custom Widgets

2007-04-14 Thread Manuel Bender
Joe Hudson schrieb: Thanks to your help, but i think my problem is not so much in creating new widgets which only uses some other qooxdoo components (i already did this and it works fine)... I want to create new widgets with new graphic effects, just like a progress bar, but which are still com

[qooxdoo-devel] Custom Widgets

2007-04-14 Thread Manuel Bender
I want to develop some new wigets but im not sure whats the best way to start Which class shall i extend as base class when i need to paint own graphics? How can i paint lines, points and so for that widget (so that i can paint things like a progress bar and so on)? Is there something simi

Re: [qooxdoo-devel] Links to living QOOXDOO projects

2007-03-20 Thread Manuel Bender
westor schrieb: > Hi list, > > I think someone asked this question before, but it was in the deepness of a > thread. So I pick up the idea and enhance this a little bit. > Is there already a webpage with a directory of living qooxdoo projects? > If it is not, wouldn't it be fine to have one? (This

Re: [qooxdoo-devel] Aptana JSEditor and the new OO syntax in qooxdoo 0.7

2007-03-20 Thread Manuel Bender
you type you see clearly syntax > errors, and highlights all uses of the identifier under the cursor. > > > Manuel Bender wrote: > >> Im using aptana and i didnt discovered any qooxdoo support so far. >> When i worked with 0.5 versions of qooxdoo the auto-completition

Re: [qooxdoo-devel] Aptana JSEditor and the new OO syntax in qooxdoo 0.7

2007-03-20 Thread Manuel Bender
The aptana plugin for eclipse is not really the same as the Aptana standalone application. But the differences are as you said not to much in the features, than more in the gui how you can access some functions. > There is an Aptana plugin for Eclipse available. If I recall correctly, the > feat

Re: [qooxdoo-devel] Aptana JSEditor and the new OO syntax in qooxdoo 0.7

2007-03-19 Thread Manuel Bender
Im using aptana and i didnt discovered any qooxdoo support so far. When i worked with 0.5 versions of qooxdoo the auto-completition worked fine. But since i switched to version 0.6.5 i have the problem that the auto-completition support is much weaker than before. ( I think aptana have problems w

Re: [qooxdoo-devel] Autosizing HtmlEmbed?

2007-03-13 Thread Manuel Bender
Hi Hubert, im not sure if it works, but it works for me For autosizing issues i set the Widgets with Widgetname.set({top: 0, left: 0, right:0, bottom:0}) relative to its main Pane that is being resized. (you can also use other relatives as top: 20 or so) If then the main pane where the widg

Re: [qooxdoo-devel] qooxdoo - Developer-/Usermeeting at CeBit 2007

2007-03-10 Thread Manuel Bender
Hi Dirk, is one of your Qooxdoo Projects online? I have written one (quite big) web-app based on qooxdoo, but only for the intranet Do someone know any links to some (real-?) qooxdoo apps in action? In the near future im finishing a (quite little ;-) ) qooxdoo web-app, is the community in

Re: [qooxdoo-devel] New qooxdoo tutorial

2006-11-28 Thread Manuel Bender
Fabian Jakobs schrieb: Hi Fabian, can you probably post the link to the wiki/entry? Manuel > Hello, > > I have added a small qooxdoo turorial to the wiki. It describes, step by > step, how to set up qooxdoo and build a simple "Hello World" application > using the qooxdoo skeletons. > > It is m

Re: [qooxdoo-devel] Custom Builds with SDK

2006-11-21 Thread Manuel Bender
ou. Can you tell me the output of: > python framework/tool/generator.py or > framework/tool/generator/generator.py (depending on your qooxdoo version)? > > Sebastian > > > Manuel Bender schrieb: > >> Dear Sebastian, >> >> I tried it with my old cygwin inst

Re: [qooxdoo-devel] Custom Builds with SDK

2006-11-19 Thread Manuel Bender
Dear Sebastian, I tried it with my old cygwin installation, then i deleted the c:\cygwin folder and installed the newest version 1.5.21-1. Here is my python-v output: $ python -v # installing zipimport hook import zipimport # builtin # installed zipimport hook 'import site' failed; traceback: Im

[qooxdoo-devel] Custom Builds with SDK

2006-11-19 Thread Manuel Bender
Dear Group, When i run the makefile (under qooxdoo-0.6.1-sdk\frontend) from the SDK under Cygwin i got the followin error message: make[1]: Entering directory `/cygdrive/c/Documents and Settings/Administrator/De sktop/qooxdoo-0.6.1-sdk/qooxdoo-0.6.1-sdk/frontend/api' 'import site' failed; use -

[qooxdoo-devel] Cygwin

2006-11-19 Thread Manuel Bender
Dear Group, i installed Cygwin to build my Qooxdoo applications. Then i created a directory called "www" in my Home Directory. When i now try to access that directory with cd $home/www i always get the message "bash: cd: /www: No such file or directory" When i try to access existing directorys

[qooxdoo-devel] Cygwin Homedirectory

2006-10-29 Thread Manuel Bender
Dear Qooxdoo friends, i used Cygwin to make custom builds and that worked well so far as i copied a qooxdoo example to my cygwin home-directory (that was created after cygwin installation) Now i want to use cygwin with my eclipse home-directory, so i need to change my current (cygwin) home-direct