flat assembler
Message board for the users of flat assembler.

Index > IDE Development > Garbage when scrolling

Goto page Previous  1, 2
Author
Thread Post new topic Reply to topic
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 25 Apr 2012, 13:07
I know that. But not all fixed pitch fonts are True Type fonts.
Post 25 Apr 2012, 13:07
View user's profile Send private message Visit poster's website Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 25 Apr 2012, 13:45
I uploaded the updated IDE. It uses the tmMaxCharWidth to determine the maximum overhang, and expands the invalidation region by that amount. Please try it.
Post 25 Apr 2012, 13:45
View user's profile Send private message Visit poster's website Reply with quote
dancho



Joined: 06 Mar 2011
Posts: 74
dancho 25 Apr 2012, 17:41
Working fine here ...
Post 25 Apr 2012, 17:41
View user's profile Send private message Reply with quote
mindcooler



Joined: 01 Dec 2009
Posts: 423
Location: Västerås, Sweden
mindcooler 25 Apr 2012, 21:49
I'm getting it with Courier New, regular style.
Post 25 Apr 2012, 21:49
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 26 Apr 2012, 08:07
What environment?
Post 26 Apr 2012, 08:07
View user's profile Send private message Visit poster's website Reply with quote
mindcooler



Joined: 01 Dec 2009
Posts: 423
Location: Västerås, Sweden
mindcooler 26 Apr 2012, 08:10
W7 x64, cleartype, hd5770
Post 26 Apr 2012, 08:10
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 26 Apr 2012, 08:35
I see no artifacts here with the new version, I have Win7 X64 with intel hd 3000, set Courier New regular with size 20. Maybe it's something specific to ClearType settings? What when you turn ClearType off?
Post 26 Apr 2012, 08:35
View user's profile Send private message Visit poster's website Reply with quote
LostCoder



Joined: 07 Mar 2012
Posts: 22
LostCoder 26 Apr 2012, 11:51
I'm see even more artifacts... Confused
Looks like it's now works only with comments.
Font: Courier New, 14pt, bold.

Image
Post 26 Apr 2012, 11:51
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 26 Apr 2012, 12:08
Oh, in my previous fix I was not restoring one of the variables, so the rightmost regions to refresh got offset a bit. Please download the correction.

Your report misled me initially, because when you wrote "even more artifacts" I was under the impression that you still see the kind reported earlier. But these were quite different this time and occurring in a different place.
Post 26 Apr 2012, 12:08
View user's profile Send private message Visit poster's website Reply with quote
LostCoder



Joined: 07 Mar 2012
Posts: 22
LostCoder 26 Apr 2012, 12:26
Everything fine now. Smile
Post 26 Apr 2012, 12:26
View user's profile Send private message Reply with quote
mindcooler



Joined: 01 Dec 2009
Posts: 423
Location: Västerås, Sweden
mindcooler 26 Apr 2012, 13:38
Yep, seems to be gone now.
Post 26 Apr 2012, 13:38
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number Reply with quote
madmatt



Joined: 07 Oct 2003
Posts: 1045
Location: Michigan, USA
madmatt 03 May 2012, 13:24
I seem to be getting more IDE garbage than before your fix. Could you tell me what you 'fixed' so I can change it back? System: WinXP-Pro sp3, fasmw 1.70.01
Example:


Description: IDE text garbage
Filesize: 123.59 KB
Viewed: 14836 Time(s)

fasm_ide.JPG



_________________
Gimme a sledge hammer! I'LL FIX IT!
Post 03 May 2012, 13:24
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 03 May 2012, 13:39
Sorry, I made a mistake and released the 1.70.01 core with the previous version of IDE code, with that stupid bug mentioned above. I'm uploading the updated version, both core and interface should be up to date now.
Post 03 May 2012, 13:39
View user's profile Send private message Visit poster's website Reply with quote
madmatt



Joined: 07 Oct 2003
Posts: 1045
Location: Michigan, USA
madmatt 03 May 2012, 14:26
Seems to be REALLY fixed now! Thanks!
Post 03 May 2012, 14:26
View user's profile Send private message Reply with quote
Inagawa



Joined: 24 Mar 2012
Posts: 153
Inagawa 03 May 2012, 15:24
I too have an issue. As far as I know it hasn't been addressed yet

Image

No special steps needed to reproduce this, it glitches every time you scroll through the text in the error window.
Post 03 May 2012, 15:24
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 03 May 2012, 18:16
This is a regular Windows' EDIT control, not an ASMEDIT, so it is an unrelated issue. Perhaps something can be corrected in dialog styles?
Post 03 May 2012, 18:16
View user's profile Send private message Visit poster's website Reply with quote
keantoken



Joined: 19 Mar 2008
Posts: 69
keantoken 17 Jun 2012, 05:54
I get this error or something like it in WINE. Image attached. This is with version 1.70.02. I have been trying to figure out FRESHIDE but the interface doesn't make any sense to me at all, and I managed to compile the latest version for Linux from the repo but can't find the executable. I'm new to assembly and programming in general.


Description:
Filesize: 102.94 KB
Viewed: 14789 Time(s)

Bug_FASMW_Scrolltrash.png


Post 17 Jun 2012, 05:54
View user's profile Send private message Reply with quote
mindcooler



Joined: 01 Dec 2009
Posts: 423
Location: Västerås, Sweden
mindcooler 18 Jun 2012, 23:38
Don't think you can blame fasmw for that, wine has terrible redraw issues.
Post 18 Jun 2012, 23:38
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.