flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > Latest find replace dialogs for Fresh |
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 |
|||
17 Jan 2004, 17:23 |
|
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 But could you, as the project maintainer, write what should I cover in the guide, and in which order? |
|||
17 Jan 2004, 17:36 |
|
JohnFound 17 Jan 2004, 17:55
decard wrote: Of course But could you, as the project maintainer, write what should I cover in the guide, and in which order? 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. |
|||
17 Jan 2004, 17:55 |
|
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 Why? Maybe I'm just too tired... I will try again tomorrow. |
|||
17 Jan 2004, 22:22 |
|
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 |
|||
18 Jan 2004, 12:12 |
|
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 |
|||
18 Jan 2004, 13:52 |
|
JohnFound 18 Jan 2004, 14:10
Good work decard. I implemented it. Thanks.
|
|||
18 Jan 2004, 14:10 |
|
decard 21 Jan 2004, 16:14
oopss it didn't want to compile... Here's a valid file:
outdated attachment removed - now it can be found in Fresh package |
|||
21 Jan 2004, 16:14 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.