MSFN Forum: SmoothText 1.1.8 - MSFN Forum

Jump to content



  • 26 Pages +
  • « First
  • 19
  • 20
  • 21
  • 22
  • 23
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

SmoothText 1.1.8 Subpixel antialiaser for Windows 2000 Rate Topic: -----

#401 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 25 October 2009 - 02:47 PM

I've started using the Delphi Localizer (Delphi Localizer) to localize the project. In the future, people will be able to submit localizations and I'll be able to put them in. I'm having trouble with the Japanese text as I don't have the font that you have, but the localizer was still able to import the text into the localization project.

This post has been edited by WildBill: 25 October 2009 - 02:48 PM



#402 User is offline   blackwingcat 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 320
  • Joined: 31-May 08
  • OS:2000
  • Country: Country Flag

Posted 28 October 2009 - 02:47 AM

Hi, WildBill

You can download Japanese and Chinese and Korea font from Microsoft Download.
I described in blog.
Please look at link in the page. VistaFont_JPN.exe etc.

You can extract these exe files with /x Option, and install these fonts. :thumbup
Perhaps you have to set font link setting.

View PostWildBill, on Oct 26 2009, 05:47 AM, said:

I've started using the Delphi Localizer (Delphi Localizer) to localize the project. In the future, people will be able to submit localizations and I'll be able to put them in. I'm having trouble with the Japanese text as I don't have the font that you have, but the localizer was still able to import the text into the localization project.


#403 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 02 November 2009 - 07:08 PM

Hmm. I managed to get it from Microsoft, but when I try to run it, it says it's not a valid Win32 application.

#404 User is offline   blackwingcat 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 320
  • Joined: 31-May 08
  • OS:2000
  • Country: Country Flag

Posted 17 November 2009 - 05:37 PM

View PostWildBill, on Nov 3 2009, 10:08 AM, said:

Hmm. I managed to get it from Microsoft, but when I try to run it, it says it's not a valid Win32 application.



Did you define following definition?
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500

KDW's fcwin can make it fix 'it's not a valid Win32 application'
* Select OS Version Win2000
* Check Executable and Checksum
* Press Rewrite.

#405 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 30 November 2009 - 11:00 PM

I'll have to try it again later on. Unfortunately my desktop PC's monitor died and I'm waiting for a new one. In the meantime I'm working on SmoothText 1.0.2 on my laptop. So far I've fixed a ton of bugs and added support for skinning combo boxes. I won't be able to localize this one, though, because all of the localization stuff is on my desktop.

#406 User is offline   Colonel O'Neill 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 22-July 08
  • OS:none specified
  • Country: Country Flag

Posted 30 November 2009 - 11:10 PM

Oh hey WildBill!

Haven't been around for a while; but have kept my beloved Windows 2000 in a virtual machine on a Win7 install... If only W2K could better handle dual-cores and wireless :}

I'm not sure if you're also seeing a mild memory leak with TrueTransparency 1.3... Actually, it will chew up memory indefinitely until I close SmoothText and reopen it, thus regaining leaked RAM.

Here's a screenshot of it; looking awesome as ever:
Posted Image
EDIT: Oh yeah, the task manager shows the effect of restarting SmoothText

Unfortunately, school work is picking up (at an exponential rate) and university apps are due soon, so I won't be around too often.

This post has been edited by Colonel O'Neill: 30 November 2009 - 11:12 PM


#407 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 01 December 2009 - 12:20 AM

Yup, there's definitely a memory leak in 1.0.1. I ran across it earlier tonight and I'm testing a fix. If it's the same bug that you're seeing, you should see the leak stop if you turn skinning off. I've also found a GDI leak in the code that paints rebar controls. It happens whether skinning is on or not, but if you tell SmoothText to not mess with rebar controls then that should stop, too.

This post has been edited by WildBill: 01 December 2009 - 12:22 AM


#408 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 18 December 2009 - 09:02 PM

A little update...I was out of town the last two weeks for work. I brought my laptop with me and made a lot of improvements to SmoothText, until...either the beautiful California weather or the icebox they call a lab over there gave me a nasty cold. I'm home now, but for the moment I'm concentrating on recuperating. Still, I managed to start scrollbar support and I've fixed a ton of bugs. I'm on break for the next two weeks, and I plan to release 1.0.2 while I'm off from work.

This post has been edited by WildBill: 18 December 2009 - 09:04 PM


#409 User is offline   Colonel O'Neill 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 22-July 08
  • OS:none specified
  • Country: Country Flag

Posted 21 December 2009 - 03:48 PM

Your health should be your first concern :)

Don't work too hard over winter holidays!

Btw, I'm seeing major leaking when using aMSN; as in the rate of memory loss is about 1MB every 5 seconds. :o
EDIT: It is momentarily alleviated by unchecking Enable text smoothing, apply, rechecking, apply. At this point taskmgr shows memory usage as stable for a while. Memory starts disappearing somewhere during use again.

Happy Holidays! :hello:

This post has been edited by Colonel O'Neill: 21 December 2009 - 04:37 PM


#410 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 27 December 2009 - 09:46 PM

Getting there...the list of changes in the changelog will be pretty long, when I get around to typing it up. This one definitely has some memory leak fixes.
This is Tripo's Uber skin...I've made a lot of tweaks and some additions to it, and it will come with SmoothText. Scrollbar support is far from complete and won't be when I release 1.0.2 this week, but it's a good start.

Edit: I had the wrong group box image file name so they weren't showing up. Fixed...

Attached File(s)


This post has been edited by WildBill: 27 December 2009 - 10:54 PM


#411 User is offline   Colonel O'Neill 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 22-July 08
  • OS:none specified
  • Country: Country Flag

Posted 27 December 2009 - 10:56 PM

Looking good! :thumbup It's funny how often I use certain controls (and even referenced some during coding) but can never attach a name to a control. XD

I've been flicking the advanced skinning checkboxes on and off to isolate the leak, but the issue seems intermittent and difficult to reliably reproduce.

#412 User is offline   Tripo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 105
  • Joined: 23-April 08

Posted 29 December 2009 - 01:21 AM

have you looked into the 32bit icons not showing in taskbar when skinengine is on.

#413 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 29 December 2009 - 07:05 PM

Do you have something I can download and try? I don't think I have any examples to test.

#414 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 31 December 2009 - 03:06 AM

Notice anything about the Start button? ;)

Posted Image

I need at least another day or two for some polishing, but it's almost ready for release.

#415 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 31 December 2009 - 07:29 PM

Happy New Year, everyone :hello:

I've updated the top post with a link to SmoothText 1.0.2. There are lots of goodies in it this one that should make Win2k a lot nicer.

Enjoy...

#416 User is offline   Colonel O'Neill 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 22-July 08
  • OS:none specified
  • Country: Country Flag

Posted 31 December 2009 - 10:17 PM

Happy New Year to you too!

Skinning the taskbar now works perfectly, although I am seeing the missing 32-bit icon issue that Tihiy is referring; the icon in the taskbar is blank. I use Daedalus, and I'm fairly certain Tihiy does as well.

And I am seeing a leak out of explorer; the virtual memory size just keeps going up, which means I have to either restart SmoothText or Explorer.exe

I am also getting a
This application has leaked memory. The small block leaks are (excluding expected leaks registered by pointer):

5 - 20 bytes: EAbstractError x 1, AnsiString x 2
21 - 36 bytes: AnsiString x 3
37 - 52 bytes: AnsiString x 1
133 - 148 bytes: AnsiString x 1
213 - 244 bytes: AnsiString x 1


It also left a blank error log in C:... Weird :blink:

Making an original skin is harder than it looks. sigh.

Best wishes to all for the new year! :D

#417 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 01 January 2010 - 12:23 PM

I'm not seeing the memory leak, but I'm working on the other issues. I think I might have fixed the issue with the blank logs, the AnsiString leaks, and I've fixed a bug in skinning the menu background. I've also updated Gridlok.ini to use the start button overlay and menu skinning. I'll keep working at it today, and will probably release a 1.0.3 version tonight.

This post has been edited by WildBill: 01 January 2010 - 12:25 PM


#418 User is offline   Colonel O'Neill 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 22-July 08
  • OS:none specified
  • Country: Country Flag

Posted 01 January 2010 - 01:47 PM

It seems like the issue is with Daedalus; disabling the blending service makes the leaking disappear. It also brings back task bar icons, albeit at 24-bit color.

Also there seems to be a minor conflict with TrueTransparency in regards to modal windows such as the Run box from Task Manager:
Posted Image

But other than that, it's running faster then ever, with no other conflicts that I've encountered. Great work! ^^

#419 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 01 January 2010 - 08:54 PM

I've posted version 1.0.3 of SmoothText. It has just a couple of bugfixes, but I recommend downloading it.

Enjoy...

#420 User is online   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 616
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 02 January 2010 - 10:52 PM

It's only been a day, but this is too awesome to hold on to. I've uploaded 1.0.4, which adds animation support :D

Share this topic:


  • 26 Pages +
  • « First
  • 19
  • 20
  • 21
  • 22
  • 23
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy