Re: HMG.3.4.2
Posted: Sun Oct 04, 2015 9:52 am
sorry
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
The problem is due to repainted of the panel window, your procedure of change events is very overload.emzampi wrote:sorry
Code: Select all
@ 40,1040 LABEL DATA_1313 VALUE '' font '.vntime' size 12 bold FONTCOLOR RED /*WIDTH 250 HEIGHT 20*/ AUTOSIZE
@ 30+rig , 950 label sett3 value '' AUTOSIZE // WIDTH 180 HEIGHT 15 // per busta gomma plastica
Thanks for report.emzampi wrote:unfortunately with a small example I could not reproduce the problem, so I enclose the original and filled with hmg 3.4.0 has no problem while it has with hmg 3.4.2 (see .avi for directions). the label in question is called sett3 - I apologize for this jumble of codes entered in bulk and certainly not at the top of the schedule.
Please don't use official file names for your own files.emzampi wrote:I noticed that changing panel and returning to the previous data is displayed in a clean and no longer overlapped I hope this will help to find a solution (see .avi)
Yes it is a problem of repainting the LABEL control, you can achieve the same effect by minimizing and then restoring the window or running:emzampi wrote:I noticed that changing panel and returning to the previous data is displayed in a clean and no longer overlapped I hope this will help to find a solution (see .avi)
Code: Select all
- Fixed bug in SetGridQueryData() in Win XP (reported by Eduardo Luis)
- Fixed bug in TrackPopupMenu() (reported by Esgici and Mustafa)
- Fixed bug in Transparent Label (reported by Emzampi)
- Fixed bug in Transparent property of BT_DrawText() function (reported by Andres Gonzales)
- Fixed bug in DynamicBackColor and DynamicForeColor of the Grid control when used with database (reported by Luis Vasquez)
- New internal function: HMG_Trace()
- New BT_DrawTextEx (hDC, Row, Col, Width, Height, cText, cFontName, nFontSize, aFontColor, aBackColor, nTypeText, nAlingText, nOrientation)
- New: now in Label control is possible to assign any data type or a list of data, e.g.
- Form.Label.Value := xDataType
- Form.Label.Value := { xDataType, xDataType, ... }
- New CLEAR MEMORY, release unused memory (leak memory), test for example:
- ON KEY F5 ACTION ( CLEAR MEMORY )
- DEFINE TIMER ... ACTION ( CLEAR MEMORY )