Exactly, as Klaus says...
The focus must be on the webpage (exactly on the textbox), the focus isn't in a text control from LiveCode.
It's not enough with putting on the HTML code:
window.document.form1.name.focus();
when in the app this line doesn't have the same effect as on the web.
Search found 5 matches
- Tue Jun 02, 2015 5:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: I need to focus in a textbox from a embed code (group)
- Replies: 6
- Views: 4178
- Tue Jun 02, 2015 4:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: I need to focus in a textbox from a embed code (group)
- Replies: 6
- Views: 4178
I need to focus in a textbox from a embed code (group)
Hi Friends! I need your help in this point: I made an app using the code provided on lessons¨runrev¨com/m/4069/l/22836-how-do-i-use-the-browser-control , 'drawing' a form made with HTML with some textboxes. However, i need that when the app starts, it focuses in the first of these textboxes... (Obvi...
- Thu May 28, 2015 5:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: HTML embed code in LiveCode
- Replies: 4
- Views: 3054
Re: HTML embed code in LiveCode
Thank you very much Klaus for your help!!!
I'm gonna try it!!! If I'll have any doubt about it, i'll ask again.
Greetings from Colombia!!!!
I'm gonna try it!!! If I'll have any doubt about it, i'll ask again.
Greetings from Colombia!!!!
- Thu May 28, 2015 5:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: HTML embed code in LiveCode
- Replies: 4
- Views: 3054
Re: HTML embed code in LiveCode
Hi Klaus, How are you?
I need to show this code as "HTML" like in a web-browser...
Thank you very much for the welcome!!! Greetings!
I need to show this code as "HTML" like in a web-browser...
Thank you very much for the welcome!!! Greetings!
- Thu May 28, 2015 4:52 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: HTML embed code in LiveCode
- Replies: 4
- Views: 3054
HTML embed code in LiveCode
Hello! I need your help in this case: I'm going to make an app with Livecode that shows embed content in HTML (exactly a content from a webpage), something like that: <object data='[link of a webpage with index.php]' width='100%' height='100%'> <embed src='[link of a webpage with index.php]' width='...