Aprint bugs/ideas/features

Make comments, ask questions, or just complain about the software on this site. Or comment on any educational software.
Please note that by clicking on links that may appear in these posts that you may be leaving the Dale Harris Educational Software website and that the content of those sites is the sole resposibility of the authors of those sites.

Moderators:daleadmin, Dale Harris, Alan, Andrew

User avatar
Jonathan Simpson
Site Administrator
Posts:71
Joined:Sun Dec 28, 2003 9:52 am
Contact:
Aprint bugs/ideas/features

Post by Jonathan Simpson » Mon Nov 07, 2005 10:08 am

Ok guys and gals.. is there anything fancy you'd like to see added to aprint? A new version is in the works and today I'm playing around with stuff that might make your lives easier, so let me know.

Here's what your gonna see, hopefully this week.
In the next couple days, a release of aprint will be available for general testing. It is entirely command line based and opens up a console window (the sort of console POS runs in) but the idea is, something very stable and reliable that can get out there quickly. This version supports user font selection and font size selection, so it should fix the "stupid aprint forgets to use courier" bug that occurs when windows thinks it should reset your printer back to whatever the default windows font is. This version forcibly checks the current font before each print job and resets it, so for your POS output it should ALWAYS go to what it should be :)

Shortly after, an updated version with a nice and friendly (perhaps POS styled) setup interface will be made available. Expect this sometime later this month. My priority is to get something out that will fix the bugs, THEN get the nice fancy interface to it out there.

Updates will be posted here. Let me know what you guys want your printers to do (sorry, I can't make them cook breakfast, consult your printer manufacturer for this feature.)

Jonathan Simpson
Jonathan Simpson
Check out the Dale Harris chat room @ http://www.home-nets.biz/chat

User avatar
Jonathan Simpson
Site Administrator
Posts:71
Joined:Sun Dec 28, 2003 9:52 am
Contact:

Post by Jonathan Simpson » Wed Nov 09, 2005 7:23 am

Update: ok, got a basic version up and running. This is 100% new code, none of the old aprint stuff is in there. The benefits of this are increased flexibility for me (as theres alot of things I can do now I couldn't then) and no DLL dependancy (it will "just work" without a DLL installed, on windows 95 and up).

I Need Beta Testers! PM me if your interested, and we'll get things rolling. I plan to work on it daily for the rest of the week and really, the only thing left is making the setup program look nicer and adding some advanced code for things like a tray icon. It's coming along...

Still need suggestions though, so lets hear em! This is the best time because well... easier to add stuff if I plan for it instead of hacking it in.
Jonathan Simpson
Check out the Dale Harris chat room @ http://www.home-nets.biz/chat

User avatar
peewee3ie
Forum Regular
Posts:225
Joined:Tue Jan 27, 2004 7:46 am
Location:Ireland
Contact:

Post by peewee3ie » Wed Nov 09, 2005 7:05 pm

Would it be posable to add the pole display to it and something that could tell you that the cash drawer is open
Tony McGuire
Ireland Support

User avatar
Jonathan Simpson
Site Administrator
Posts:71
Joined:Sun Dec 28, 2003 9:52 am
Contact:

Post by Jonathan Simpson » Wed Nov 09, 2005 9:06 pm

no idea at all how to sense the cash drawer... there usually is a signal for it but I dont think I can get it through the print driver interface... (Alan?)

As for the pole thing... well I was thinking the same thing. Once I get the main aprint stuff working nicely I may add the pole program into it.
Jonathan Simpson
Check out the Dale Harris chat room @ http://www.home-nets.biz/chat

User avatar
peewee3ie
Forum Regular
Posts:225
Joined:Tue Jan 27, 2004 7:46 am
Location:Ireland
Contact:

Post by peewee3ie » Thu Nov 10, 2005 6:34 am

jonathan

i will work on the sense tht the cash drawer gives back to the computer through the printer
Tony McGuire
Ireland Support

User avatar
Jonathan Simpson
Site Administrator
Posts:71
Joined:Sun Dec 28, 2003 9:52 am
Contact:

Post by Jonathan Simpson » Thu Nov 10, 2005 9:38 am

peewee, it's a bit more complicated than that. It might provide a piece of feedback via the lpt port, BUT unless the printer driver exposes this information, I can't read it without "breaking" the operational concept of aprint. I'll look at it, though.
Jonathan Simpson
Check out the Dale Harris chat room @ http://www.home-nets.biz/chat

matt1990

Aprint realese date

Post by matt1990 » Thu Nov 10, 2005 10:38 am

:D When will aprint be up for Download? :?: :D

Guest

Post by Guest » Fri Nov 11, 2005 1:44 am

You have to pm him.

peachey13
Forum Regular
Posts:89
Joined:Fri Jan 02, 2004 6:32 pm
Location:Queensland (Australia)

Post by peachey13 » Fri Nov 11, 2005 2:41 am

would it be possible for it print a small black and white image up the top of the recipt.

-peachey

User avatar
Jonathan Simpson
Site Administrator
Posts:71
Joined:Sun Dec 28, 2003 9:52 am
Contact:

Post by Jonathan Simpson » Mon Nov 14, 2005 7:13 am

Ok, here we go.... I fixed the last major known bug in what I want to put up as beta this morning. I'll be uploading it later today and passing a link to a handful of people who have PMd me.

if none of their computers burst into flames, go nuclear, or cause a catostrophic, irreversible tear in the fabric of the universe, I'll post a general link. If option 2 or 3 happens, I will be sure to notify the newspaper. :p

Jonathan Simpson
Jonathan Simpson
Check out the Dale Harris chat room @ http://www.home-nets.biz/chat

User avatar
Jonathan Simpson
Site Administrator
Posts:71
Joined:Sun Dec 28, 2003 9:52 am
Contact:

Post by Jonathan Simpson » Mon Nov 14, 2005 7:17 am

peachey, the library I'm working with has some support for bitmaps, and I've added support for it myself, what I am unsure about is spacing? On a page, it's gonna be difficult to get things to line up right with a logo at the top.

On a continous roll, this is not such an issue. Issue number 2... how is POS gonna tell aprint to print a logo, and what logo will be used? Maybe if there was something "special" on the first line of the reciept header. For that to work, I'd have to add control codes to the aprint parser... not a simple thing but not terribly difficult either. The best way I can think of to make it always work, is for the user to set to continous and let aprint handle pages. I'll test this when I have access to a printer again.

Anybody got ideas on this?
Jonathan Simpson
Check out the Dale Harris chat room @ http://www.home-nets.biz/chat

User avatar
bdude
Forum Regular
Posts:117
Joined:Mon Jul 19, 2004 12:00 am
Contact:

Post by bdude » Tue Nov 15, 2005 1:57 am

one problem, when listing fonts on a windows printer it lists everything on the system which in mycase is >1000

User avatar
Jonathan Simpson
Site Administrator
Posts:71
Joined:Sun Dec 28, 2003 9:52 am
Contact:

Post by Jonathan Simpson » Tue Nov 15, 2005 5:52 am

bdude, it should only list "fixed width" fonts and skip the rest. On average, there are no more than 20 fixed width fonts.

I'm not sure exactly how I can handle huge numbers of fonts since it's not exactly a bug, but I planned on adding a scrollable menu to a later version.
Jonathan Simpson
Check out the Dale Harris chat room @ http://www.home-nets.biz/chat

User avatar
Andrew
Site Administrator
Posts:822
Joined:Sun Dec 28, 2003 3:40 pm
Location:New Zealand

Post by Andrew » Tue Nov 15, 2005 1:58 pm

Jonathan Simpson wrote:I planned on adding a scrollable menu to a later version.
You can scroll your command window in XP ;)
Image
DHPOS Veteran (from v3.46, July 2002)

User avatar
bdude
Forum Regular
Posts:117
Joined:Mon Jul 19, 2004 12:00 am
Contact:

Post by bdude » Wed Nov 16, 2005 2:52 am

no, it's listing all my postscript fonts

Post Reply

Who is online

Users browsing this forum: No registered users and 203 guests