Hi Derrell,
Thanks for that. It worked! For anyone reading this thread in the future
through Google...
T0001Model = new qx.ui.table.model.Simple();
T0001Model.setColumns(["Title","Created","Last modified"]);
T0001Model.setData([
["Systems Administrator", "2015-01-01 10:10:02", "2015-09-01 10
Hi guys,
Hopefully a simple one.
I'm building a table with the following:
AModel = new qx.ui.table.model.Simple();
AModel.setColumns(["Method","Company","Info"]);
A = new qx.ui.table.Table(T1231Model);
myframe.add(A,{row:1,column:0,rowSpan:20});
A.set({hei
Hi guys,
While taking a look at the Qx Website doco, I noticed that the CDN links
on http://qooxdoo.org/downloads/qx.website are broken.
Both of these give a 404 Not Found:
- http://cdnjs.cloudflare.com/ajax/libs/qooxdoo/5.0.1/q.min.js
- http://cdnjs.cloudflare.com/ajax/libs/qooxdoo/5.0.1/indig
Hi guys,
The API basic example on
http://manual.qooxdoo.org/current/pages/website/getting_started.html
also seems to be broken.
The example includes the code:
Seems to be an unholy mix of:
and
I dread to think how many potential users have been driven away from
Qooxdoo at
Hi guys.
http://manual.qooxdoo.org/5.0/pages/widget/canvas.html says:
"Note: It does not work with Internet Explorer"
HTML5 canvas support has been in MSIE since version 9, released in 2011.
The current release is MSIE 11.
Can someone update the doco to reflect this?
Cheers.
hing issue?
>
> Sorry,
>
> Norbert
>
>
> Am 20.09.2015 um 12:10 schrieb Peter Caffin:
>> Hi Norbert,
>>
>> Using "./generate.py build" with the latest SilverBlueTheme trunk build
>> (freshly downloaded just now) I get:
>>
>>
>>
Hi Norbert,
Using "./generate.py build" with the latest SilverBlueTheme trunk build
(freshly downloaded just now) I get:
:
2
No such file:
'/[...]/Qx.Contribs/SilverBlueTheme/source/resource/silverbluetheme/icon/16/wikipedia.png'
Using "./generate.py source" it works with no errors.
On 14
s that don't work anymore
> in qx 3.0+ without manual adjustments in the source code.
>
> If you dont't need sliders or scrollbars, you won't encounter serious
> problems with these themes. Otherwise, you'll have to wait until I've ported
> them.
>
> Ch
Hi guys,
I have a sneaking suspicion this is outside the realm of Qooxdoo, but
thought I'd ask.
var T1104 = new qx.ui.form.TextArea(""); box.add(T1104);
T1104.set({placeholder:"PO Box 1234\nDianella WA 6059\nAUSTRALIA"});
The placeholder text appears on multiple lines on some browsers (eg,
C
Hi Norbert,
I can't explain it. It might be something in the SDK changes to 5.0.1
over 5.0.
I wasn't able to use them before the upgrade, but tried again later on a
whim after grabbing the new SDK and it worked.
On 16/09/2015 5:09 am, Norbert Schröder wrote:
> Hello Pete,
>
> How did you get
Hi guys,
I've been trying out a couple of the other themes in Contribs and
spotted a couple of bugs in GraydientTheme and all three variants of
RetroTheme.
qx.ui.form.MenuButton - Button appearance missing (looks like a
label, but can be clicked).
qx.ui.form.DateField - doesn't display
wnload the zip file again in order to apply the changes.
>
> Norbert
>
>
> Am 14.09.2015 um 03:19 schrieb Peter Caffin:
>> Hi Norbert,
>>
>> I've just tried installing it for my app, and it looks great :)
>>
>> I've spotted a couple of bugs thoug
Hi Norbert,
I'm just trying this theme out with my app, and I get this error:
>>> Scanning libraries
Error: Invalid include block: [u'au_js.Application',
u'darktheme.theme.Theme']
:
Expression gives no results. Malformed entry: darktheme.theme.Theme
Using:
"let" :
{
"APPLICATION
Hi Norbert,
I've just tried installing it for my app, and it looks great :)
I've spotted a couple of bugs though:
qx.ui.form.DateField - doesn't display the calendar icon.
qx.ui.embed.ThemedIframe - No border, though content displays OK.
On 14/09/2015 8:01 am, Norbert Schröder wrote:
> He
Looks great. I can see me using this theme in future projects :)
No problems seen on Chrome and Safari on Mac.
On 13/09/2015 4:46 am, Norbert Schröder wrote:
> Hello,
>
> The "DarkTheme" for modern qooxdoo versions is now available, please use
> this link to download the source code of the theme:
Hi Norbert,
Ah, that explains it :)
Thank you for your efforts updating these themes.
Pete.
On 12/09/2015 3:20 pm, Norbert Schröder wrote:
> Hi Peter,
>
> SilverBlue is another theme which so far didn't make it into the modern
> qooxdoo world (qx 3.0 and above). I've almost finished porting th
Hi guys,
I'm just trying out the SilverBlueTheme (it looks very stylish in the
demos), but I get this error in my Firefox console:
065105 qx.ui.window.Window[43-1]: Centering depends on parent bounds!
Native.js:59:11
065132 qx.ui.window.Window[156-1]: Centering depends on parent bounds!
Native.
Hi guys,
My code:
var T3205 = new qx.ui.form.DateField();
var dateFMT = new qx.util.format.DateFormat("-MM-dd");
T3205.setDateFormat(dateFMT);
How do I set that date to "1996-11-24" (November 11, 1996)?
I've tried:
T3205.setValue("1996-11-24");
The examples in the documentation use "new D
Ah. Nevermind, I've sussed out the answer :)
T3205.getChildControl("textfield").setValue("1996-11-24");
On 6/09/2015 7:10 am, Peter Caffin wrote:
> Hi guys,
>
> My code:
>
> var T3205 = new qx.ui.form.DateField();
> var dateFMT = new qx.ut
make a Facebook app
Date: Wed, 21 Jan 2015 12:05:08 +0800
From: Peter Caffin
Reply-To: qooxdoo Development
To: qooxdoo-devel@lists.sourceforge.net
Hi guys,
I already have a Qooxdoo Desktop site I have written. I would like to
add Facebook functionality to it. I've not done this before,
Hi guys,
I already have a Qooxdoo Desktop site I have written. I would like to
add Facebook functionality to it. I've not done this before, and I
haven't been able to find any documentation or discussion of it online.
Without changing anything, the desktop site loads OK in the Facebook
canvas,
FWIW, everyone I've shown Qooxdoo to has been impressed.
The only stumbling block is there's quite a learning curve, particularly
if you're not experienced with Javascript.
The reason Qooxdoo use continues to grow though, is the learning curve
is totally worth it :)
On 27/11/2014 8:06 pm, Phy
Hi Christopher,
Ignore my previous message... Looking at that Showcase source, your
answer is completely correct. The Mobile Form is the way to go.
The header and decoration comes from the .addGroupHeader("text")
form property. So...
var form = new qx.ui.mobile.form.Form();
[...
On Wed, 2 Apr 2014, Peter Caffin wrote:
> Aside: I wish that Mobile Showcase had the ability to show the
> examples' source code, like the Desktop widget showcase does :)
*facepalm* Never mind... found it ;)
qooxdoo-3.0.1-sdk/application/mobileshowcase/source/class/mobilesh
Hi Christopher,
On Mon, 31 Mar 2014, Christopher Z?ndorf wrote:
> Hi,
>
> as I see the example is right...
Well, yep, that's the problem - both examples I pasted are right but
both examples are mutually exclusive for the task.
http://pc.autons.net/stuff/Radio_group_inside_a_Group_box.png
It's
Hi guys,
Just working through the API and am I'm not quite sure how to proceed
with putting a Radiogroup into a Group box.
The API example for RadioGroup has the text for the radios set at add-time:
var r1 = new qx.ui.mobile.form.RadioButton();
var r2 = new qx.ui.mobile.form.RadioButton
Hi Qooxdoo folks,
I'm using Qooxdoo Mobile 3.0.1.
var index1 = new qx.ui.mobile.page.NavigationPage();
index1.setTitle("NBN Detector");
index1.setShowButton(true);
index1.setButtonText("Settings");
The latter two commands display a button to the righthand of the
title.
I was wo
Hi guys.
Just wondering what you would recommend for a Progress Bar for
Qooxdoo Mobile.
Ideally should be a horizontal bar capable of determinate and
indeterminate modes (ie, progressing to a maximum determined value; or
a "barber's pole" for just showing activity).
Ideally should also be Qoo
Hi guys.
Thank you both for your assistance :)
Richard Sternagel wrote:
> But this wasn't your initial issue - it's an OO misunderstanding
> (or you just forgot "new" :D).
Thanks for that excellent explanation. Definitely a Javascript OO
misunderstanding, I think :)
thron7 wrote:
> To put it i
On Sun, 23 Feb 2014, thron7 wrote:
> Is it Dialog.js or Dialogs.js?
Dialogs.js
Does the filename actually make a difference?
> Are you sure 'generate.py source' doesn't emit any warnings?
It does list this one warning, but I didn't think it was relevant to
the topic.
- Warning: padded_onlin
Hi guys.
I'm using Qooxdoo 3.0.1, and trying to split my Application.js. It's not
working, and I'm probably doing (or not doing) something obvious.
In source\class\padded_online\Application.js, if I use:
var hm_5 = new qx.ui.menu.Button("Test"); fileMenu.add(hm_5);
hm_5.addListener("execute", p
Hi all.
On Wed, 12 Feb 2014, Peter Caffin wrote:
> I've resolved the issue though, so all's well, and I'll write it up for
> posting here shortly.
Essentially, as we can't directly "grid forget" a la Tk, the next best
option is to re-assign the containers t
Hi Tobias,
I tried that method very early on, but it didn't really meet my needs
(as the child widgets didn't appear to be able to be stretched to the
size of the stack frame).
I've resolved the issue though, so all's well, and I'll write it up for
posting here shortly.
Kind regards.
On 11/
On Thu, 6 Feb 2014, Tobias Oberrauch wrote:
> No problem Peter.
> I'll try to help you without the playground.
> Therefore I need some further information.
>
> - I need to know what page3 exactly is. (qx.ui.container.Composite?)
page3 = new qx.ui.tabview.Page("Descriptions", null);
page3.setLayo
Hi Tobias,
Unfortunately, if I could provide you with a working playground example,
I wouldn't need to write here asking how it's done...
What I'm after is a "container.forget" equivalent of container.add,
which doesn't destroy its children when "forgetting" so they can be
added again later, i
Hi guys,
I have three widgets in a grid:
++---+
| box3_0 | box3_1[lang] |
++---+
|| box3_2[lang] |
++---+
What I'd like to be able to do is, say:
(0) Add box3_1[English] and box3_2[English].
(1) Type some stuff into child wi
Hi guys.
Anyone know if the administrator of that group is still alive?
I submitted a join request months ago and... nothing.
If administration of it can't be transferred to someone else, should
another group be created to replace it?
Cheers,
Peter
--
On 9/10/2013 11:57 PM, thron7 wrote:
> On 10/09/2013 05:26 PM, Peter Caffin wrote:
>> On 9/10/2013 4:20 PM, thron7 wrote:
>>> It appears you placed the "libraries" key in the Manifest.json of your
>>> app, but it should go into config.json, into the "jo
On 9/10/2013 4:20 PM, thron7 wrote:
> It appears you placed the "libraries" key in the Manifest.json of your
> app, but it should go into config.json, into the "jobs" section.
Cheers, thron7.
I've just tried each of the following in the config.json:
// "manifest": "contrib://Dialog/tr
Hi guys,
I've been attempting to use the Dialog contrib with Qooxdoo 3.0.1
without much success.
Just looking at http://demo.qooxdoo.org/contrib/demobrowser/#Dialog
Clicking on "Compatible with qx version: 3.0," the only contrib listed
is QxjpPlot. Is it a correct reading to say Dialog isn't y
Hi guys.
Never mind. All sorted.
As always though, I'm open to a better way if there is one :)
Hi to that guy who's found this searching through Google... See below.
Pete.
--
// A dialog
var abt = new qx.ui.window.Window("A Modal Dialog");
abt.setLayout(new qx.ui.layout.VBox(10));
var
Hi guys.
Another newbie question: Can someone please point me to an example of a
Menu button launching a Window.
The documentation's great for Menus and their buttons, also great for
setting up new Windows... but I haven't had any luck finding examples
which combine the two.
Thanks,
Pete.
Hi Kai,
On 3/10/13 8:36 PM, Kai Griffin wrote:
> Admittedly, I haven't given this a lot of thought, but what I did
> think at first is that you could use a tree view, in which the
> children of the main nodes (address, phone number) are Composite
> panels. If I were wanting to do this, that w
Hi Slah,
On 3/10/13 5:22 PM, slah wrote:
> there the collapsable panel contrib that may achieve and is more powerful
> than the disclosure you mentionned.
I'm sure the collapsible panel has its uses, but a panel would be out of
place in my UI.
I'm looking for a simple Disclosure widget, as show
Hi Daniel,
Cheers! That's worked :).
I was sure I'd tried that, but I must have applied it in the wrong spot
or something (curse of the newbie!).
Another question, hopefully equally as easy to resolve: Does Qooxdoo
have an equivalent to a Disclosure widget?
Essentially... You click the "+" ic
extField9 = new qx.ui.form.TextField("");
container9.add(textField9); box1.add(container9, {row:8, column:1});
textField9.set({width:100});
I'm open to a better way though, if there is one :)
Thanks.
On 2/10/2013 3:04 AM, Peter Caffin wrote:
> I'm using a Grid layout but
Hi guys,
Another Qooxdoo newbie here :)
I'm using a Grid layout but the TextFields I'm adding appear to be
sticking to the edges of the grid, no matter what width I set them to
be. I'd like to have each TextField its own custom width to suit the
expected input.
A screenshot: http://pc.autons.ne
47 matches
Mail list logo