flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
JohnFound 17 Jan 2004, 17:23
Hi decard.
Great work. I needed this function. ![]() Only one little thing: The edit window flickers too much when you load multiply files. Maybe you need to use "LockWindowUpdate" function for the tab control or even for whole source editor window when you search trough multiply files. [offtopic] Do you plan to continue the "Fresh programmers guide"? There will be need of it very soon.[/offtopic] Regards |
|||
![]() |
|
decard 17 Jan 2004, 17:36
JohnFound wrote: The edit window flickers too much (...) OK, I'll think of it. JohnFound wrote: Do you plan to continue the "Fresh programmers guide"? Of course ![]() |
|||
![]() |
|
JohnFound 17 Jan 2004, 17:55
decard wrote: Of course Well, you write the first part wery good without my suggestions and it is great, just keep this way. ![]() ...anyway, I can't refrain from some suggestions ![]() 1. We need full guide on standard macro library, not only Fresh specific, but also these from FASM. Also such a guide can be useful for clearing the macro library and making it more structural. 2. Also guides on Fresh standard libraries: * StrLib.asm * gui.asm * mainloop.asm * msgutils.asm * winalign.asm - I think it is clear enough for documenting now. Well, it is big job, but don't think it should be finished in a few days. We simbly have to begin to make it. Simply choose some of these points. IMHO the order is not important. Regards. |
|||
![]() |
|
decard 17 Jan 2004, 22:22
I tried to add following line in the source:
Code: invoke LockWindowUpdate,[hSourceEditor] but it didn't change anything - I still got this flickery ![]() |
|||
![]() |
|
aaro 18 Jan 2004, 12:12
Are you displaying results in listbox? If yes, mayby WM_SETREDRAW could help with the flickering?
Code: invoke SendMessage, [hListBox], WM_SETREDRAW, FALSE, 0 ;add items to listbox invoke SendMessage, [hListBox], WM_SETREDRAW, TRUE, 0 invoke InvalidateRect, [hListBox], NULL, TRUE |
|||
![]() |
|
decard 18 Jan 2004, 13:52
Well actually I needed to disable whole source editor window, but this soultion works well for it too. Thanks, aaro!
![]() Last edited by decard on 21 Jan 2004, 11:10; edited 1 time in total |
|||
![]() |
|
JohnFound 18 Jan 2004, 14:10
Good work decard. I implemented it. Thanks.
|
|||
![]() |
|
decard 21 Jan 2004, 16:14
oopss
![]() outdated attachment removed - now it can be found in Fresh package ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.