Error While Creating A Text Translation

jothis

Active Member
Licensed User
Hi,
Here i attached my program and my problem is when i trying to create a Text translation in my login page it is not working
Any One Can Help me?
Please Jothis
:sign0085:
 

Attachments

  • New Program.zip
    2.5 KB · Views: 188

klaus

Expert
Licensed User
Longtime User
Your problem is that the ListBox height is very small.
Therefore you when you change the language with the arrows you only move the list but there is no SelectionChanged event fired and you need to click into the box to fire the event.
If you change the height, to 60 pixels for example you will see what happens.
You could also replace the ListBox by a ComboBox.

Best regards.
 

jothis

Active Member
Licensed User
But The Problem stil exist

Thank you For Helping me Klaus
but,.
When i login with user name="STUD1" password="STUD1" this will redirect to another page here
i added a button I cant see any translation there
can you help me for that?
:sign0085:
jothis
 
Last edited:
Top