NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: DonRidley on April 21, 2012, 06:25:24 AM

Title: Button Text in Mobile Mode
Post by: DonRidley on April 21, 2012, 06:25:24 AM
Not a showstopper but I'm curious if there's a fix or workaround.

I use a login form straight from the NT examples (a little modified...).

The Save/Close button's text in desktop mode is "Login"  - Correct

In mobile mode it's "Save" - InCorrect.

This has confused some of my customers....

Thanks!!

Don



[attachment deleted by admin]
Title: Re: Button Text in Mobile Mode
Post by: Bruce on April 21, 2012, 09:27:54 PM
in your login form you are setting
.textvalue = 'login'
for mobile set
.MobileText to 'login'
as well.

cheers
Bruce
Title: Re: Button Text in Mobile Mode
Post by: DonRidley on April 21, 2012, 10:33:23 PM
Dang it!  I should have caught that!!  Thanks Bruce!

It's the simple stuff that always bites me!