On Fri, 2007-09-14 at 08:20 -0700, Tarmaq wrote:
> Hi,
>
> I have problem with textfield in window.
> When I focus into textfield, the cursor is blinking - correct. But When I
> drag that window over any tree and focus again, I don't see that cursor. Not
> blinking, no cursor.. When I drag the win
Hello,
I have two problems.
Platform: Windows
qooxdoo version: 0.7.1
1)
I am trying to use the skeleton.
The make command ran successfully.
If I run the skeleton with out any modifications I see the following error:
qx.ui.table.columnmodel.resizebehavior has no properties
extend : qx.ui.tab
Hello Fabian,
Thanks this solved the problem.
Kind regards,
Michel
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Fabian Jakobs
Verzonden: vrijdag 14 september 2007 9:39
Aan: qooxdoo Development
Onderwerp: Re: [qooxdoo-devel] Problem with the api viewer
Miche
Hi,
I have problem with textfield in window.
When I focus into textfield, the cursor is blinking - correct. But When I
drag that window over any tree and focus again, I don't see that cursor. Not
blinking, no cursor.. When I drag the window to the edge of tree, the cursor
has just half height..
A
Fabian Jakobs schrieb:
westor schrieb:
If I'm in the near of Karlsruhe, I will do that :-)
But, it was to early to be satisfied :-/
I havn't looked close enough to see what happens in FF. Normally, if you
perform a doubleclick in a row, a line with the currently selected product
should ope
Thank you Dietrich, for this tip, that seems to work well.
Dietrich Streifert wrote:
>
> Hi Thorsten,
>
> I allways used this to determine the double-clicked row:
>
> var row =
> this.getSelectionModel().getSelectedRanges()[0].minIndex;
>
> Looks a little complicated but may be indep
Dioc schrieb:
> Hello,
>
> Let’s continue this thread.
> For some reason, time format for en_US locale is incorrect. See demo:
> http://demo.qooxdoo.org/current/showcase/#Localization
> I suppose, time format/value should contain AM/PM like in Windows.
> Is it a bug?
>
> Best wishes,
> Dioc
>
>
Hi Thorsten,
I allways used this to determine the double-clicked row:
var row = this.getSelectionModel().getSelectedRanges()[0].minIndex;
Looks a little complicated but may be independent from the focus handling.
And yes ;-) continue posting here. We follow all your steps ;-)
westor s
As suggested, I post my last question here again.
I'm not shure, if I understand well.
To show a product in the iframe, if one performs a doubleclick, I pick up
the Data of invisible column 0.
This is what I do:
table.getPaneScroller(0).addEventListener('dblclick', function()
{
var row = t
Well, Derrell, I'll do this furthermore :-)
Derrell Lipman wrote:
>
> Yup, we are. (Those who aren't can easily press the Delete key.)
> Please keep sending these types of things to the list. That's what
> it's for, and others learn from your discussions.
>
> Derrell
>
> ---
On 9/14/07, westor <[EMAIL PROTECTED]> wrote:
>
> This thread becomes long and longer and I'm not shure if everyone in the list
> is
> interested in all these details.
Yup, we are. (Those who aren't can easily press the Delete key.)
Please keep sending these types of things to the list. That's
On 9/14/07, mshillin <[EMAIL PROTECTED]> wrote:
>
> The attached patch implements optional icons for the treevirtual control.
> The default behavior is to use Icons. You can enable/disable icons in the
> same way as you enable/disable treeLines
>
> http://www.nabble.com/file/p12673879/virtualTreeO
On 9/14/07, dperez <[EMAIL PROTECTED]> wrote:
>
> Thanks Dioc
> I will try this code, and will add it as a method of class
> SimpleTableDataModel
I don't think this is correct. Why is it selecting the parent node
unconditionally?
The proper way to remove a node is to use dataModel.prune().
Fabian, I have a row hight of 63 and an image hight of 60. But as you
suggested, I tryed to increase the row hight, with the same result.
Regarding the other problems I sent you an email, did you receive? This
thread becomes long and longer and I'm not shure if everyone in the list is
interested i
On 9/14/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote:
> Derrell Lipman schrieb:
> > On 9/13/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote:
> >
> >> Regarding the table problem, could you send me the cell renderer
> >> configuration for the image cells?
> >>
> >
> > Fabian, I think you're on the wrong
The attached patch implements optional icons for the treevirtual control.
The default behavior is to use Icons. You can enable/disable icons in the
same way as you enable/disable treeLines
http://www.nabble.com/file/p12673879/virtualTreeOptionalIcon.patch
virtualTreeOptionalIcon.patch
The patc
Hello,
Let’s continue this thread.
For some reason, time format for en_US locale is incorrect. See demo:
http://demo.qooxdoo.org/current/showcase/#Localization
I suppose, time format/value should contain AM/PM like in Windows.
Is it a bug?
Best wishes,
Dioc
--
View this message in context:
ht
> I had the same issues with IE (prob the same as everyone trying to
> build interesting js stuff too). The only proper solution I found
> was to apply for, download and install the MS Visual Web Developer
> 2008 Express Edition (damn that is a long name!).
Thanks. It's more about debugging the
> You can open an enhancement request
> however. APIs need some special view for the API viewer. But such a
> thing is not planned currently.
Done at http://bugzilla.qooxdoo.org/show_bug.cgi?id=638
Hugh
-
This SF.net email
dperez schrieb:
> Confirmed that the position in IE7 isn't right. It appears in a upper
> position than expected. :-(
>
Too bad. I have created the test "HtmlLayout_1.html" for the demo
browser which sets "qx.enableApplicationLayout" to false. Could you
modify this test in a way that demonst
Confirmed that the position in IE7 isn't right. It appears in a upper
position than expected. :-(
Fabian Jakobs-2 wrote:
>
> dperez schrieb:
>> I think in these lines you have modified:
>>
>> var scroolTop = qx.bom.getScrollTop();
>> var scroolLeft = qx.bom.getScrollLeft();
>>
Thanks Dioc
I will try this code, and will add it as a method of class
SimpleTableDataModel
Dioc wrote:
>
> Hello,
>
> I am using the following code (method) to delete a node from TreeVirtual:
>
> /**
> * Deletes given node from tree.
> *
> * @param node {Object}
> * Reference
westor schrieb:
> Hi Fabian,
>
> I increased the row hight, but with no other effect.
> Beyond, the images in my rows are scaled to fit into the cell.
> For my app it would be ok, to deactivate this indicator, is this possible?
> I think I should invite you for a beer, because of your effort ;-)
>
Derrell Lipman schrieb:
> On 9/13/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote:
>
>> Regarding the table problem, could you send me the cell renderer
>> configuration for the image cells?
>>
>
> Fabian, I think you're on the wrong track. This problem occurs in the
> Table_*.html examples in
Hello,
I am using the following code (method) to delete a node from TreeVirtual:
/**
* Deletes given node from tree.
*
* @param node {Object}
* Reference to node object that should be deleted.
*/
deleteNode : function(node) {
if (node) {
var dataModel = this.getDataModel(
This problem is solved.
We had format change function in getComputedValue so we just have to rename
it in our class.
Thanks for help
Lukas
Raul Gutierrez S.-2 wrote:
>
> On Thu, 2007-09-13 at 08:51 -0700, Tarmaq wrote:
>> Hi,
>>
>> I've got a problem with changeValue event. it doesn't work whe
westor schrieb:
> If I'm in the near of Karlsruhe, I will do that :-)
>
> But, it was to early to be satisfied :-/
> I havn't looked close enough to see what happens in FF. Normally, if you
> perform a doubleclick in a row, a line with the currently selected product
> should open. That's the way it
Hi,
I've been searching the forums and the API, and see no method for removing
an item from a TreeVirtual.
Should I remove the node from its parent list of children nodes?
If necessary, I can make an implementation of it.
Regards
David
--
View this message in context:
http://www.nabble.com/Ho
Michel Sijmons schrieb:
> Hello,
>
> I am new to qooxdoo.
>
> In installed cygwin with all the needed programs
> I installed the 0.7.1 sdk.
>
> I build the SDK with the make program
>
> See below the output, but I think there are no errors.
>
> If I start the index.html I can choose several example
Derrell Lipman schrieb:
> On 9/13/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote:
>
>> Disposing a widget, for example a menu, will not remove it from the DOM.
>> If we would do that, unloading of the page would take too long. You have
>> to remove it manually for example by setting the parent to n
30 matches
Mail list logo