Vincent van Ravesteijn - TNW schrieb:
Ah.. You don't have MSVC project files because you're using scons right?
Yes.
Why don't you use Cmake as well. It generates a MSVC project for you,
with all the benefits :)
Last developer meeting Peter kindly showed my CMake. I wanted to switch
to CMa
Vincent van Ravesteijn - TNW schrieb:
Well, that's the point. I did this intensively several
times but the tabular code simply miss any comment. MSCV
comes with a beautiful search engine but when it comes
to search more than one file I have to use a desktop
search. But even this brings often no
>>Well, that's the point. I did this intensively several times but the
>>tabular code simply miss any comment. MSCV comes with a beautiful
>>search engine but when it comes to search more than one file I have to
>>use a desktop search. But even this brings often no results.
>
>Huh.. I can use Ct
>>> p.s. I still don't understand how exactly dim.asc is calculated.
>>> Where in the code is this done?
>>
>> Well. Have a look in the code then :S ?
>
>Well, that's the point. I did this intensively several
>times but the tabular code simply miss any comment. MSCV
>comes with a beautiful search
Vincent van Ravesteijn - TNW schrieb:
Is there a way to access the metrics?
1. You can store all the asc en desc of the cells in CellData. This can
be done in InsetTabular::metrics. This is now also done for the rows.
(cell_info[row][col].asc = ...).
2. Or, maybe you can call something like
>The problem is that it doesn't compile because of an
>unresolved external:
>
>InsetTabular.obj : error LNK2019: unresolved external
>symbol "public: __thiscall lyx::MetricsInfo::MetricsInfo
>(void)" (??0metricsi...@lyx@@q...@xz) referenced in
>function "public: virtual void __thiscall lyx::
>Inse
> I assume Uwe wanted the height of the cell content *in the output*
No, I want to calculate the cell height as drawn in LyX. (Exactly as Vincent
replied me)
thanks and regards
Uwe
Am 11.03.2010 21:25, schrieb Vincent van Ravesteijn:
I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
To be able to do this, I need to calculate the height of the content
of the current cell (not the height of the row). How is this done?
tabular.cellInset(cell)->metrics(m,
On 2010-03-11, Vincent van Ravesteijn wrote:
> Uwe Stöhr schreef:
>> > I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
>> > To be able to do this, I need to calculate the height of the content
>> > of the current cell (not the height of the row). How is this done?
>> Edwin, A
Uwe Stöhr schreef:
> I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
> To be able to do this, I need to calculate the height of the content
> of the current cell (not the height of the row). How is this done?
Edwin, Abdel, Vincent, do you have any hint for me how this can b
> I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
> To be able to do this, I need to calculate the height of the content
> of the current cell (not the height of the row). How is this done?
Edwin, Abdel, Vincent, do you have any hint for me how this can be done?
thanks and r
11 matches
Mail list logo