Search found 14 matches

by oneto
Thu Mar 13, 2008 1:53 pm
Forum: Bug Reports
Topic: command line bug in v2.1.6.1 ?
Replies: 3
Views: 16196

David,
Thanks a lot, your suggestion worked great !
Have a nice day,
Jean-Louis
by oneto
Thu Mar 13, 2008 1:49 pm
Forum: Bug Reports
Topic: command line bug in v2.1.6.1 ?
Replies: 3
Views: 16196

command line in v2.1.6.1

Hello again,
In fact it seems that only the /x and y switches are ignored: if I select manually the columns, the macro execute automatically after that.
Hope that helps,
Jean-Louis
by oneto
Thu Mar 13, 2008 1:34 pm
Forum: Bug Reports
Topic: command line bug in v2.1.6.1 ?
Replies: 3
Views: 16196

command line bug in v2.1.6.1 ?

Hello,
I use the following options on command line (from inside Textpad)
dplot /x3y10,11,12,15,16 $File /m ClkSts

(where $file stands for the currently open file and ClkSts is a macro) and this seems broken since I upgraded to last version. I don't remember which version I had before. Now it ...
by oneto
Fri Aug 12, 2005 7:50 am
Forum: Suggestions/Questions
Topic: Suggestion: Replacable variables for datafile path/name/ext
Replies: 1
Views: 11296

Suggestion: Replacable variables for datafile path/name/ext

Hello David,
I would like from a macro to retrieve the elements of the datafile used, in order to save the plot obtained after some processing reusing elements of the original filename. For example, if I open a file path:\name.ext
and generate a FFT, I would like to save the FFT plot under
path ...
by oneto
Thu May 05, 2005 10:15 am
Forum: Bug Reports
Topic: SaveUndo() seems broken in v1.9.9.5 ?
Replies: 3
Views: 18881

Jean-Louis,
Yes, it is broken due to a silly mistake I made. I'll post a minor update with this fixed sometime during the coming weekend. Thanks for pointing out the problem.
I'm unable to see any effect of the option "Initially turn symbols off/lines on", but I never tried top use it before ...
by oneto
Thu May 05, 2005 7:59 am
Forum: Bug Reports
Topic: SaveUndo() seems broken in v1.9.9.5 ?
Replies: 3
Views: 18881

SaveUndo() seems broken in v1.9.9.5 ?

Hello David,
I just installed the v1.9.9.5 version over the v1.9.8.3, and the macro
SaveUndo() command doesn't seem to work anymore. I'm under WinXP Pro SP2, running as Administrator, if that's matter.
Is it a known bug ?
Have a nice day,
Jean-Louis
by oneto
Mon May 10, 2004 7:23 am
Forum: Suggestions/Questions
Topic: Selecting columns from a multiple colum file
Replies: 2
Views: 20931

Forget me not ;-}

Hello David,
I wouldn't like to be nasty, but I'm rather surprised that my suggestion didn't even make its way through the do-list... I would really appreciate it if its possible, since I'm trying to automate some data processing with a macro. Let me know if there is any hope or if I must do some ...
by oneto
Wed Mar 10, 2004 9:25 am
Forum: Bug Reports
Topic: Problems installing Excel add-in (v1.9.3.2)
Replies: 10
Views: 48430

Excel scientific format (was: Excel addin install pb)

Hello David,
As far as I'm concerned, do not bother trying to fix this problem in Excel, my data files are generated by a XBasic program I wrote, and this is a bug in the compiler, since it uses "e" notation for single precision and "d" for double precision, but understand only "e" as input... :evil ...
by oneto
Wed Mar 10, 2004 3:59 am
Forum: Bug Reports
Topic: Problems installing Excel add-in (v1.9.3.2)
Replies: 10
Views: 48430

Excel add-in install problems

Hello,
I just visited the registry on my computer, and found the following:
[HKCU\Software\Microsoft\Office\10.0\Common\General]
"AddIns"="Macros Complémentaires"

Besides that, the errors I had using the addin ("Incompatible datatype") were caused by a data file with floating numbers ofg the form ...
by oneto
Tue Mar 09, 2004 5:56 pm
Forum: Bug Reports
Topic: Problems installing Excel add-in (v1.9.3.2)
Replies: 10
Views: 48430

install problems with Excel plugin

Hello,
I also have several problem with the Excel addin:
[WinXP Pro, Office XP Pro, French versions, using decimal separator '.']
1) at first it refused to install with a "Execution error '9': index doesn't belong to selection"
2) using the addin.zip, I succeded to install manually (not in ...
by oneto
Sat Feb 21, 2004 5:21 pm
Forum: Bug Reports
Topic: FFT windows title gets stuck at FFT1
Replies: 2
Views: 20940

Thanks !

Thanks a lot for your prompt reply !
by oneto
Sat Feb 21, 2004 2:10 pm
Forum: Bug Reports
Topic: Autoscale problem
Replies: 2
Views: 19438

Autoscale problem

Hello,
Plotting data in double precision, it seems that sometimes the autoscale rounds the Y limits wrongly. I didn't succeeded to find a rule, but I suspect that could be linked to the axis values still in single precision ?
By the way, thanks for the double precision, it really helps me !
Jean ...
by oneto
Sat Feb 21, 2004 1:49 pm
Forum: Bug Reports
Topic: FFT windows title gets stuck at FFT1
Replies: 2
Views: 20940

FFT windows title gets stuck at FFT1

Hello,
When I make FFTs of several curve, the first is put in a window named 'FFT' (correct), the second in a window 'FFT1' (still OK), but after that, they are all put in (distinct!) windows titled 'FFT1'...
I don't even understand how multiple windows with identical titles can coexist ???
by oneto
Fri Feb 20, 2004 6:37 am
Forum: Suggestions/Questions
Topic: Selecting columns from a multiple colum file
Replies: 2
Views: 20931

Selecting columns from a multiple colum file

I try to select only a column from a multiple colum datafile, either from the command line or from a macro. Is there any way to do that ?
To be specific, I want to plot only the last column from a 3-column file as Y, using equidistant X. That could also be using the 2nd column as time (HHmmss format ...