LDraw.org Discussion Forums
Retiring Sticker Generator form AIOI - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: LDraw File Processing and Conversion (https://forums.ldraw.org/forum-22.html)
+--- Thread: Retiring Sticker Generator form AIOI (/thread-16866.html)



Retiring Sticker Generator form AIOI - Willy Tschager - 2015-07-14

Hi,

I had to do a little job with Sticker Generator (after a long, long time I last used it) and found it really buggy so I'm gonna delete it form the AIOI.

w.


Re: Retiring Sticker Generator form AIOI - Scott Wardlaw - 2015-08-05

Making a new Sticker Program would be an easy project for some new person to do!

Sorry to see it go otherwise, but it was developed in Visual Basic (a really old language). I'm not surprised that newer versions of Windows don't do it justice.

Scott


Re: Retiring Sticker Generator form AIOI - Gerald Lasser - 2015-08-05

There is already a new software around, the Ldraw Pattern Creator.
I like it a lot and did all my stickers that I have on the PT with it.


Re: Retiring Sticker Generator form AIOI - Magnus Forsberg - 2015-08-05

Yes, LPC is the best choise of the new tools, but it is missing the ability to translate a text file, in a specific font, directly to a dat-file.
The Sticker Generator became impossible to use when microsoft made the fonts unaccessable. It's no longer possible to define a search path to the font library.


Re: Retiring Sticker Generator form AIOI - Roland Melkert - 2015-08-05

Is this a win10 thing ? Because as far I know the fonts folder is still readable on win7 & 8 it just uses some weird desktop.ini to do some redirects etc.

I use it with LDCad to search (recursively) for font files to render with freetype.


Re: Retiring Sticker Generator form AIOI - Magnus Forsberg - 2015-08-05

No, this error showed up already on Win7

---------------------------
Sticker_Generator
---------------------------
Run-time error '339':

Component 'COMDLG32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
---------------------------
OK
---------------------------


Re: Retiring Sticker Generator form AIOI - Gerald Lasser - 2015-08-05

Magnus Forsberg Wrote:The Sticker Generator became impossible to use when microsoft made the fonts unaccessable. It's no longer possible to define a search path to the font library.

The same applies for the Txt2Dat. I copy now the fonts I want to use in a sepearte directory and select them from there, this should solve your issue here as well. Tedious, yes...


Re: Retiring Sticker Generator form AIOI - Magnus Forsberg - 2015-08-06

Maybe my memory plays tricks on me, but yes, Txt2Dat works fine on my machine (win7 64).
I've now got a working Sticker Generator following these help infos, but as Willy said, it is buggy.

Help 1
Help 2