Problems with UIL1.2.4 to 2.2.3

Hello,

I have ported an application from 1.2.4 to OM2.2.3. When I use the uid files compiled with uic from 2.2.3. the main window opens correctly but subsequent calls to MrmFetchWidget appears to open the hierarchy from the parent widget again. No errors are given until the unfetched child widgets are used.

However, if I use the previously compiled uid files from 1.2.4 all work ok, even though the rest is linked with 2.2.3.

Any suggestions?

clstrmstr


Anonymous

Anonymous's picture

Problems with UIL1.2.4 to 2.2.3

I waste a couple of hours trying to reproduce the situation you described. Could you provide some example reproducing the bug?


Anonymous

Anonymous's picture

Problems with UIL1.2.4 to 2.2.3

In Motif 2.0, TOG changed the behavior of the UIL compiler
such that objects are now created "exported" by default,
rather than "private".

I believe, your issue could be caused by this alteration.

Take a look at
http//bugs.motifzone.net/show_bug.cgi?id=1112

Don`t you have the same problem?

-- Yuriy Syrota