Messaggio di errore

Access denied. You may need to login below or register to access this page.

Access Denied / User log in

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!

Login rapido

Usa il tuo social account esistente ed accedi senza bisogno di registrazione: nessuna conferma, nessuna nuova password da ricordare, veloce, facile e sicuro.

...oppure usa un account CoolSoft

Inserisci il tuo nome utente CoolSoft.
Inserisci la password associata al tuo nome utente.
Add reply | CoolSoft

Add reply

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!
(If you're a human, don't change the following field)
Your first name.
(If you're a human, don't change the following field)
Your first name.

Warning!

You're posting your message as anonymous user.

By registering you'll be allowed to receive notifications of post replies and new threads.
Registration is really quick and only requires you to choose an username and provide a valid email address.

Click here to to register.

A confirmation mail will be sent to this address.
Your email address won't be published.

Altre informazioni sui formati del testo

Filtered HTML

  • Elementi HTML permessi: <a> <blockquote> <br> <cite> <code> <dd> <del> <dl> <dt> <em> <img> <li> <ol> <p> <pre> <s> <span> <strike> <strong> <ul>
    Allowed Style properties: background-color, color, font-size, font-style, height, text-align, text-decoration, text-transform, width
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <pre>, <c>, <cpp>, <csharp>, <drupal5>, <drupal6>, <javascript>, <php>. The supported tag styles are: <foo>, [foo].
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.

Plain text

  • Nessun tag HTML consentito.
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.
CAPTCHA
Questa domanda serve a prevenire lo spam e gli accessi non autorizzati.
Annulla
Posts: 1972
Joined: 25 Mar 2012 - 01:19
Re: Relative file paths for bitmaps
mikesmifff wrote:
PS not important but the bitmaps remain locked until the app is closed - many apps do this, especially micro$oft!

Yes, sadly all the .NET applications have this "bug".

A workaround could be to load image file content in memory, then use that memory stream as a source for the bitmap control... but this could be a great waste of RAM in case of pages with lot of images...

I've just released the official 1.6.0 version, thanks again for your report 😉.

Posts: 3
Joined: 6 Giu 2022 - 17:01
Re: Relative file paths for bitmaps

works like a dream - good job!

thanks and all the best, mike

PS not important but the bitmaps remain locked until the app is closed - many apps do this, especially micro$oft!

Posts: 3
Joined: 6 Giu 2022 - 17:01
Re: Relative file paths for bitmaps

hi - thanks for this - just seen it ;)

will give it a try and get back to you...

all the best, mike

Posts: 1972
Joined: 25 Mar 2012 - 01:19
Re: Relative file paths for bitmaps

Could you please test the attached test version and confirm that it works as expected?

If so, I'll release a final version; otherwise I'm all ears for suggestions...

UPDATE: version 1.6.0 released, attachment removed!

Posts: 1972
Joined: 25 Mar 2012 - 01:19
Re: Relative file paths for bitmaps

You're right, I've completely missed it.

Absolute paths are always problematic, no exceptions 😉.

Will add a selection dialog to allow both relative and absolute paths...

Posts: 3
Joined: 6 Giu 2022 - 17:01
Relative file paths for bitmaps

hi there - nice job!

Bitmap files seem to require an absolute path which is problematic when using build machines with different configurations.
Would it be possible to implement relative paths, i.e. filename or .\filename instead of drive:\dir1\dir2\dir3\filename ?

Thanks! mike