Re: conditional cell formatting

2022-06-15 Thread Jean Bréfort via gnumeric-list
iseven(row()) works fine. Hope this helps, Jean Le mercredi 15 juin 2022 à 09:52 -0400, Geoff Sullivan via gnumeric- list a écrit : > I want to figure out how to add color to alternate rows of a > spreadsheet using conditional formatting. In LibreOffice Calc there > is a way to do this by

Re: Aw: Re: Re: need help in some points to get gnumeric 'long' mature. introspection, GDA support, GNOME-DB support, Psiconv, PDF documentation.

2022-05-02 Thread Jean Bréfort
support:  NO.  libgda > problem'  >   > assume it's the point 'with ui support' you mentioned, but how to do > that???  >   > --- > > :-)  >   > 'apt-get install -y libjson-glib-dev' made it for this step,  >   > will report about further progress ...  >   > t

Re: Aw: Re: need help in some points to get gnumeric 'long' mature. introspection, GDA support, GNOME-DB support, Psiconv, PDF documentation.

2022-05-02 Thread Jean Bréfort via gnumeric-list
Le lundi 02 mai 2022 à 06:20 +0200, newbie nullzwei via gnumeric-list a écrit : >   > hello Jean,  >   > thanks for your fast response :-)  >   > > > a new field for 'fun with linux': >   > -  > meson.build:254:2: ERROR: Dependency "json-glib-1.0" not

Re: Delete custom color map for matrix chart

2022-04-06 Thread Jean Bréfort via gnumeric-list
Hi, It is an implementation choice. If you don't need a colormap anymore, just delete the appropriate file from ~/.goffice/colormaps/ Best regards, Jean Le mardi 05 avril 2022 à 23:03 +0200, Davide Baldini via gnumeric-list a écrit : > Hello, > > the customization menu for matrix charts

Re: XYcolor plots

2021-11-14 Thread Jean Bréfort via gnumeric-list
Le samedi 13 novembre 2021 à 15:10 -0700, John Denker via gnumeric-list a écrit : > On 11/13/21 1:38 PM, Jean Bréfort wrote: > > > Found the issue, this is actually the wanted behavior, the colors are > > not associated with 0..4 but with 0, 1, 2, 4, and 6. > > O

Re: XYcolor plots

2021-11-13 Thread Jean Bréfort via gnumeric-list
Found the issue, this is actually the wanted behavior, the colors are not associated with 0..4 but with 0, 1, 2, 4, and 6. Le samedi 13 novembre 2021 à 21:13 +0100, Jean Bréfort via gnumeric- list a écrit : > Ah, OK, I see the issue. I'll have a look. > > Le samedi 13 novembre 2021 à 12

Re: XYcolor plots

2021-11-13 Thread Jean Bréfort via gnumeric-list
Ah, OK, I see the issue. I'll have a look. Le samedi 13 novembre 2021 à 12:21 -0700, John Denker via gnumeric-list a écrit : > On 11/13/21 11:09 AM, Jean Bréfort wrote: > > > This is because the axis is mapped to 0..5 and not 0..4, set the > > maximum of the axis to 4 and

Re: XYcolor plots

2021-11-13 Thread Jean Bréfort via gnumeric-list
Le samedi 13 novembre 2021 à 10:51 -0700, John Denker via gnumeric-list a écrit : > On 11/13/21 10:20 AM, Jean Bréfort wrote: > > > to delete a map, you can just erase the file in > > ~/.goffice/colormaps > > Wow, that's useful. I never would have guessed. I tried > lo

Re: XYcolor plots

2021-11-13 Thread Jean Bréfort via gnumeric-list
level. Le samedi 13 novembre 2021 à 09:49 -0700, John Denker via gnumeric-list a écrit : > On 11/13/21 9:22 AM, Jean Bréfort wrote: > > > Actually, you can choose the colors: select the Z axis, then the color > > scale page and click New or Duplicate. You can build your own cust

Re: XYcolor plots

2021-11-13 Thread Jean Bréfort via gnumeric-list
Hi John, Actually, you can choose the colors: select the Z axis, then the color scale page and click New or Duplicate. You can build your own custom color scale. Hope this helps, Jean Le samedi 13 novembre 2021 à 08:31 -0700, John Denker via gnumeric-list a écrit : > Hi Folks -- > > The

Re: newbie

2021-05-27 Thread Jean Bréfort
Hi, You can use conditional formatting. Option "Cell value is = x." and today() as value. Hope this helps. Jean Le mercredi 26 mai 2021 à 21:20 +, Jakob Cornelis via gnumeric-list a écrit : > I use gnumeric’s calendar template for an events and appointments > calendar. One feature that

Re: gnumeric dark theme

2021-02-14 Thread Jean Bréfort
Hi, The answer is b. You need to add appropriate fields in you gtk.css file. You'll find the default along with some documentation in: https://gitlab.gnome.org/GNOME/gnumeric/-/blob/master/src/gnumeric.css Hope this helps, Jean Le lundi 15 février 2021 à 03:48 +0100, Fourhundred Thecat via

Re: [gnumeric-list] [cazz...@di.unimi.it: Re: [gnumeric-list] Re: python plugins]

2020-04-04 Thread Jean Bréfort
Le samedi 04 avril 2020 à 12:08 +0200, Walter Cazzola a écrit : > On Sat, 4 Apr 2020, User Hayden via gnumeric-list wrote: > > > Actually many Linux distros ahve already switched to Python 3 > > though 2 > > may be available in the repositories. > > in my case, I've both python2 (2.7.17) and

Re: python plugins

2020-04-02 Thread Jean Bréfort
Hi, The Python support in gnumeric is limited to Python-2, it can't work with Python-3. Regards, Jean Le jeudi 02 avril 2020 à 22:10 +0200, Walter Cazzola a écrit : > Dear All, > I'm a long time user of gnumeric, today I would like to add a quite > simple > python plugin that I'm writing but I

Re: Print Preview

2020-04-02 Thread Jean Bréfort
Hi, I'm also using Debian Sid and Print Preview works for me. Actually, this command uses evince to display the result through gtk+ printing code. May be you have a problem with evince crashing, just a guess. Hope this helps, Jean Le jeudi 02 avril 2020 à 12:48 -0500, Chris Dunn a écrit : >

Re: Order of items in legend, stavked bar chart

2020-03-18 Thread Jean Bréfort
Hi, This is weird. For scatter plots, the first series comes first in the legend but for bar/column charts it comes last. For columns, it makes sense since the first series is displayed at low Y-axis values, but for bar charts, it clearly does not. Please file a bug report at gitlab.gnome.org,

Re: segfault

2018-10-02 Thread Jean Bréfort
Not fully fixed. Removing one of the chart sheets makes gnumeric crash. Probably because of: sheet-view.c:226sv->controls->len - 10); the -10 seems quite strange, -1 would be better, imho. Cheers, Jean Le mardi 02 octobre 2018 à 12:44 -0400, Morten Welinder a écrit : > Fixed.

Re: segfault

2018-10-02 Thread Jean Bréfort
Please file a bug report. Regards, Jean Le jeudi 13 septembre 2018 à 17:44 -0400, Allin Cottrell a écrit : > I thought you might want to know, the attached xls file provokes a > segfault in 1.12.42 on Fedora. I'm aware that's not the latest > release so my information may be stale, but I'm not

Re: Problem with Font height/Row Height

2018-03-13 Thread Jean Bréfort
You can also change the monitor resolution used by gnumeric using the Preferences dialog (Windows/Screen path). If this does not work, please file a bug report. Hope this helps Jean Le lundi 12 mars 2018 à 15:04 -0700, Dean McCarron a écrit : > I ran into an identical problem when I migrated to

Re: problem compiling goffice

2017-04-25 Thread Jean Bréfort
Hi Frederic Check if you have m4/gtk-doc.m4 with the GTK_DOC_CHECK definition inside, otherwise, run autogen.sh again. Hope this helps, Jean Le lundi 24 avril 2017 à 18:00 +0200, Frédéric Parrenin a écrit : > Dear all, > > Today I tried to compile the latest git version of goffice on my >

Re: Import images to cells

2017-03-18 Thread Jean Bréfort
Not possible as far as I know. Regards, Jean Le samedi 18 mars 2017 à 07:06 -0700, Grant a écrit : > > Can I import a CSV file (or similar) to gnumeric and have the > > images > > included there (base64 or local path or http path or ?) appear in > > the > > spreadsheet within or on top of the

Re: Text box in gnumeric plots

2017-03-10 Thread Jean Bréfort
Hi, Of course you can, just add a title to the chart, move it where you want the text, and type. You'll also have to change the font and font size, I suppose. You can also add the text as markup if you want rich text. Hope this helps, Jean Le vendredi 10 mars 2017 à 20:06 +, Scott

Re: odd xlsx problem

2016-11-29 Thread Jean Bréfort
No idea, I am unable to reproduce. May be something related to your xlsx files? Does this happen for all of them? Regards, Jean Le mardi 29 novembre 2016 à 11:56 -0500, Allin Cottrell a écrit : > I'm running gnumeric 1.12.32 on Arch Linux and I'm seeing an odd  > problem wih xlsx files: they

Re: Considering taking on Windows port

2016-09-04 Thread Jean Bréfort
Hi, You should start from current git, imho. You'll find some code in the gnumeric/tools/win32 directory. Hope this helps, Jean Le dimanche 04 septembre 2016 à 20:17 +, Ron Gaw a écrit : > Okay, I'll take the plunge then.  Starting point - how / where do I > pull the last code set that

Re: Is RGnumeric still available

2016-01-06 Thread Jean Bréfort
There is a plugin with functions imported from R in gnumeric. Go to Insert/Functions, choose statistics and look for r.* functions. Regards, Jean Le mercredi 06 janvier 2016 à 13:02 +, pi...@ticino.com a écrit : > There used to be a gnumeric R plug-in to use R functions inside > gnumeric.

Re: statistics gtk glade2.12

2015-12-17 Thread Jean Bréfort
Hi, You might use the GOGraphWidget from goffice. I don't know how it can integrate with glade, Not sure if recent glade releases support custom widgets. About GOGraphWidget use, you'll find samples in the goffice/tests directory (go-demo.c and pie-demo.c). Hope this helps, Jean Le mercredi 16

Re: Can't delete multiple rows

2015-12-03 Thread Jean Bréfort
Deleting multiple rows only works for consecutive rows. It does not work for a multiple selection (the same for columns and cells). Multiple selection deletion is not supported. Please file an enhancement request at bugzilla.gnome.org. Regards, Jean Le mercredi 02 décembre 2015 à 11:49 -0600,

Re: Inserting images

2015-11-11 Thread Jean Bréfort
Le jeudi 12 novembre 2015 à 00:01 +, Dan MacDonald a écrit : > Hi gnumeric devs! > > I'd like to create a spreadsheet that would make quite heavy use of > images. The images will only be small (say 100x100 pixels or so) but > I will need to import quite a lot of them and on a regular basis. >

Re: gobject-introspection for Gnumeric [Was: Python headers for pygobject 3/Gnumeric 1.12.25]

2015-11-01 Thread Jean Bréfort
I don't know for Ruby, but with Python, you can do something like: $ python >>> import gi >>> gi.require_version('GOffice','0.10') >>> from gi.repository import GOffice >>> gi.require_version('Gnm', '1.12') >>> from gi.repository import Gnm >>> Gnm.init() >>> wb=Gnm.Workbook.new_with_sheets(1)

Re: Gnumeric in Mac OSX Yosemite

2015-09-30 Thread Jean Bréfort
Hi, I suppose you can use the package available with macports ( https://www.macports.org). Hope this helps, Jean Le mercredi 30 septembre 2015 à 18:06 +0900, Sayantani Chatterjee a écrit : > Hi, > I am recently using Mac OS, before it I was using Windows. So it's > little difficult for me to

Re: problem compiling goffice

2015-03-19 Thread Jean Bréfort
Try deleting the whole directory /home/fparrenin/local/lib/goffice/0.10.22 before installing. Jean Le jeudi 19 mars 2015 à 18:13 +0100, Frédéric Parrenin a écrit : Thanks for the hint, but that did not solve the issue, I still have the same error message. Frédéric 2015-03-19 18:00

Re: heat map or matrix plot

2015-03-12 Thread Jean Bréfort
à 08:05 +0100, Jean Bréfort a écrit : Hi, Select the cell range containing all your data and create the plot, that should work. Row and column don't need to be numeric and the colors should follow the numbers in the cells. But, after testing, I don't get what I thought it would do. I need

Re: heat map or matrix plot

2015-03-10 Thread Jean Bréfort
Hi, Select the cell range containing all your data and create the plot, that should work. Row and column don't need to be numeric and the colors should follow the numbers in the cells. But, after testing, I don't get what I thought it would do. I need to investigate a bit, feel free to file one

Re: A plea from a semi-newbie

2015-01-16 Thread Jean Bréfort
You need a scatter (XY) plot, not a line plot. I'm pretty sure that my solution works. Can you provide me a sample file? Le jeudi 15 janvier 2015 à 16:24 -0700, rodgos a écrit : Thanks for the reply, but I don't think that it will help. My problem is two fold. First, I require the x axis to be

Re: A plea from a semi-newbie

2015-01-16 Thread Jean Bréfort
If you really want a line plot, you can ignore the time column. The first column is used as labels and the second as the values. Le vendredi 16 janvier 2015 à 15:08 -0700, rodgos a écrit : Well, I do seem to be making some headay in this problem, albeit slowly.. So far, Ive created a Gnumeric

Re: A plea from a semi-newbie

2015-01-15 Thread Jean Bréfort
Hi, If I understand correctly what you are doing, you need to add columns A and B to get the date and time in the same field. You can do that either in the sheet, using a new column, or in the series data field. For X values use A:A+B:B and for y values C:C. That should work if the time column

Re: error compiling gnumeric

2015-01-11 Thread Jean Bréfort
Dear Frédéric Which command line did you use, including environment variables? Also, using 'make -V' would give access to the exact command passed to the linker. Cheers, Jean Le dimanche 11 janvier 2015 à 21:09 +0100, Frédéric Parrenin a écrit : Dear all, Today I downloaded libgsf,

Re: error compiling gnumeric

2015-01-11 Thread Jean Bréfort
Hmm, Looks like I forgot to add the two libraries to the .pc file. Please update goffice, and build again. Le dimanche 11 janvier 2015 à 21:28 +0100, Jean Bréfort a écrit : Dear Frédéric Which command line did you use, including environment variables? Also, using 'make -V' would give access

Re: Use text-lables as x-axis values in XY Chart

2014-12-14 Thread Jean Bréfort
It is not currently possible. An enhancement request exists (https://bugzilla.gnome.org/show_bug.cgi?id=600482). Anyway, in your case a line plot might be more appropriate and allows any label. Reagards, Jean Le dimanche 14 décembre 2014 à 18:49 +0100, Giacomo Marchioro a écrit : Hi all, I am

Re: Gnumeric Bug

2014-05-27 Thread Jean Bréfort
Hi, ssconvert is able to handle more than 64k rows, but not the .xls format. You should try with either .xlsx or .ods. Regards, Jean Le mardi 27 mai 2014 à 10:09 +0530, Nitesh a écrit : Hii, I am using current verson of gumeric and trying to convert .csv file to .xls file using gnumeric

Re: Chart Properties

2014-05-22 Thread Jean Bréfort
Hi, This is due to a Gtk+ behavior change. The bug has been fixed in goffice-0,10,10. You need to upgrade, but unfortunately, the package in current stable ubuntu is 0.10.9 Regards, Jean Le mercrei 21 mai 2014 à 21:15 -0700, mungstro a écrit : Hi... I'm having troubles because i recently

Re: excel-like improvements to chart editing

2014-04-15 Thread Jean Bréfort
Hi, Intersting ideas, we just miss volunteers to implement them et the moment. It would be nice to open as many enhancement requests at bugzilla.gomne.org so that those ideas don't disappear into some black hole. Cheers, Jean Le mardi 15 avril 2014 à 15:49 +0100, Marc Dunord a écrit : dear

Re: Reverse legend in stacked column chart

2014-03-28 Thread Jean Bréfort
Seems we need to update the pages. You can find a recent build at https://people.gnome.org/~mortenw/gnumeric/ Regards, Jean Le vendredi 28 mars 2014 à 06:06 +, Ditte Mølgård Heide-Jørgensen a écrit : Hi again, Thanks for your quick reply. I realized that I'm using 1.10.16 (from the Get

Re: Reverse legend in stacked column chart

2014-03-27 Thread Jean Bréfort
Hi, In a stacked chart, the series are displayed from bottom to top, while it is the reverse order in the legend. There is no way currently to change this behavior. Regards, Jean Le jeudi 27 mars 2014 à 19:52 +, Ditte Mølgård Heide-Jørgensen a écrit : Hi everyone, I'm using stacked

Re: Reverse legend in stacked column chart

2014-03-27 Thread Jean Bréfort
Actually, it seems that this has been fixed some times ago, which version are you using? Best regards, Jean Le jeudi 27 mars 2014 à 21:21 +0100, Jean Bréfort a écrit : Hi, In a stacked chart, the series are displayed from bottom to top, while it is the reverse order in the legend

Re: GLib warnings

2014-03-15 Thread Jean Bréfort
Yes, known issue, and fixed one hour ago or so. Cheers, Jean Le samedi 15 mars 2014 à 13:38 +, Allin Cottrell a écrit : With my last few builds of gnumeric (I'm currently running 1.12.12) I'm seeing several repetitions of this pair of warnings on exiting the program: (gnumeric:PID):

Re: plotting in the sheet dimension

2014-01-12 Thread Jean Bréfort
Hi João, This is just not implemented in graphs. I actually have no idea ihow it would be difficult to add this feature. Regards, Jean Le dimanche 12 janvier 2014 à 18:40 +0100, João MC Teixeira a écrit : Hi there, Amazing tool gnumeric is! I have a doubt on data range selection, for

Re: gnumeric-plugin-extra / python / could not import gobject

2014-01-06 Thread Jean Bréfort
H, This is quite strange since the python initialization code in gnumeric first imports pygtk and then gobject. Seems that the first import succeeds but not the second. Do you have more than one Python2.7 instances on your system? Gnumeric might pick the wrong one. Regards, Jean Le dimanche 05

Re: 'ssconvert' has not been installed during installation of 'gnumeric' R-package

2013-11-19 Thread Jean Bréfort
Quite strange that you need libxml2-dev, this one is just needed if you build gnumeric yourself. You just need to install the gnumeric package, it contains /usr/bin/ssconvert. I suppose you try to use it from R, if you have ssconvert installed and R does not find it, then it might be that R does

Re: Patch: export more methods to python

2013-11-06 Thread Jean Bréfort
Thanks for the patch, but this can be done even without adding anything to the library. Something like: /** * Workbook: * @wb_views: (content-type WorkbookView): **/ I'll commit that later today. Jean Le mercredi 06 novembre 2013 à 11:36 +0200, Anatoly Asviyan a écrit : Hi Jean

Re: Patch: export more methods to python

2013-11-05 Thread Jean Bréfort
I suppose it should work the same way, but I'm not an expert. Note that the introspection mechanism works from outside gnumeric as well. Jean Le mardi 05 novembre 2013 à 11:33 +0200, Anatoly Asviyan a écrit : 2013/11/1 Jean Brefort jean.bref...@normalesup.org Hi Anatoly,

Re: non-destructive paste?

2013-09-23 Thread Jean Bréfort
Select n lines before selecting Edit/Insert/Rows, this will insert n rows. Hope this helps, Jean Le dimanche 22 septembre 2013 à 17:13 -0400, Allin Cottrell a écrit : This must be dead simple, but I'm not finding it via google. I select and copy n rows of material in sheet2 of a workbook,

Re: Gnumeric 1.12 released

2013-09-19 Thread Jean Bréfort
About screen space occupancy, this is probably related to the gtk3 theme in use on your machine. Can you post a screenshot? Regards, Jean Le jeudi 19 septembre 2013 à 12:47 +0300, Andres Kuusk a écrit : Wed, 18 Sep 2013, Allin Cottrell: why 1.12.0, btw? If you're compiling yourself, you

Re: Gnumeric Library API Vs Libspreadsheet API

2013-09-17 Thread Jean Bréfort
libspeadsheet is a C library, not C++. Regards, Jean Le lundi 16 septembre 2013 à 23:46 -0700, soumik Banerjee a écrit : Gnumeric uses Libspreadsheet internally to parse spreadsheets. The Libspreadsheet API however, is in C++, and I want to confine my spreadsheet searching app entirely to C.

Re: Fw: Gnumeric Library API Vs Libspreadsheet API

2013-09-17 Thread Jean Bréfort
Not in goffice but in gnumeric-1.12.7 actually. Le mardi 17 septembre 2013 à 08:03 -0400, Allin Cottrell a écrit : On Tue, 17 Sep 2013, soumik Banerjee wrote: I checked the libspreadsheet library home page link http://wow.curseforge.com/addons/libspreadsheet/pages/lib-spreadsheet-api/;

Re: Certain Help menu items (weblinks and IRC) do not work on OS X, or on Linux...

2013-09-16 Thread Jean Bréfort
These are simple calls to gtk_show_uri(). So a Gtk+ issue. Every program using this should show the same behavior. Cheers, Jean Le dimanche 15 septembre 2013 à 18:23 -0700, Christian Herbig a écrit : I am experiencing an issue where the Help menu items, “/menubar/Help/HelpWeb”,

Re: Announce new version releases on mailing list?

2013-09-02 Thread Jean Bréfort
I'm getting notification for goffice releases, but not for gnumeric. Jean Le lundi 02 septembre 2013 à 07:53 -0400, Morten Welinder a écrit : An automatic announcement is always sent to desktop-devel-l...@gnome.org during the release process. M.

Re: Constrain a polynomial trend line to intercept y-axis horizontally

2013-06-14 Thread Jean Bréfort
It is not directly possible, but you can evaluate such a regression in the sheet, usin x^2, x^3, and so on as independent data in the linest function. Regards, Jean Le vendredi 14 juin 2013 à 03:58 -0700, Mike Simms a écrit : I'm used to using the polynomial trendlines to fit data. Now I have

Re: [1.12] countif(range, expression) unimplemented

2013-05-18 Thread Jean Bréfort
gnumeric/1.12.1/plugins/fn-math/plugin.la is actually not needed. Regards, Jean Le samedi 18 mai 2013 à 10:40 -0600, Andreas Guelzow a écrit : On Sat, 2013-05-18 at 13:22 +0200, bat.gu...@don.blech.e4ward.com wrote: Hi, On 18.05.2013 00:22, Andreas J Guelzow wrote: function

Re: Graph for stocks (share market) in Open-High-Low-Close candlesticks format

2013-04-14 Thread Jean Bréfort
Le samedi 13 avril 2013 à 18:25 +0530, Vineet Deodhar a écrit : I wish to draw chart from shares data in Open-High-Low-Close format. In other spreadsheet softwares, stock - OHLC format is there by default (aka japanese candlesticks). In

Re: Graph for stocks (share market) in Open-High-Low-Close candlesticks format

2013-04-13 Thread Jean Bréfort
Le samedi 13 avril 2013 à 15:32 +0530, Vineet Deodhar a écrit : Hi ! I am new to gnumeric. I found it very fast, so trying to assess how useful it might be be for my purpose. I wish to draw chart from shares data in Open-High-Low-Close format. In other spreadsheet softwares, stock - OHLC

Re: spell correction/capitalization

2013-03-22 Thread Jean Bréfort
Le vendredi 22 mars 2013 à 07:28 -0400, Marcel van de Vusse a écrit : Hit a snag this morning. Entering text into a cell this morning I notices that any text followed by a period and a space, then the next word is automatically capitalized. I tried to change it to no avail, Gnumeric insists

Re: gobject-introspection does not compile [was: Gnome-Python for Gnumeric 1.12]

2013-02-20 Thread Jean Bréfort
1.31.22 looks like an unstable version. Which distribution are you using? I believe most should have an appropriate package. Btw, you should build gnumeric (as well as goffice and libgsf) with introspection support. That would bring in much more things available for the Python code. I patched

Re: Cannot create exponential trend line

2013-02-02 Thread Jean Bréfort
You can't have both positive and negative values as y variable. It should work if you exchange x and y in your data. Hope this helps, Jean Le vendredi 01 février 2013 à 19:06 -0800, MrProsser a écrit : I have a small dataset that I am trying to fit with a natural exponential trend line in

Re: matrix operation in cell selection field for chart

2012-10-04 Thread Jean Bréfort
When you create a chart, in the plot type selection page, you have a check box to check so that abscissas will be shared by all series. Is that what you need? Regards, Jean Le jeudi 04 octobre 2012 à 17:15 +0200, Frederic Parrenin a écrit : Dear all, I have a question related to cell

Re: gnumeric and scrollkeeper

2012-09-09 Thread Jean Bréfort
Please file a bug report, Regards, Jean Le dimanche 09 septembre 2012 à 13:29 -0400, Allin Cottrell a écrit : Please, could we have a --disable (or --without) option for scrollkeeper in the configure script for gnumeric 1.11? As things stand, make install produces an error regarding

Re: Object parameter values in a cell?

2012-06-19 Thread Jean Bréfort
Hi, This is not possible for now. You might file an enhancement request at bugzilla.gnome.org Regards, Jean Le lundi 18 juin 2012 à 22:38 -0600, Jim Martin a écrit : Hello All: I am thinking about a teaching tool to use in my biomechanics course. My idea is to have a force vector

Re: using python: crash, when importing gtk

2012-05-02 Thread Jean Bréfort
1.11.3 should NOT build with Python support. It should fail at configure stage. You are using pygtk which depends on gtk+-2.0 from a gtk+-3.0 program, so the crash is anticipated. Regards, Jean Le mercredi 02 mai 2012 à 09:26 +0200, scrutini...@gmx.at a écrit : Sorry to bother again. One

Re: Autofill with other increment values and reverse cells

2012-05-01 Thread Jean Bréfort
Le mardi 01 mai 2012 à 08:52 +0200, scrutini...@gmx.at a écrit : Hi, I just ask, if it is possbile: 1) When autofill, it always increment the relative cell with +1 (as used to it). Sometimes I want for example increment by 2 or by -1. Just fill the two first cells, select both and

Re: compiled 1.11.3: Settings schema problem, gnumeric does not start

2012-05-01 Thread Jean Bréfort
Le mardi 01 mai 2012 à 08:52 +0200, scrutini...@gmx.at a écrit : Hi, after compiling the new development gnumeric, there is following error: gnumeric (gnumeric:25322): GLib-GIO-ERROR **: Settings schema 'org.gnome.gnumeric.core.gui.toolbars' does not contain a key named

Re: Help me please

2012-04-06 Thread Jean Bréfort
Hi, I suppose that something went wrong when gnm-marshallers.h was generated. Are the prototypes in there? You might just remove it and run make again. Regards, Jean Le vendredi 06 avril 2012 à 08:33 +0800, 付天豪 a écrit : when i compile gnumeric : gnm-solver.c: In function

Re: pb compiling goffice

2011-12-08 Thread Jean Bréfort
Fixed, thanks. Cheers, Jean Le jeudi 08 décembre 2011 à 16:36 +0100, Frederic Parrenin a écrit : Dear all, I git-ed goffice today and tried to ./autogen.sh but encountered the error message below. My system is ubuntu 11.10. Best regards, Frédéric Parrenin

Re: Goffice under mingw

2011-09-28 Thread Jean Bréfort
--without-gconf don't help, the gconf backend is never built under mingw (or anything else defining WIN32), or it's a bug. The build error is quite strange. I don't understand it. Sorry. Might be an include order issue, but I can't be sure. Regards, Jean Le mercredi 28 septembre 2011 à 10:02

Re: Goffice under mingw

2011-09-28 Thread Jean Bréfort
John, good catch, this is certainly the issue. I thought this has been fixed a while ago, but seems it is not the case. In gog-error-bars.h the line #include goffice/gtk/go-gtk-compat.h must be moved after the other includes, and things should work. Apologies, Jean Le mercredi 28 septembre

Re: Goffice under mingw

2011-09-28 Thread Jean Bréfort
? No need for that, go-gtk-compat.h has been removed. Can I compile goffice git master with gtk2? or do I need gtk3? No, you need gtk3. Regards, Jean Regards. Chtibzh 2011/9/28 Jean Bréfort jean.bref...@normalesup.org John, good catch, this is certainly the issue. I thought

Re: pb compiling git goffice on ubuntu 11.04

2011-09-01 Thread Jean Bréfort
I suppose something you compiled some times ago refers to /usr/lib/libgio-2.0.la which was shipped in earlier versions. You should search for any .la file containing /usr/lib/libgio-2.0.la in /usr/lib, /usr/local/lib and possibly $HOME/.local Regards, Jean Le jeudi 01 septembre 2011 à 20:45

Re: Segfault on save as

2011-04-27 Thread Jean Bréfort
2011/4/27 Phil Salkie p...@asylumhouse.org wrote: Got it working. Did apt-get install --reinstall on everything gtk2 I could find, that didn't help. Then did: phil@eeep:/usr$ set | grep gtk GTK2_RC_FILES=/home/phil/.gtkrc-2.0-kde-kde4:/home/phil/.kde3/share/config/gtkrc-2.0

Re: Where are plugin functionality descriptions?

2011-03-21 Thread Jean Bréfort
Le lundi 21 mars 2011 à 07:34 -0500, Larry Evans a écrit : On 03/21/11 07:10, Jim Tarvid wrote: Don't know which plugin you refer to. For example, there's several plugin's with whose title's suggest linear programming: GLPK Linear Program Solver interface LPSolve Linear Program Solver

Re: 3 questions on gnumeric

2011-03-21 Thread Jean Bréfort
Le lundi 21 mars 2011 à 13:05 +0100, Frederic Parrenin a écrit : Hi All, 1) Is it possible to hide the equation toolbar in gnumeric? No, why would you like to do that? 2) Is it possible to show the page layout / pages breaks (without using the print preview)? Not either, but seems possible

Re: Full Macro Writer and spredsheet interfacing with python

2011-03-14 Thread Jean Bréfort
Thanks for this work. The big issue with it is the license. GPLv3+ is incompatible with our GPLv2 only license. Not sure that using your work is legal because of the incompatibility between these licenses. There was an attempt for relicensing, starting with goffice, but it failed. See

Re: feature request - batch mode

2011-01-14 Thread Jean Bréfort
ssconvert does 2 and is shiped with gnumeric, use ssconvert --help for more. ssconvert can't output postscript afaik, but it can export pdf. Hope this helps. Regards, Jean Le vendredi 14 janvier 2011 à 22:09 +0100, User Wojtek a écrit : can it be implemented. Full batch mode allowing entering

Re: (Compact) Symbolic regression in gnumeric?

2011-01-02 Thread Jean Bréfort
Hi, Looks like an interesting idea. I'll try to investigate whether this can fit with our charting engine. Regards, Jean Le jeudi 30 décembre 2010 à 00:27 +0100, Fabian Deutsch a écrit : Hey, as a part of my diploma thesis I developed a symbolic regression tool, finding _compact formulas_

Re: gnumeric native on OSX?

2010-11-23 Thread Jean Bréfort
We are not involved in this port. Best regards, Jean Le dimanche 21 novembre 2010 à 15:25 +0100, Frederic Parrenin a écrit : I would like to know the status of gnumeric on OSX. Nothing is written on gnumeric's website. From this webpage though http://www.flyn.org/apple/index.html it seems

Re: Goffice: Axis labels and other text elements

2010-09-15 Thread Jean Bréfort
I think we need to find some way to document available roles for each class. Unfortunately, gtk-doc does not help a lot. Le mercredi 15 septembre 2010 à 11:47 +0200, Jon Nordby a écrit : On Thu, 2010-09-02 at 15:17 +0200, Jean Brefort wrote: Le jeudi 02 septembre 2010 à 12:58 +0200, Jon Nordby

Re: Goffice: Axis labels and other text elements

2010-09-15 Thread Jean Bréfort
Le mercredi 15 septembre 2010 à 14:41 +0200, Jon Nordby a écrit : On Wed, 2010-09-15 at 12:05 +0200, Jean Bréfort wrote: I think we need to find some way to document available roles for each class. Unfortunately, gtk-doc does not help a lot. No, I guess default gtk-doc don't really

Re: GOffice: What should introduction documentation contain?

2010-09-15 Thread Jean Bréfort
You might add that libgoffice_init and libgoffice_shutdown can be called several times. Any code calling libgoffice_init should call libgoffice_shutdown when done. init increments a counter and shutdown decremen,ts it. When the counter reaches 0, the created structures are released/freed/whatever

Re: Gnumeric for windows paste from websites problem

2010-06-24 Thread Jean Bréfort
Please file a bug report. Regards, Jean Le mercredi 23 juin 2010 à 17:02 -0700, phaemeric a écrit : If u copy some info from a website, and paste it into linux version of gnumeric, there is no problem. If u paste it into the windows version of gnumeric, it does NOT work - gnumeric freezes.

Re: A question about ssconvert and safety from macro viruses

2010-06-23 Thread Jean Bréfort
At least for now, ssconvert does not execute any macro. Regards, Jean Le mardi 22 juin 2010 à 16:14 +0200, Helge Hafting a écrit : The ssconvert utility can convert gnumeric, openoffice and excel spreadsheets to latex. But is this conversion safe in case of macro viruses? At least excel

Re: Input Problems?

2010-06-22 Thread Jean Bréfort
The solid cross appears when you insert a sheet object (chart, rectangle, arrow, widget,...), otherwise, I don't see the behavior you describe when testing 1.10.6 under winXP. Regards, Jean Le lundi 21 juin 2010 à 07:11 +, Scott Ballantyne a écrit : Has anyone had problems with the mouse

Re: Gnumeric can`t import/export Excel files anymore

2010-06-11 Thread Jean Bréfort
Are you sure that the excel plugin is enabled? 1.8.2 is quite old, btw. Regards, Jean Le jeudi 10 juin 2010 à 21:08 +0200, Georg a écrit : Hi, since a few days ago Gnumeric 1.8.2 can`t handle Excel files anymore. The command line doesn`t come up with any errors. When i try to import an

Re: Can chart data series be treated as group

2010-06-06 Thread Jean Bréfort
If you have nothing else in the columns, you might use the whole columns as series data, i.e. something like $A:$A. Hope this helps. Le samedi 05 juin 2010 à 18:21 -0700, phaemeric a écrit : Suppose u have a chart showing 7 days of prices for 5 different shares (stocks). U now updated each

Re: format of 'if' statement

2010-04-14 Thread Jean Bréfort
Le mercredi 14 avril 2010 à 14:50 -0400, ken a écrit : I'm trying to assign the result of an 'if' statement to a cell... put this in the cell: =if(d24=125000,3650*4d,j30) but it's rejected (Invalid expression). So how to do: IF d24 is greater-than-or-equal-to 125000, THEN multiply 4d

Re: XLS file that is actually HTML

2010-04-10 Thread Jean Bréfort
I don't see any attached file. Regards, Jean Le samedi 10 avril 2010 à 07:24 -0400, Marlon Nelson a écrit : One of my brokerages allows me to download my trading data in MS Excel format. It arrives as an XLS file (attached). Gnumeric has problems loading it. OO Calc does a much

Re: inserted images not printing

2010-03-24 Thread Jean Bréfort
1.7.10 is somewhat old (and was a development version). It's quite possible that images were not printed by this version, so, you should upgrade to a more recent version. Current stable is 1.10.1. Regards, Jean Le mardi 23 mars 2010 à 13:32 -0700, amyw a écrit : Hello, I am trying to insert a

Re: Problems to install gnumeric 1.9.18

2010-01-29 Thread Jean Bréfort
object file: No such file or directory There seems to be a problem with goffice now. ;) That's really weird... Best, Artur Jean Bréfort schrieb: You should use make install, not make checkinstall, or modify the library loader search path. Otherwise the library will not be found

Re: gnumeric 1.9.18 download?

2010-01-25 Thread Jean Bréfort
We only provide the sources for 1.9.18 at the moment. They are available from ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/ Le dimanche 24 janvier 2010 à 18:59 +, Artur T. a écrit : Hello, I am glad that you implemented the eigenvalue and eigenvector analysis. But I am a little

Re: plugins: possibility to define new data type/format

2010-01-22 Thread Jean Bréfort
Actually it would be possible to add a new format, but not inside a plugin. This needs to be in goffice code. Please file a bug report. Le vendredi 22 janvier 2010 à 09:00 +0100, Jean Bréfort a écrit : Le jeudi 21 janvier 2010 à 17:50 -0800, RLa a écrit : Have a good evening

Re: Information Area taking over worksheet

2010-01-21 Thread Jean Bréfort
You can change the size of the shhet tabs area by dragging the handle to the right. Regards, Jean Le jeudi 21 janvier 2010 à 11:49 -0500, chris dunn a écrit : Gnumeric has started a very annoying habit of opening up a box to the left of the Information Area (bottom right corner of the display)

Re: Tables?

2009-12-28 Thread Jean Bréfort
Which OS? Does this happens with other dialogs? Clearly libglade does not find the custom widgets but hard to say why this happens. Regards, Jean Le lundi 28 décembre 2009 à 12:29 +, Scott Ballantyne a écrit : I'm having trouble with tables. After selecting the table area and then

Re: thousands separator

2009-11-29 Thread Jean Bréfort
Le dimanche 29 novembre 2009 à 23:18 +0800, bill lam a écrit : In debian lenny, gnumeric git run gnumeric using LC_NUMERIC=fr_FR.UTF-8 LC_MONETARY=fr_FR.UTF-8 gnumeric it correctly use comma as decimal point, but use space as thousands separator. eg display 12345.67 as 12 345.67

  1   2   3   >