Re: support for more than 256 cols?



This change is trivial.

so it seemed ... but maybe it isn't quite so.  first, after much rebulding
of all things gnome, imlib, etc, etc, i did get 1.0.5 to build correctly.
i then made these changes to support >256 cols.

src/gnumeric.h
    change SHEET_MAX_COLS

src/sheet-style.c
    change TILE_SIZE_COL
This should be the smallest integer x such that x*x*x*x >= SHEET_MAX_COLS.

i now get many 'strange' problems. below is a section of the types of errors
i'm getting.  we have the data in the sheet, and have made graphs like we
want.  we can't save the file, apparently.  nor can we export the graphs to 
images (eg, printing a page with just the graph to PS or PDF).  so while we
can manipulate the data, it's not doing us much good.

suggestions?

thanks for all the help so far.

-josh

messages:  (i get lots and lots of each message type)

** CRITICAL **: file ranges.c: line 876 (range_is_sane): assertion `range->end.col < SHEET_MAX_COLS' failed.

** CRITICAL **: file xml-io.c: line 416 (xml_node_set_range): assertion `range_is_sane (r)' failed.

Gtk-WARNING **: gtk_signal_disconnect_by_data(): could not find handler containing data (0xC5071A0)

** CRITICAL **: file gnome-print.c: line 956 (gnome_print_beginpage): assertion `!pc->has_page' failed.

** WARNING **: Application is sending data but did not call 'beginpage'

Bonobo-CRITICAL **: file bonobo-client-site.c: line 342 (bonobo_client_site_new_view_full): assertion 
`client_site != NULL' failed.

** WARNING **: Component died

** CRITICAL **: file sheet-object.c: line 393 (sheet_object_new_view): assertion `GTK_IS_OBJECT (view)' 
failed.

Bonobo-CRITICAL **: file bonobo-print-client.c: line 304 (bonobo_print_client_get): assertion `object != 
NULL' failed.

** WARNING **: Some bonobo objects are not printable

** WARNING **: The Gnome PDF writer can't print characters outside the main page, (page 0).




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]