flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > Fresh 1.1.6 work was uploaded on the server. |
Author |
|
JohnFound 24 Jul 2004, 19:41
Hi all.
Fresh 1.1.6 work is on the server now. Ready for your evaluation. Download it here: http://fresh.flatassembler.net/x2download.html After some though, I wrote one not very important, but usefull part of the program - Editor options dialog. Now you can save your settings as "profiles". I created and included 3 profiles: "Clasic", "Windows" and "Hakerz" Now, if someone creates good color profile, please post it in the forum and I will include it in the package. history.txt wrote:
Last edited by JohnFound on 10 Aug 2004, 11:27; edited 1 time in total |
|||
24 Jul 2004, 19:41 |
|
Tommy 25 Jul 2004, 15:36
Nice John! It can now compile a project several times without crashing... Thanks!
|
|||
25 Jul 2004, 15:36 |
|
JohnFound 25 Jul 2004, 17:48
decard wrote: small bug: Fixed. Thanks, decard. btw: What you think about "editor options" dialog? Look&Feel, behaviour, etc. Also, what you think about the way it was produced? I mean visual form editor. I think to concentrate myself mainly in visual editing now, so this dialog is interesting test of the editor features and behaviour. Regards. |
|||
25 Jul 2004, 17:48 |
|
decard 25 Jul 2004, 20:18
My notes about "editor options" dlg:
- when you select some other theme, it IMO should be automatically loaded to this window (no need to press "load" button); - what about adding some small AsmEdit control in this dialog, so user could see the themes before aplying them (something like in FASMW)? - user should be able to choshe his own colors (via ChoseColor dlg), proably you have it in your plans - font size is wrong (for Courier New, size 9 the dialog says it is -12) - and why does this dialog display name of font charset (is it so important?), and why the color is represented as BGR, not RGB (which is what we are used to)? BTW, why do you place the controls without WS_EX_CLIENTEDGE style? In my opinion this way they look ugly, just like in Win3.11. I didn't have enough time to test the visual editing. Its still not so easy to write (I mean including proper libraries, writing initialization code, etc...) apllications using visual editing (especially when you have to learn functions, macroinstructions, etc...), but of course I know that I can't expect everything at once Anyway, the most important fact is that you have made Fresh able to create visual forms. Soon I will write some app this way, I will see how it does work in practice. Just I have one wish: can you implement deleting the controls soon? I hope to find more time (I have a summer job, and it is very time consuming...), so I can help you with Fresh develpoement. Keep up a great work. regards, Mateusz |
|||
25 Jul 2004, 20:18 |
|
JohnFound 26 Jul 2004, 11:58
Hi, Mateusz.
Well, actually you are right about almost everything. I redesigned the whole dialog according to your suggestions. The file on the server is changed (without new version, because the changes are not so big.) Please, test it now. decard wrote: - font size is wrong (for Courier New, size 9 the dialog says it is -12) About font size - this is exactly the value that have to be sended to CreateFont to make proper size. Also, this is the value that returns ChooseFont dialog. It is something in conjuction with points/pixel conversions in Windows. Charsets are important for cyrillic and other non-latin fonts for example. Regards. |
|||
26 Jul 2004, 11:58 |
|
decard 26 Jul 2004, 13:05
when editing this dialog, there's problem with moving AsmEdit control, and this STATIC (cannon select it).
|
|||
26 Jul 2004, 13:05 |
|
JohnFound 26 Jul 2004, 13:11
decard wrote: when editing this dialog, there's problem with moving AsmEdit control, and this STATIC (cannon select it). You can select both using rectangle select, instead of clicking on the control. AsmEdit is not movable and selectable by mouse, because it have WS_DISABLED style. Remove it and everything should be OK. (I have tol fix this behaviour in future releases.) Regards |
|||
26 Jul 2004, 13:11 |
|
mike.dld 05 Aug 2004, 00:18
JohnFound, have you forgotten to add those lines i posted earlier (to form.asm) ???
|
|||
05 Aug 2004, 00:18 |
|
JohnFound 05 Aug 2004, 00:42
mike.dld wrote: JohnFound, have you forgotten to add those lines i posted earlier (to form.asm) ??? No, I am not. But the problem is more complex and these fixes solve the problem with the test example, but they make all modal dialogs in Fresh to become non-modal - i.e. when you open some dialog, all forms are still enabled. Regards. |
|||
05 Aug 2004, 00:42 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.