Messages - owenduffy [ switch to compact view ]

Pages: [1] 2 3 4 5 6next
1
Tested here and still works fine creating unique filenames as needed; have you possibly disabled the option that tells SC to uniqueify filenames when there is a conflict?
I have not knowingly disabled it, and I did not see that flag when I looked in preferences.

I have switched back to 4.13 and it is working fine.

So, I reinstalled 4.15.0 to check the flag... but it is now working fine.

I was definately crook, now good... I don't know why but I will keep a close eye on it J.

Thanks for the quick response.

Owen


2
Hi J,

I am using File/CreateNewImageFromClipboardImage.

It seems that where it used generate a sequential file name for each new use of this menu function, it now always uses the same file name (silently clobbering what was there).

Is this borked?

Thanks
Owen

3
DcUpdater / Re: .dcupdateredirect Win7
« on: March 12, 2012, 09:27 PM »
I found it, c:\program data. The files don't show up in a search!

I should add some code to setup the redirect file in Inno, it is below.

Cheers
Owen


[Files]
Source: "{#MyAppName}.exe"; DestDir: "{app}"; Flags: ignoreversion; AfterInstall: MakeDcFile('{#MyAppName}','{app}')
...

[Code]
procedure MakeDcFile(appname: string; instdir: string);
var
  dcf: String;
begin
  dcf := ExpandConstant('{commonappdata}\DonationCoder\DcUpdater\RedirectFiles');
  ForceDirectories(dcf);
  dcf := ExpandConstant('{commonappdata}\DonationCoder\DcUpdater\RedirectFiles\'+appname+'.dcupdateredirect');
  SaveStringToFile(dcf,ExpandConstant(instdir),false);
end;
 
[/code]

4
DcUpdater / .dcupdateredirect Win7
« on: March 12, 2012, 07:49 PM »
Are .dcupdateredirect files used still, on Win7?

Where are they located?

Thanks... Owen

5
DcUpdater / Re: Dcupdater problems - v1.23.01?
« on: October 10, 2010, 07:55 PM »
great, thanks


Did you see my further update? When I right click the entry, the drop down list shows the date in mm/dd/yyyy format. That is obviously not urgent, but a sign of inconsistent localisation.

Owen

Pages: [1] 2 3 4 5 6next
Go to full version