wondering if anyone has (now) a good way to draw a spreadsheet (fixed
header-column+row and scrollbars on the entire viewport including the
headers) using xul ? anything found online until now is not satisfying
... with one exception (however it's not open):
anyone having an idea how xul-based Kirix Strata (http://www.kirix.com/)
are drawing the data table ? (it seems to be xul:grid based)
-jy
I would say it's a xul:tree (not sure, as they use XR 1.8.1 which has
fewer tree options)
PS : does anyone know how it is possible to deliver a compiled version
of an xulrunner app (like kirix strata does it)
Theres always the option to ask then directly.
I would never have built this with tree, since the childrens of tree
are "somewhat virtual", and to access then, you need to do it
programatically, and you have restrictions, etc.. It seems a bad
deal. Something else that organize stuff in columns and rows. maybe
xul:grid? could be a better option on the long term, since you are
free and everything you put is real, and you don't have to work with
complicated stuf that steal the events. and things.
But xul:tree is another option, If you are a cool dude, and you are
not afraid of anything.
--
--
ℱin del ℳensaje.
now I did ...
"
The grid we use is custom code separate from XUL.
To get a grid for your own use, we'd recommend you look into wxGrid
"
looking at wxGrid shows a wxWidget type of UI widget uncorrelated from
XUL :-(
now I did ...
"
The grid we use is custom code separate from XUL.
To get a grid for your own use, we'd recommend you look into wxGrid
"
looking at wxGrid shows a wxWidget type of UI widget uncorrelated from
XUL :-(
now I did ...
"
The grid we use is custom code separate from XUL.
To get a grid for your own use, we'd recommend you look into wxGrid
"
looking at wxGrid shows a wxWidget type of UI widget uncorrelated from
XUL :-(
now I did ...
"
The grid we use is custom code separate from XUL.
To get a grid for your own use, we'd recommend you look into wxGrid
"
looking at wxGrid shows a wxWidget type of UI widget uncorrelated from
XUL :-(
now I did ...
"
The grid we use is custom code separate from XUL.
To get a grid for your own use, we'd recommend you look into wxGrid
"
looking at wxGrid shows a wxWidget type of UI widget uncorrelated from
XUL :-(
I suppose, if you have the resources to embed a special grid thing,
you could do things that with XUL can be a bit slow.
Anyway I would have use Grid, and run with it.