AssignName
All  1-12  13-17

Previous
Next
 From:  Rudl
9717.13 
Thank you very much Michael and Pilou.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
9717.14 In reply to 9717.12 
Hi Pilou,

re:
> All works fine in French in V4 Beta when Names are assigned or existant
> but when Names are not assigned or not existing i have that when I press OK !

If there are no names present then there is nothing for the command to do and no reason to run it.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
9717.15 In reply to 9717.14 
So this error message is an advice and must be not taken in count. OK / Cancel is sufficient?...
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
9717.16 In reply to 9717.15 
Hi Pilou, that script error can be fixed by updating the EndDialog function in AssignNameDialog.htm to this:

code:
			function EndDialog()
			{
				val = false;

				if ( window['namelist'] )
					val = namelist.value;
				
				if ( !val )
					moiWindow.endDialog(-1);
				else
					moiWindow.endDialog(val);
			}


- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Frenchy Pilou (PILOU)
9717.17 In reply to 9717.16 
Excellent! Now that works fine!

So the French versions updated! ;)

http://moiscript.weebly.com/assignname.html

http://moiscript.weebly.com/assignpresetname.html

EDITED: 10 Mar 2020 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-12  13-17