NetTalk Central

Author Topic: Button Text in Mobile Mode  (Read 2863 times)

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Button Text in Mobile Mode
« 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]
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11247
    • View Profile
Re: Button Text in Mobile Mode
« Reply #1 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

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Button Text in Mobile Mode
« Reply #2 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!
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11