-----Original Message-----
From: Monaghan, Darius
Sent: Friday, 18 May 2007 3:50 PM
To: Glen Kleidon
Subject: pki
<<SNIP>>
Also, maybe a tiny bug in v1.1.1.92… when u double click on a profile
from "connection profiles" tab, the profile editor opens but all
fields are blank. If you open profile editor from tools menu and
select profile that way, fields are filled in…
[Glen Kleidon]
Thanks for this feedback. I couldn't reproduce the problem at first
in my test environment.
The problem was in fact that the profile names after version 1.1.1.90
typically have spaces in them. In the past we discouraged this
practice but the reason why disappeared into the mists of time!
When you double click on the profile name from the connection
profiles tab, Alltalk performs a ShellExecute of profileedit.exe
passing in the profile name as a parameter. The profile editor knows
that if Parameter 1 of the execute statement is not blank then that
is a profile name to open.
Of course with spaces in the name, parameter 1 is only part of the
profile name (parameters 2..n form the rest of the name) so the
profile editor can't find the profile.
So this problem actually exists in all versions of AllTalk client
where the profile name has spaces.
I have now fixed this problem and it will be available in the next
release (1.1.1.95).