This forum is for eXpress++ general support.
			
		
		
			
				
								Tom 							 
									
		Posts:  1299 Joined:  Thu Jan 28, 2010 12:59 amLocation:  Berlin, Germany 
		
						
						
													
							
						#1 
						Post 
					 
								by Tom  Wed Apr 08, 2015 6:16 am 
			
			
			
			
			Hi, Roger.
What about a DCGET ... PASSWORD SHOWLASTCHARACTER clause? Instead of this when typing "ROGER":
"*****"
this:
"****R" 
should be shown if the last action was typing the "R". This is standard behaviour in most password SLEs now.
Not urgent. Just an idea. Only three or maybe ten lines in _DCXBPGT.PRG to be changed.  
Best regards,"Did I offend you?" 
						 
		 
				
		
		 
	 
	
		
		
			
				
																			
								bwolfsohn 							 
									
		Posts:  655 Joined:  Thu Jan 28, 2010 7:07 amLocation:  Newberry, Florida USA
				Contact: 
				
			 
				
		 
		
						
						
													
							
						#2 
						Post 
					 
								by bwolfsohn  Wed Apr 08, 2015 6:37 am 
			
			
			
			
			Tom wrote: Hi, Roger.
What about a DCGET ... PASSWORD SHOWLASTCHARACTER clause? Instead of this when typing "ROGER":
"*****"
this:
"****R" 
should be shown if the last action was typing the "R". This is standard behaviour in most password SLEs now.
Not urgent. Just an idea. Only three or maybe ten lines in _DCXBPGT.PRG to be changed.  
would be a nice addition...
 
		 
				
		
		 
	 
	
		
		
			
				
								rdonnay 							 
						Site Admin 			
		Posts:  4868 Joined:  Wed Jan 27, 2010 6:58 pmLocation:  Boise, Idaho USA
				Contact: 
				
			 
				
		 
		
						
						
													
							
						#3 
						Post 
					 
								by rdonnay  Wed Apr 08, 2015 9:55 am 
			
			
			
			
			That makes a lot of sense.
			
			
									
									 The eXpress train is coming - and it has more cars. 
						 
		 
				
		
		 
	 
	
		
		
			
				
								Tom 							 
									
		Posts:  1299 Joined:  Thu Jan 28, 2010 12:59 amLocation:  Berlin, Germany 
		
						
						
													
							
						#4 
						Post 
					 
								by Tom  Thu Apr 09, 2015 12:20 am 
			
			
			
			
			rdonnay wrote: That makes a lot of sense.
I see a little problem coming with this. For showing filled circles instead of asterisks, a symbol font can be used for the password. Symbol fonts like Marlett don't have standard characters. I don't believe it's possible to mix two fonts in a SLE.
					
						Attachments
					 
											
			
		
				
			password.jpg (23.95 KiB) Viewed 16810 times 
		 
		
		
			 
									 
			
									
									Best regards,"Did I offend you?" 
						 
		 
				
		
		 
	 
	
		
		
			
				
																			
								Wolfgang Ciriack 							 
									
		Posts:  494 Joined:  Wed Jan 27, 2010 10:25 pmLocation:  Berlin Germany 
		
						
						
													
							
						#5 
						Post 
					 
								by Wolfgang Ciriack  Thu Apr 09, 2015 3:14 am 
			
			
			
			
			Can someone explain the sense of this feature ?
			
			
									
									_______________________
						 
		 
				
		
		 
	 
	
		
		
			
				
								Tom 							 
									
		Posts:  1299 Joined:  Thu Jan 28, 2010 12:59 amLocation:  Berlin, Germany 
		
						
						
													
							
						#6 
						Post 
					 
								by Tom  Thu Apr 09, 2015 3:42 am 
			
			
			
			
			Hi, Wolfgang.
			
			
									
									Best regards,"Did I offend you?" 
						 
		 
				
		
		 
	 
	
		
		
			
				
																			
								Zdeno Bielik 							 
									
		Posts:  147 Joined:  Thu Jan 28, 2010 9:24 amLocation:  Nitra, Slovakia
				Contact: 
				
			 
				
		 
		
						
						
													
							
						#7 
						Post 
					 
								by Zdeno Bielik  Thu Apr 09, 2015 4:37 am 
			
			
			
			
			if I correct understand it, Tom wants something likes this
			
			
									
									
						 
		 
				
		
		 
	 
	
		
		
			
				
								rdonnay 							 
						Site Admin 			
		Posts:  4868 Joined:  Wed Jan 27, 2010 6:58 pmLocation:  Boise, Idaho USA
				Contact: 
				
			 
				
		 
		
						
						
													
							
						#8 
						Post 
					 
								by rdonnay  Thu Apr 09, 2015 6:44 am 
			
			
			
			
			Actually, there can be 2 problems with this.  First is the symbol problem, second is the timeout.  People will complain because the last character should only show for 1 second.  This requires more code and complicates things.   The symbol issue could be handled if the XbpSle class supported owner drawing but I don't think it does.  I'll look into this.
			
			
									
									 The eXpress train is coming - and it has more cars. 
						 
		 
				
		
		 
	 
	
		
		
			
				
																			
								Koverhage 							 
									
		Posts:  152 Joined:  Mon Feb 01, 2010 8:45 am 
		
						
						
													
							
						#9 
						Post 
					 
								by Koverhage  Thu Apr 09, 2015 6:51 am 
			
			
			
			
			The user sees the last character typed. This reduces typo errors.
Yes and all people behind the typing person 
Klaus
						 
		 
				
		
		 
	 
	
		
		
			
				
								rdonnay 							 
						Site Admin 			
		Posts:  4868 Joined:  Wed Jan 27, 2010 6:58 pmLocation:  Boise, Idaho USA
				Contact: 
				
			 
				
		 
		
						
						
													
							
						#10 
						Post 
					 
								by rdonnay  Thu Apr 09, 2015 7:13 am 
			
			
			
			
			Yes and all people behind the typing person 
How about an audio feedback then?
"You typed R"
"You typed O"
"You typed G"
...
Hmmm.  That's not such a good idea either.
The user sees the last character typed. This reduces typo errors.
We can use the Google method in the Validation code:
Did you mean "hack78wing23!$" ?
 The eXpress train is coming - and it has more cars.