lmi
[Top][All Lists]
Advanced

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

[lmi] Anomalies with wine


From: Greg Chicares
Subject: [lmi] Anomalies with wine
Date: Mon, 15 Feb 2016 18:08:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

Running lmi under wine, thus:

address@hidden:~/.wine/drive_c/opt/lmi/bin$ wine ./lmi_wx_shared.exe \
--ash_nazg --data_path=../data

I do
  File | New | Illustration
and this appears on the console:

In file ../src/msw/toplevel.cpp at line 1207: 'DrawMenuBar' failed
with error 0x00000000 (success.).

Seems kind of strange to fail with a success code. But that's just an
interesting anomaly--not an actual problem. However, then this messagebox
appears twelve times:

Error
Assertion "(0 < day) && (day <= GetNumberOfDays(month, year))" failed
(Invalid date in wxDateTime::Set()).
file ../src/common/datetime.cpp, line 1221]

which is an actual though not insuperable inconvenience.

The 'skin.xrc' tabbed dialog looks good at 96 DPI. The only weird thing
I notice is that "State of jurisdiction" and "Premium tax state" have
a very slight height (while other "state" fields look fine). In order
to fix that, I guess I'll need to look at the enclosing sizers, because
sizeritems that are laid out differently are not materially different:

  <flag>wxGROW</flag>
  <object class="wxComboBox" name="PremiumTaxState">
      <help>State to which premium tax is paid--affects premium load if the tax 
is passed through</help>
      <style>wxCB_DROPDOWN|wxCB_READONLY</style>
      <content><item>MM</item><item>WW</item></content>
  </object>

  <flag>wxGROW</flag>
  <object class="wxComboBox" name="State">
      <help>Insured state</help>
      <style>wxCB_DROPDOWN|wxCB_READONLY</style>
      <content><item>MM</item><item>WW</item></content>
  </object>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]