Jump to content
Muxe Inc Forums

AngelsHolocaust

Members
  • Content count

    651
  • Joined

  • Last visited

Everything posted by AngelsHolocaust

  1. System Error: Disk is not ready in drive E: (2->2)

    Hi! Sorry for the delay, but I was busy on the weekend and am a little sick now, so work is a bit slower than usual... I have another version for you to test: (it's the old link!) http://ndn.muxe.com/templates/uploads/files/ndn_d32_lfn.rar This time there should be no problems anymore. Note that it doesn't seem possible to get LFN from the CD-Drive, at least not on my system. The names will appear as SFN. uharc: ok, maybe in the next release fat12: written to my LONG todo list, no promise if this will happen soon hopefully now all bugs are gone! Stefan / AH
  2. Alternate ALT keys

    Hi again! Sorry for the long delay: http://ndn.muxe.com/templates/uploads/files/ndn_w32_kbd.rar This should now support all extra characters in all keyboard layouts. I will check the ESC/W9x bug later myself, because i think i can reproduce it myself. Stefan / AH
  3. Alternate ALT keys

    Hi Adam! KbdXLAT=QQWWEERRTTYYUUIIOOPP[[]]AASSDDFFGGHHJJKKLL;;''ZZXXCCVVBBNNMM,,..// You know what? I have never looked at it ever... It is used in a Hotkey() lookup function, where it works as the XLAT code in the internal VIEWER. But it only is used in the dialog code (labels, buttons, boxes). Still, this should be in the help and the country setup. About your O problem: i have an idea what could be wrong. here is (yet) another test version for you, it's W32 and it will print the keycode, scancode and charcode of each pressed key. can you give me the values of the o,alt-o,alt-shift-o key combinations? maybe it helps me identifying th problem (there should be a charcode returned when you press alt-shift-o...) http://ndn.muxe.com/templates/uploads/file..._w32_hotkey.rar thanks again Stefan / AH
  4. System Error: Disk is not ready in drive E: (2->2)

    Hi! Ok, here is the new D32 version with updated LFN code. It works very well now (some other errors are gone too...). This should have been done a long time ago. Please test this version as good as possible. To anyone interested in D32 development: it is very helpful to provide me with a FD boot image, which can reproduce the error, so if you have a DOS that is not 100% compatible to NDN please provide me with this... http://ndn.muxe.com/templates/uploads/files/ndn_d32_lfn.rar thanks Admin, Stefan / AH
  5. System Error: Disk is not ready in drive E: (2->2)

    Hi! I have found the error yesterday and I think it may be a DOSLFN problem: accessing the CD-Drive with LFN API fails, SFN works. I will rewrite the NDN-LFN code to fall back to the SFN code if LFN failed... Maybe i can post a test version later today or tomorrow. Stefan / AH
  6. System Error: Disk is not ready in drive E: (2->2)

    Hi Admin/deus! @deus: hm, maybe it happened because I replied from work. (which I usually never do....) Booting from CD: EDR-DOS: starting from boot screen immediately reboots my laptop LZ-DOS: CD access works without problems Booting from extracted FD image via GRUB4DOS: EDR-DOS: works, but the unpacking process with UHARC takes AGES about 20 minutes for the complete package i could not yet test the CD access since it hangs often depending on the executed commands the loading time prevents me from debugging quickly... LZ-DOS: hangs up after choosing a boot option I will do some more tests later, probably trying to copy the EDR-DOS/LZ-DOS stuff to HD... Stefan / AH
  7. Alternate ALT keys

    Hello Adam! Are you talking about the W32 version? or D32? The difference in left/right Alt is not handled by NDN, but the system keyboard driver. The german keyboard also has special AltGr/right Alt chars, which work for me. If you are using DOS: Is it possible for you to make a floppy boot disk which contains programs to start a simple DOS and the polish keyboard setup? if Windows: what codepage is polish? how can i try the polish keyboard setup in windows? Stefan / AH
  8. System Error: Disk is not ready in drive E: (2->2)

    Hi! Can you please provide me with a FDD-image? I can boot it from GRUB without the need to burn a CD... Stefan / AH
  9. Uppercase / Lowercase in editor

    Hi! I am glad it now works. Thanks for your help, Stefan / AH
  10. System Error: Disk is not ready in drive E: (2->2)

    Hi! Unfortunately I cannot download the file, it doesn't seem to exist... custom hotkey configuration is planned. Your english is fine, most of the users that are active in here are from eastern europe/russia. Stefan / AH
  11. Ctrl-Shift-Left/Right is still free this would be nice since CTRL-LEFT/RIGHT works on the driveline right below the LFN display Stefan / AH
  12. Uppercase / Lowercase in editor

    Hi... ...i uploaded a new version, please test again :) Stefan / AH
  13. Hi! this is already in the todo list (whatsnew.txt). and this is a very dangerous operation. Stefan / AH
  14. Hi! This is somethign i want to do. Maybe soon this year. Stefan / AH
  15. Hi! The idea of using diff is not bad, but will not improve or speed up the developing process: - i have to do a diff with the original file(s) everytime before i pack the files; packing and uploading the current build is as fast and a bit easier for me - users will have to download the original files and the diffs and then patch it, not very nice for users which want to test or try a new version quickly - all release i made the past 2 years were so called betas, i don't need another level of abstraction because it would not speed up my development process, one upload/month is sufficient IMO thanks for your ideas Stefan / AH
  16. Hi! Be a bit more specific: what to scroll where? Alt-Left/Rgiht is already used by the directory history walk Stefan / AH
  17. Uppercase / Lowercase in editor

    Oh, sorry.... I have reuploaded the file! Stefan / AH
  18. System Error: Disk is not ready in drive E: (2->2)

    Hi! Can you create and provide me with an image of this fd so i can try to boot it with grub on my system? (I don't have a floppy drive...) Thanks, Stefan / AH
  19. Uppercase / Lowercase in editor

    Hi again! I think i have fixed the problem: chars will not convert again after two TOUPPER or TOLOWER operations. At least this worked for the example files you provided to me: lower: bÆåd ìma gæ× sÆoñce który ªrebak duºy upper: B£ÅD òMA GÉÿ S£OÑCE KTúRY áREBAK DUíY So, please test the version here: http://ndn.muxe.com/archives/ndn_upcase.rar @EVERYONE who can test this: please do so, I don't want to break any working code. @Adam: please tell me if it worked ASAP so i can finish the fix if there are (new) problems, please give me another detailed bug report Stefan / AH
  20. Uppercase / Lowercase in editor

    Hello Adam! I still have your example files on my HD. Unfortunately i was not able to find the problem the last time i looked( I admit it has been a long time since i tried...) Problem is that i never worked with this table/feature, so it is very new to me. I will look at it again now and post my results here in 2-3 hours. Stefan / AH
  21. Delete line in Replace

    Hi! This is not possible at the moment. I am open for any ideas on how to do this: - a special keyword - or maybe better a new option 'delete matching lines' Stefan / AH
  22. Deletion of directory with long name

    Hey! was 12345678901234567890 the name you created? and 123456789012 is used as displayed? i uploaded a debug release: http://ndn.muxe.com/archives/ndn_w32_dbg.rar 3 message boxes will popup, please tell me their content (i suspect the 3rd one to be SFN) thank you Stefan / AH
  23. NDN Linux: GPM, X11

    Hi everyone. I would like to ask some of you to test a few improvments to the NDN LNX port: a) GPM in the console: NDN will now interface GPM if it is installed; it should also support the mouse wheel, but i was not able to get it to work in my VTs, hopefully someone of you can test this B) X11/terminal mouse: the mouse should now be fully working depending on your terminal emulator (mouse wheel as well as drag/drop operations) c) X11 keyboard: finally, with the help of GPFault, I was able to access the X11 library and can now use X11 events. The version below has most hotkeys working in X11. I am working with Ubuntu 6.06 / dapper drake, so I would like to hear about some other distros as well... here's the newest version: (only resources and exe) http://ndn.muxe.com/archives/ndn_lnx.rar thank you for any reports Stefan / AH
  24. ?Bug? report

    Hello! This is no bug. it is the same behaviour as in thread http://forums.muxe.com/index.php?showtopic=1235. If you force LFN API (/NOWIN) NDN will not check if it's correct or not. In DOS it cannot find the resource files if you force this. Thank you for your comments. Stefan / AH
  25. Shortcut Ctrl+[] bug

    Hi! It's no bug but wanted behaviour. bye Stefan / AH
×