1 |
+ show-stopper: |
2 |
|
3 |
Run-time error '-2147467259 (80004005)' |
4 |
Python 2.2 & Win32 versions 2.2 and 148 don't work |
5 |
|
6 |
+ integrated patches to bugs described by Martin Wolf on |
7 |
http://sourceforge.net/tracker/index.php?func=detail&aid=544081&group_id=4357&atid=104357 |
8 |
|
9 |
+ Sendfax.frm: 'faxsession.docmd ("USER " & faxuser) ' Hylafax needs this, before sending a fax. Looks like a bug |
10 |
-> hylafax does not like this? |
11 |
+ Sendfax.frm: 'Call faxsession.job_param_set("SCHEDPRI", "127") |
12 |
-> hylafax does not like this? (use later, now we want to send *now* only) |
13 |
|
14 |
|
15 |
- bugs: |
16 |
- w2hfax terminates when clicking on a job which is not there, e.g. |
17 |
- when you see a job in the "Outbox" it may already be in "Sent Items" |
18 |
- it simply might already been deleted by another user |
19 |
|
20 |
|
21 |
- todo: |
22 |
+ component-registration on first startup: modified mainmod.bas, added shellutils.bas and comutils.bas |
23 |
- w2hfax-settings: viewer utility - "browse ..." |
24 |
- w2hfax-settings: viewer utility: autodetection (scan/check locations) |
25 |
- w2hfax-addressbook <-> ldap |
26 |
- utilize "rundll32.exe %system%\shimgvw.dll,ImageView_Fullscreen" as tif-viewer on Windows XP |
27 |
- choose viewer (tif or ps) by file extension of image not "by queue" since "Sent Queue" can also contain tiff-images! |
28 |
- remember last gui "appearance" (position, size) |
29 |
- add os detection (use kodak-, wangimg and shimgvw.dll accordingly) |
30 |
|