

Moderator: Rathinagiri
Claudio,Rathinagiri wrote:CLEAR MEMORY!?
Hope that usefulCLEAN MEMORY
Thank Grigory for the tip.gfilatov wrote:Claudio,Rathinagiri wrote:CLEAR MEMORY!?
IMHO This name of command is wrong because it will be dublicate of the existed Harbour command![]()
My suggestion isHope that usefulCLEAN MEMORY
Hi Friends,srvet_claudio wrote:Hi Friends,
please test this patch:
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 )
Your application works well for me with hmg.3.4.2 patch 1.emzampi wrote:With the command RedrawWindow (BUSTA1.HANDLE) if the label also works if the whole is less fluid. Sorry but I do not understand why with HMG 3.4.0 (and I think also with HMG 3.4.1), this problem was not present while present with HMG 3.4.2 and also with patch_1
Thanks for the attention
The problem was that although the Dynamic Color is not specified, the grid established for default the Fore-BackColor as Dynamic Color.luisvasquezcl wrote:About the solution, can you tell me how you determined who were the DynamicBackColor and DynamicForeColor blocks and nothing ?, because in the test that they never climbed used these properties.
Sobre la solución, me puedes decir como determinaste que eran los bloques DynamicBackColor and DynamicForeColor y no otra cosa?, ya que en los test que subi no se usaron nunca estas propiedades.