Back and next buttons - the browser

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
LiadTal6
Posts: 36
Joined: Sat Jul 25, 2015 5:26 pm

Back and next buttons - the browser

Post by LiadTal6 » Tue Jan 09, 2018 6:48 pm

Hello,

Someone could please help me to understand how do I create "back" and "next "buttons in the widget browser of Livecode 8?
It was very simple thing in the old browser, now that's a problem for me.

Thank you very much!

Klaus
Posts: 13793
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Back and next buttons - the browser

Post by Klaus » Wed Jan 10, 2018 7:53 pm

Since I would also like to get an answer to this question, I posted it to the LC mailing-list and will post the answer, if any, here, too, so stay tuned! :D

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Back and next buttons - the browser

Post by bogs » Wed Jan 10, 2018 10:32 pm

Klaus wrote:
Wed Jan 10, 2018 7:53 pm
Since I would also like to get an answer to this question...
Image Image Image Image I think my world just ended. That must be one killer question. Image
Image

Klaus
Posts: 13793
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Back and next buttons - the browser

Post by Klaus » Wed Jan 10, 2018 11:17 pm

Something must definitively have gone wrong in your life! :D

Klaus
Posts: 13793
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Back and next buttons - the browser

Post by Klaus » Wed Jan 10, 2018 11:20 pm

OK, I know a LOT about LC since I started with Metacard in 1999, but I do not know EVERYTHING about LC, especially when it comes to mobile stuff, since I don't even own any mobile device.

Yes, no cell-phone, that's me! :D

[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm
Location: Göttingen, DE

Re: Back and next buttons - the browser

Post by [-hh] » Thu Jan 11, 2018 12:07 am

http://forums.livecode.com/viewtopic.ph ... 64#p138464

p.s. It is way better to ask in the forum. Old men (=98% of the use list contributors) become talkative.
shiftLock happens

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Back and next buttons - the browser

Post by bogs » Thu Jan 11, 2018 10:41 am

Klaus wrote:
Wed Jan 10, 2018 11:20 pm
Yes, no cell-phone, that's me! :D
Something you and I have in common big time my friend :) I technically *have* a cell phone, it is dumb as a brick and pretty much can make a call. I even turn it on sometimes to make sure it still works. This last charge is going on 2 years. My wife made me get it for my (at the time) commuting range, we were driving across the country at that point (roughly 3k miles).

I think we also have a tablet around here somewhere too. I used it once to look up a tv listing :twisted:

@hh - excellent find, but I wish LcMark had continued to answer the last question. Still, it provides the answer, the most important part of all.
Image

[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm
Location: Göttingen, DE

Re: Back and next buttons - the browser

Post by [-hh] » Thu Jan 11, 2018 10:55 am

This is (meanwhile) the EXAMPLE to "go in widget" in the dictionary:
Example
// Navigate to previous page in browser widget.
go back in widget "myBrowser"
// Return after previous call to "go back"
go forward in widget "myBrowser"
shiftLock happens

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Back and next buttons - the browser

Post by bogs » Thu Jan 11, 2018 11:34 am

Boy do I feel dumb :oops:
Image

Klaus
Posts: 13793
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Back and next buttons - the browser

Post by Klaus » Thu Jan 11, 2018 11:52 am

Thank you Hermann!

LiadTal6
Posts: 36
Joined: Sat Jul 25, 2015 5:26 pm

Re: Back and next buttons - the browser

Post by LiadTal6 » Thu Jan 11, 2018 3:38 pm

Thank you very much! I will check it out. :D

Post Reply

Return to “Internet”