VOGONS

Common searches


Search results

Display options

Re: D-Fend Reloaded (DOSBox frontend)

Alexander! About Gobliiins Lord_Rus is right. Although this is not mentioned in ScummVM readme, it supports language selection for goblins (english, german, french, spanish and italian). Please , add this list to gob engine. And you may (next release) add option to select any language (irrelevant to …

Re: D-Fend Reloaded (DOSBox frontend)

Hi, Alexander! 1. Export to zip module: function CopyFileWithMsg does not create directories. So icon can not be copied (and some other files maybe). 2. Screenshot/audio/video tabs popup menu - refresh and import items are enabled with no game selected. 3.When running game with empty capture folder …

Re: D-Fend Reloaded (DOSBox frontend)

Hi, Alexander! I'm attaching final russian translation, incorporating your last changes. And some notes - you may forfeit them till the next version. 1.Drag&Drop to data panel does not work. And should not. This tab has no supporting handler. I think that dragging file/folder directly to data tab …

Re: D-Fend Reloaded (DOSBox frontend)

oolie , change following lines in [quickstarter] section Columns.Type.Image=Plik obrazu Columns.Type.HDImage=Obraz dyskietki/dysku before RC1 they was both written as 'Image' and in your second version you lost the first one. And change 'Mounting.DriveType.' line to 'Mounting.DriveType.Zip' in [ …

Re: D-Fend Reloaded (DOSBox frontend)

Alexander! 1. In FirstRunWizard immediate update works - I forgot about silent mode. 2. DIEmWin - is a hidden window created by DirectInput8 (hence no effect on Vista with DX10) to receive input. When running DOSBox in DirectX mode its process has this window. 3. Effect of losing focus of main …

Re: D-Fend Reloaded (DOSBox frontend)

Hi, Alexander! At first, I've attached russian translation for 6b2 version. About window centering: on XP I have only 'DIEmWin' window. It is small and, after centering, it appears above DOSBox window. (I have no Vista at home, will check morrow at work). Anyway no alien windows should be bring to …

Re: D-Fend Reloaded (DOSBox frontend)

Hi, Alexander! So about long to short file name translation. The minimal change your code needs is proving line If length(Ext)>3 then Name:=Copy(Ext,1,3); But that is the least problem. 1.DOSBox generates ~n based on name only comparing (without extension) but keeps sort by short name (generated). …

Re: Hardrive image and file attributes

I have not Norton Commander at hand, but I tried NDN (Necromancer's DOS Navigator) and VC (Volcov Commander) and FreeDOS utilies. Editing file does not changes attributes. And more - it does not change filetime, so modification time is always reported as 0.0.1980! It seems that name cannot be …

Hardrive image and file attributes

I use DOSBox 0.72 win32 build. I know that for now DOSBox does not support attributes. I created simple test file by 'echo>text.txt' When a look at this file with some utility that can show attributes (DOS Navigator or FreeDOS 4dos interpreter) i see that this file has attributes: - file created on …

Re: D-Fend Reloaded (new frontend)

Hi, Alexander! Of course, I am faster. Because, I have your nice (and working) program and very readable source code. Ahem, that was an attempt to say 'THANK YOU FOR YOUR GREAT WORK!'. And again (don't shoot me) some more notions: - about window classes - I found one exception: Daum Cafe build …

Re: D-Fend Reloaded (new frontend)

Alexander, please, put dosbox.conf passed to dosbox as '-conf' parameter in quotes. And I recompiled mkdosfs to win32. Now it accepts ANSI filename in input file (through redirection). No need to convert to OEM. UPDATED: little buffer protection and source added. Sorry.

Re: D-Fend Reloaded (new frontend)

Hi, Alexander! About centering DOSBox window: Possible solution is: - after CreateProcess get ProcessId from PROCESS_INFORMATION - pass it to EnumWindow as second argument - in EnumWindowProc call GetWindowThreadProcessId - if obtained process identifier equals to second argument(lparam) then this …

Re: D-Fend Reloaded (new frontend)

Alexander! About restoring minimized windows. Well, bottom is irrelevant. You restore saved window position stored on every resize. Moving windows omitted. Store bounds on minimizing. And one more: options to covert all waves to mp3/ogg in screeshots pane do not work - you forgot to add separator …

Re: D-Fend Reloaded (new frontend)

Alexander! Function CenterDOSBoxWindow centers wrong windows - same case as when restoring. Maybe you may use GetWindowLong to retrieve application handle? (I can not check it now.) And filter 'DOSBox Status Window' - if you do not want to center it too.

Re: D-Fend Reloaded (new frontend)

Hi, Alexander! Some more warnings: 1. In Program Setup, Media Viewers 6 radiobutton captions ('use default' and 'use custom') go out of right border. 2. In FindScummVMIni (ScummVMUnit.pas) better use order AppData->Windows->ScummVMPath. 3. In Profile Editors, Serial frames - SetGame and GetGame use …

Re: D-Fend Reloaded (new frontend)

Hi, Alexander! Testing 6b1: 1. After minimizing main window and restoring it, DFR loses window position and moves to screen bottom. 2. Not hidden tooltips. As I understand ListView control use it's own hintwindow and does not acccept vcl calls. Only solution I see is to set showhints to false and …

Page 6 of 9