cristianotestai Posted May 21, 2011 Posted May 21, 2011 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!!
Administrators Farshad Mohajeri Posted May 21, 2011 Administrators Posted May 21, 2011 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?
thecrgrt Posted May 21, 2011 Posted May 21, 2011 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.
thecrgrt Posted May 21, 2011 Posted May 21, 2011 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.
cristianotestai Posted May 21, 2011 Author Posted May 21, 2011 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.
thecrgrt Posted May 22, 2011 Posted May 22, 2011 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.
cristianotestai Posted May 23, 2011 Author Posted May 23, 2011 Hi Farshad, I found the bug regarding the UniToolbar. Occurs an AV using the Hint property of the buttons. Regards, Cristiano Testai Brazil
Administrators Farshad Mohajeri Posted May 23, 2011 Administrators Posted May 23, 2011 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?
cristianotestai Posted May 23, 2011 Author Posted May 23, 2011 1) TUniButton or TUniToolButton? 2) Do you assign hints at run time or design time? 1)TUniToolButton 2)Design time Tks.
Administrators Farshad Mohajeri Posted May 23, 2011 Administrators Posted May 23, 2011 1)TUniToolButton 2)Design time Tks. Can you reproduce it with latest release?
cristianotestai Posted May 23, 2011 Author Posted May 23, 2011 Can you reproduce it with latest release? Hi Farshad, I'm using 0.85.0.858 release. Exists other more recent? Tks.
Administrators Farshad Mohajeri Posted May 23, 2011 Administrators Posted May 23, 2011 Hi Farshad, I'm using 0.85.0.858 release. Exists other more recent? Tks. No 858 is the most recent version. Can you reproduce it in a new project?
cristianotestai Posted May 27, 2011 Author Posted May 27, 2011 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
Administrators Farshad Mohajeri Posted May 27, 2011 Administrators Posted May 27, 2011 You can send a test case created from project and I will try to locate the problem.
Recommended Posts