thron7 wrote:
>
>
> Phillip,
>
> I can't say for sure, but my best guess is that you should be fine using
> utf-8 for your project files (since this is what we do for all our
> files). The point to note here is that encoding is specified on a
> per-project/library basis (In 0.7 lingo this
source code of the build file looks
good.
I would like to convert all my project files to UTF-8. But I think I will
have this problem with every class I convert to UTF-8. Do I need to assign
additional source options for the charset?
Regards
Philipp
Philipp Wabinski wrote:
>
> Hello
Hello Thomas,
thank you for your efforts. I will try to create a small application to
reproduce the error. It will take some days to do it because I have some
more important things to do first.
I hoped its a small error in the code of the class I just don`t see.
Best regards
Philipp
thron7
thron7 wrote:
>
> Philipp,
>
> I cannot repro the problem in 0.7.3. Please provide a few more lines of
> your class declaration, and more importantly your Makefile settings.
>
> Thomas
>
>
Hello Thomas,
Here is the complete ource code of the upload class:
#BOF###
Hello,
I have a strange behavior with the upload extension. When I make the build
version it generates a ";" above the class declaration.
the top of the class looks like this:
/**
* File Upload Widget
*
* @author Frederic Fournaise
(http://frederic.fournaise.free.fr/qooxdoo-file-upload-widg
Thanks again,
yes I see its a configuration problem on my local server.
The $_SERVER["SSL_PROTOCOL"] var is empty and then the php backend produces
that error.
I will look how to fix that.
Philipp
Andreas Junghans wrote:
>
> Hi Philipp,
>
> Am 23.07.2008 um 14:36 sc
system with this urls
https://domain.de/project/index.html and
https://domain.de/project/rpc_services as rpc path it works without an acces
denied error.
Philipp
Philipp Wabinski wrote:
>
> Hi Andreas,
>
> I have another error right now. When I access my qooxdoo applicatio
reason for that?
Can you help one more time?
Philipp
Andreas Junghans wrote:
>
> Hi Philipp,
>
> Am 23.07.2008 um 12:02 schrieb Philipp Wabinski:
>
>> you were right! Thanks for your answer!
>>
>> I have set the cross domain to true:
>>
>> this.rpc.s
Versions.
Do you know since which version it doesn`t has to be set anymore to true?
Thanks for the quick help
Philipp
Andreas Junghans wrote:
>
> Hi Philipp,
>
> Am 23.07.2008 um 11:22 schrieb Philipp Wabinski:
>
>> is it possible to send a async rpc call fro
o send them via GET.
Please help!!
Philipp
asaris wrote:
>
> Philipp,
>
> qx.io.remote.Rpc does send request in raw POST.
>
> You can access POST content by file_get_contents('php://input');
>
> But why don't you use PHP RPC backend located at
Hello,
is it possible to send a async rpc call from the frontend to the backend via
POST?
When I echo the $_SERVER["REQUEST_METHOD"] in the php backend, it always
returns "GET".
Is there a setting or sometjhing like that to use POST?
Thanks for your answer
Philipp
--
View this message in co
Jim Hunter-2 wrote:
>
> If I read your request, you need to let multiple places in your
> application
> know when a value changes? If that is correct, then I would look into
> using
> the qx.event.message.Bus class. I use it to notify other part of my
> program
> that 'something' has happened.
Hi,
Has anyone a small example to use this class?
I would like to define values that are changing in several places of my
application with one action. Is that possible?
Thanks in advance
Philipp
--
View this message in context:
http://www.nabble.com/Howto-use-qx.util.manager.Value--tp17413
Derrell Lipman wrote:
>
> On Mon, Mar 24, 2008 at 2:51 PM, Philipp Wabinski <[EMAIL PROTECTED]>
> wrote:
>>
>> Hi there,
>>
>> since I updated to 0.7.3 I have a problem with table cell editors. It
>> can
>> be testet with the 0.7.3 sh
Hi there,
since I updated to 0.7.3 I have a problem with table cell editors. It can
be testet with the 0.7.3 showcase online. Just select the Ext theme and try
to edit in the secound column in the table demo.
The error is that there is no input field is displayed.
I use the cell editor in my
Hello,
is it possible to send the RPC request with POST?
I use the php-rpc-backend on the server. I have seen that it is possible to
send a post request to the backend.
I use qx.io.remote.Rpc for my requests. I didn`t found a parameter for GET
or POST :(
Thanks in advance
Philipp
--
View th
Hello Helder,
thanks for your quick answer. It helped me a little to know that it works
with your application. I read some documentation and the news article about
the layout concepts of 0.8 from Fabian. There I found out that qooxdoo 0.7.x
just runs in quirks mode... I didn`t heard something abo
Hi there
I use qooxdoo for some projects for internal use. My applications run fine
in Firefox (2.0.0.11) but they arn`t useable in Internet Explorer 7. I use
the actual version 0.7.3 of qooxdoo.
The main problem is the layout. Tables and layouts are broken and arn`t
displayed in the right way.
Hi there,
does anyone use the QWT?
I have some questions about it:
Is there a way to transform a qooxdoo project into a QWT application or do I
have to write everything again?
Is there a visual interface to create and edit the layout?
Is it always possible to use the newest stable Version of q
Hi there,
I have a strange problem.
I tried the folowing:
var celleditor = new qx.ui.table.celleditor.TextField;
celleditor.setValidationFunction(validationFunction);
but I always get the error that setValidtionFunction() is not a function.
I think I wrote it right, so what is the problem?
T
Jim Hunter-2 wrote:
>
> I haven't run your code but I see something 'odd'. Remove the appearance
> code you have in main and try everything again. To me it says that your
> table edit stuff should be moved to the bottom of the stack making it
> invisible. I could be wrong but it's an easy test.
Hello there,
I have some Problems with the internal windows and a iframe. When I open a
pdf document inside the iframe all opened internal windows are behind it. I
tried the bringToFront() command insight the window and also tried to
incease its zIndex but nothing helped. With normal Html content
Hello again,
did anyone tested the testcase I made?
It would be really nice to get some response. I still have no solution :(
Thanks in advance
Philipp
--
View this message in context:
http://www.nabble.com/Problem-with-cell-editor-in-0.71-tf4708675.html#a13989615
Sent from the qooxdoo-devel
Hello,
a user of my application told that he has a problem with the selection
insight some listviews. When clicks onto the first item the third is
selected and so on. He tested it with firefox in version 2.0.0.9 and
2.0.0.8. I also tested it in both versions and it works fine for me.
Has someb
Philipp Wabinski wrote:
>
> Hi Mike,
>
> the table example for the different cell editors can be viewed in the
> actual demobrowser. Look into the folder test and search for
> Table_CellEditor_1. This is the working example I tested with.
>
> I have extracted everythi
Emil Prichici wrote:
>
> Hi,
>
> Thanks for your answers.
>
> In my opinion the cause of the problem is the
> qx.ui.table.pane.Scroller._focusIndicator. When this widget is set to
> visible a click event is dispatched only if the click is located in the
> focused cell as opposed to when the wi
Mike Rea wrote:
>
> Philipp, I agree with Tobias that it is hard to diagnose what is wrong
> without the ability to see some code. If possible, see if you can
> replicate the table in your screenshot with static qooxdoo code that could
> be uploaded and shared.
>
> Also, It is very interesting
Mike Rea wrote:
>
> Hi Philipp,
>
> Could you create an application class that just contains the table you're
> having problems with, and then zip it and attach it to this thread? If
> you do that, it will be easier for people on the boards here to help you.
> It's hard to help otherwise.
>
Philipp Wabinski wrote:
>
>
>
> Philipp Wabinski wrote:
>>
>> Hello,
>>
>> I have enabled the celleditor for the table column. When I double click
>> the cell, the cursor starts to blink insight the cell but I dont see the
>> text I`m writ
Philipp Wabinski wrote:
>
> Hello,
>
> I have enabled the celleditor for the table column. When I double click
> the cell, the cursor starts to blink insight the cell but I dont see the
> text I`m writing. There is no textfield displayed and I still see the old
> val
Hello,
I have enabled the celleditor for the table column. When I double click the
cell, the cursor starts to blink insight the cell but I dont see the text
I`m writing. There is no textfield displayed and I still see the old value.
When I leave the field the text I typed is assigned to the cell
Thanks for all your answers and sorry for this stupid question!
I just didn`t pushed an Array to the data and one character from the string
was assigned for every column.
Your answers helped to find that failure :) Thanks!
Philipp
--
View this message in context:
http://www.nabble.com/Just-
Hi there,
I copied the code for a table from one class to another. I just limited the
rows to one row an deleted all the additional content from the other table.
The problem is that only the first character is diplayed in the table cell.
Does anyone has has got an idear what could be the reaso
Ralf Nieuwenhuijsen wrote:
>
> Lastly, you can actually submit a map of the your site. Forexample,
> qooxdoo could have a static page containing links to all the api-pages
> in the api-viewer and google will suggest the correct link when
> searching for a specific method or class in qooxdoo.
>
Hi,
I want to postion a qx.ui.window.Window according to the mouse position
after it appears. But I don`t know how to get the mouse Position inside this
Event.
I want to do something like this:
this.win.addEventListener("appear", function(e) {
if(this.win.getRight() > this.win.getWi
Hi,
I updated my application fom 0.6.6 to 0.7.1 and still hav some problems...
When I add the following code to the index html file:
qx.core.Init.getInstance().defineMain(function()
{
...code...
}
I get the following error:
qx.core.Init.getInstance().defineMain is not a function
I want
Hi
I have a problem with updating a already specified language var. When a
change it an make the source the old value is still diplayed. When I ad a
new one the translated string is displayed.
I use poedit for windows to edit them. It creates a .mo-file of the
translated po file. Inside it the
Hi,
I want to give some parameters to the application and want to execute some
functions.
My main class ads a menu bar and a tabview to the browser window. The
construktor looks like this:
/*
*
CONSTRUCTOR
**
Sebastian Werner wrote:
>
>
> Looks like your aliases are not correctly set-upped. Please double check
> that you have selected a valid Widget theme. This can be made directly
> or using a meta theme.
>
>>
>> Can somebody help me up?
>>
>> I took some code from the feedreader and migrat
Philipp Wabinski wrote:
>
> Hi,
>
> I made a custom build. When I use a path like this: "icon/16/" the
> icons are displayed, but when I use a path like this "widget/tree/..."
> the image isn`t displayed :(
>
> I inspected the icon with fir
Hi,
I made a custom build. When I use a path like this: "icon/16/" the
icons are displayed, but when I use a path like this "widget/tree/..." the
image isn`t displayed :(
I inspected the icon with firebug and it shoewd me that the source of the
image is still "widget/tree/..." and not
"..
Hi,
I downloaded the new 0.7.1 sdk and wondered a little. When I made the
migration it updated from 0.7 to 0.7.1 and also to 0.7.2. I can`t find any
release notes for 0.7.2.
Is that a problem or a normal behavior?
Philipp
--
View this message in context:
http://www.nabble.com/actual-0.7.1-sgk
Hi,
I downloaded the new 0.7.1 sdk and wondered a little. When I made the
migration it updated from 0.7 to 0.7.1 and also to 0.7.2. I can`t find any
release notes for 0.7.2.
Is that a problem or a normal behavior?
Philipp
--
View this message in context:
http://www.nabble.com/actual-0.7.1-sdk
Hi,
I updated from 0.6.6 to 0.7
In 0.6 this code was working:
var theme =
qx.manager.object.AppearanceManager.getInstance().getAppearanceTheme();
var apar = theme._appearances['table-focus-indicator'];
apar.state = function() {return {zIndex: -1}};
in 0.7 it doesn`t wor
Thanks for your replies,
I found the error by my self. I had a setting named "resizeable" for some
internal windows.
Without that everything works fine :)
Sebastian Werner wrote:
>
> We thought is is too strict because this also affects typos and
> non-critical stuff. Currently it is displa
Hi,
I updated from 0.6.6 to 0.7... After a lot aof smaller bugs the source
version is running without any bigger problems. I tried made the build but
get always the following error when I start it:
this[setter[prop]] is not a function
set(Object left=1 showClose=true showMaximize=false)flare
Leander Hanwald wrote:
>
> Which PDA? :)
>
> The question is which browser you would use.
>
>
I don`t have a specific browser or PDA in my mind. Which would be the best
one?
I would like to know which PDA and browser I have to buy/use, when I want to
run qooxdoo on it.
Are there minimum r
Hi,
does anyone tested to run a qooxdoo application on a PDA?
At the moment I don`t have a PDA to test it, but it would be really
interesting for me.
Thanks for your answers
Philipp
--
View this message in context:
http://www.nabble.com/qooxdoo-on-a-PDA--tf3785852.html#a10706189
Sent from t
Hi,
I tried the following:
this.ld.push({ title : { text : this.tr("ProjektMP_AM statefilter state new
aufmass" ) }, id : { text : 0 }, icon : { source : CONFIG["flare_icon"] +
"/_flare_state_yellow.gif"}});
and get the following error:
038454 ERROR: qx.ui.listview.ContentCellText[2399]: Atten
Philipp Wabinski wrote:
>
> Hi,
>
> I have written a custom datarowrenderer that sets the colors of a table
> row according to a value of the table.
>
> Everything is displayed correct, but when I changed the value of this
> field the color isn`t updated. How do I
Hi,
I have written a custom datarowrenderer that sets the colors of a table row
according to a value of the table.
Everything is displayed correct, but when I changed the value of this field
the color isn`t updated. How do I update the table in this case? I dont want
to reload the whole data...
Sebastian Werner wrote:
>
> Changing appearance themes is a lot more complex than switching color
> themes. I don't think this will ever work in 0.6.x. But it will be
> supported with 0.7 if all went well.
>
> Sebastian
>
>
Thanks a lot for the quick answer! I will stop tying it ;)
Is
Hi,
is it possible to change the appearance theme at runtime?
I tried the following:
mb1_01.addEventListener("execute",function(ev)
{
qx.manager.object.AppearanceManager.getInstance().set({appearanceTheme:
new qx.theme.appearance.Custom()});
},this);
and got
This is fixed in SVN. In ScriptTransport.js, change
this._disposeField
to
this._disposeFields
Derrell
Thank you for your answer Derrell,
I tried a lot and also took the lattest files from the svn. Then the failure
messages changed and it was another failure. I stoped trying it an upda
Hi,
I updated from 0.63 to 0.7-alpha2. Everything looks fine so far, but my
async rpc`s don`t work anymore.
I always get the following error code for every rpc I make:
031843 ERROR: qx.io.remote.Exchange[516]: Modification of property "state"
failed with exception: TypeError - this._disposeFie
Philipp Wabinski wrote:
>
> Hi,
>
> I made a custom build an get the eror of the subject. I migrated from 0.63
> to 0.7-alpha2
>
> Before that I had got the error that qx is not defined. I loaded the the
> last generator.py from the svn and know I get this error.
>
Hi,
I made a custom build an get the eror of the subject. I migrated from 0.63
to 0.7-alpha2
Before that I had got the error that qx is not defined. I loaded the the
last generator.py from the svn and know I get this error.
Plz help!
Philipp
--
View this message in context:
http://www.nab
Alex Back-2 wrote:
>
> Hi Philipp,
>
> I didn't manage to reproduce your error. Everything runs smooth at my
> machine.
>
> Did you try a "make distclean" before calling "make build" in the
> api-directory?
>
> Maybe this helps.
>
Hello,
when I try to make the build of the api in the sdk of qooxdoo 0.63, I always
get the error "qx.ui.tree has no properties", when I start the index.html.
What do I do wrong?
Thanks for any help
Philipp
--
View this message in context:
http://www.nabble.com/Problems-with-building-Api-tf
Hi
I searched the forum and found this solution to execute some code on click
on a table row:
var scrollers = _this.table._getPaneScrollerArr();
for (var i = 0; i < scrollers.length; i++)
{
scrollers[i].addEventListener("click", function(ev)
{
if(this.table.getFo
Camilo Aguilar-2 wrote:
>
>
> On 2/18/07, Andreas Junghans <[EMAIL PROTECTED]> wrote:
>>
>> Hi Philipp,
>>
>> Am 18.02.2007 um 23:47 schrieb Philipp Wabinski:
>>
>> > I started building a qooxdoo application some months ago. Now I have
Hi,
I started building a qooxdoo application some months ago. Now I have a
complex table with some Icons, links, text data, dates and so on. Some
filters a limiting the shown entries. We have a lot of data in our database,
so when I load the table with some testdata of 8000 entries (for testing)
Hi,
I`ve got a problem when I add a llistview with the height of 100% to a
groupbox in a Tabviewpage.
When I set the height to 300 for example everything looks fine.
I`ve posted it to the bugtracker but havn`t got any answer...
http://bugzilla.qooxdoo.org/show_bug.cgi?id=268
I also searched f
Sorry for the spam,
Thanks for the answer!
I´ll spend more time in searching
Phillipp
--
View this message in context:
http://www.nabble.com/bug-in-window.centerToBrowser--tf3175665.html#a8827991
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
--
Hi,
I tried to center an internal Window.
When I use it the following way:
this.win.centerToBrowser();
this.win.open();
The window is centered in the middle of the browser window but it is some
pixels large (4 grey pixel);
when I use it this way:
this.win.open();
this.win.centerToBrowser()
Hi!
Is there a way to disable sorting of a single column in a table?
Something like setColumnSortable(0, false) ?
I don`t find anything like that :(
Thanks for any help!
Greets
Philipp
--
View this message in context:
http://www.nabble.com/disable-sorting-of-a-column-in-qx.ui.table.Table
Thanks for the quick answers!
I will try it this way...
Philipp
--
View this message in context:
http://www.nabble.com/HTML-%28PHP%29-pages-inside-a-qooxdoo-application--tf3166924.html#a8787351
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
Hi !
Is it possible to integrate html content into a qooxdoo application? Like a
iframe or something like that? Is it possible to open google for example in
a tab page?
Philipp
--
View this message in context:
http://www.nabble.com/HTML-%28PHP%29-pages-inside-a-qooxdoo-application--tf3166924.h
Hi,
is there a way to save data like a data id for a tablerow that is not
displayed in the table? Ok, it is possible to hide table rows, but then they
are displayed in the context menu in the upper right of the table. Is there
a way to save some data in completely hidden fields or something like t
Thank you for your answer Derrel!
That works!
--
View this message in context:
http://www.nabble.com/call-a-method-from-a-rpc--tf3116820.html#a8639703
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-
Tak
70 matches
Mail list logo