12-12-2013, 01:00 PM
That's fairly possible and shouldn't be hard to do,
just write a man in the middle module that would add the necessary GUI field.
make a variable SMProfileName inside your module.
if SMProfileName ~= to actual profile name in SM then
SMProfileName = actual profile name
gui variable = profile name
end
in GUI update set both actual profile name(SM) and SMProfileName to the new value..
job done ;)
just write a man in the middle module that would add the necessary GUI field.
make a variable SMProfileName inside your module.
if SMProfileName ~= to actual profile name in SM then
SMProfileName = actual profile name
gui variable = profile name
end
in GUI update set both actual profile name(SM) and SMProfileName to the new value..
job done ;)