Jump to content

Recommended Posts

Posted

Hi Farshad,

 

I found some possible problems after using the 085 realease in WebMode.

 

- UniToolbar Components are invisible.

- UniLabels now appear in bold.

- "Some" UniLabels that are composed, the second word appears on the bottom line.

- UniDBDateTimePiker also not visible, as UniTooblar.

 

In 084 realease is OK.

Sending attached an image with some of these points.

I realized all the recommendations to migrate to version 085.

 

Thanks!!

post-17-0-44668800-1306001957_thumb.jpg

  • Administrators
Posted

Hi Farshad,

 

I found some possible problems after using the 085 realease in WebMode.

 

- UniToolbar Components are invisible.

- UniLabels now appear in bold.

- "Some" UniLabels that are composed, the second word appears on the bottom line.

- UniDBDateTimePiker also not visible, as UniTooblar.

 

In 084 realease is OK.

Sending attached an image with some of these points.

I realized all the recommendations to migrate to version 085.

 

Thanks!!

 

0.85.0 takes ParentFont into account so maybe parent Form has Bold style.

 

For other issues can you send PAS and DFM files of related Form?

Posted

I've also found this problem for an old projects created with 0.84, a visibled property of some controls were changed to "False" it-selft.

But when I change its back to "True" there are no longer problem, maybe you should try to checks this property for old projects. :)

Posted

0.85.0 takes ParentFont into account so maybe parent Form has Bold style.

 

For other issues can you send PAS and DFM files of related Form?

I've found some of container controls (i.e. Form, Panel, etc.) change their font to bold by them-selves when open with 0.85, but not for all case.

 

And some child controls that have changed Anchor property let their Left property to negative value (Of course, for some projects created by 0.84 and for some case, and I don't know why? and how?).

Maybe migration instruction can take care for this case, for complexity projects they hard to fixed.

Posted

Hi!

 

I apparently solved the problems:

 

The problem with the fonts Bold is because are using the font "Lucida Sans" in Form.

I switched to Lucida Sans Unicode and the font is not bold.

 

With the UniToolbar, I needed to delete and add a new component, reassigning properties and buttons. A little work but now it's ok.

 

Tks for all.

Posted

It's not just only for a display, many remaining properties of 0.84 created projects that not matched with 0.85 lead to a strange errors for 0.85.

But it make sense to me more than randomly AV of 0.84, Of course. :)

 

This is a good milestone of UniGUI, good jobs Farshad.

  • Administrators
Posted

Hi Farshad,

 

I found the bug regarding the UniToolbar.

Occurs an AV using the Hint property of the buttons.

 

Regards,

 

Cristiano Testai

Brazil

 

1) TUniButton or TUniToolButton?

2) Do you assign hints at run time or design time?

Posted

No 858 is the most recent version.

 

Can you reproduce it in a new project?

 

Farshad,

 

In a new project, the AV does not occur.

The strange thing is that in my current project, if I do not assign the property Hint, the AV does not occur. Only if I put some value in the Hint, the AV occurs.

Must have been some strange effect in my project migration to the 085 using the components UniToolBar / UniToolButtons.

 

For now I'm leaving without Hint's the UnitToolButtons.

 

Cristiano Testai

×
×
  • Create New...