Hi Julian,
sometime I can't see the forest because of all the trees. Yes, it's a good idea to solve problem in this way. Works good and offers even other possibilities. Now I can even insert a control if so called premium numbers are dialed! :wink:
By the way, correct parameters for X-Lite are ...
Search found 4 matches
- Wed Jun 24, 2015 10:24 am
- Forum: Windows
- Topic: Strange behaviour of IE Webgadget
- Replies: 6
- Views: 3078
- Wed Jun 24, 2015 1:04 am
- Forum: Windows
- Topic: Strange behaviour of IE Webgadget
- Replies: 6
- Views: 3078
Re: Strange behaviour of IE Webgadget
By the side:
It doesn't make any troubles, if I send webgadget the command directly via "SetGadgetText":
PhoneNumber$ = "0049302270"
OpenWindow(0, 100, 100, 680, 520, "My Program", #PB_Window_MaximizeGadget | #PB_Window_MinimizeGadget)
WebGadget(5, 290, 30, 370, 460, "http://www.mywebpage.tld ...
It doesn't make any troubles, if I send webgadget the command directly via "SetGadgetText":
PhoneNumber$ = "0049302270"
OpenWindow(0, 100, 100, 680, 520, "My Program", #PB_Window_MaximizeGadget | #PB_Window_MinimizeGadget)
WebGadget(5, 290, 30, 370, 460, "http://www.mywebpage.tld ...
- Tue Jun 23, 2015 8:33 pm
- Forum: Windows
- Topic: Strange behaviour of IE Webgadget
- Replies: 6
- Views: 3078
Re: Strange behaviour of IE Webgadget
??? - I posted code!
This is it:
OpenWindow(0, 100, 100, 680, 520, "My Program", #PB_Window_MaximizeGadget | #PB_Window_MinimizeGadget)
WebGadget(5, 290, 30, 370, 460, "http://www.mywebpage.tld/sip/whitepages.html") ; WebPage with phone links
Quit = 0
Repeat
WEvent = WindowEvent()
Select ...
This is it:
OpenWindow(0, 100, 100, 680, 520, "My Program", #PB_Window_MaximizeGadget | #PB_Window_MinimizeGadget)
WebGadget(5, 290, 30, 370, 460, "http://www.mywebpage.tld/sip/whitepages.html") ; WebPage with phone links
Quit = 0
Repeat
WEvent = WindowEvent()
Select ...
- Tue Jun 23, 2015 6:33 pm
- Forum: Windows
- Topic: Strange behaviour of IE Webgadget
- Replies: 6
- Views: 3078
Strange behaviour of IE Webgadget
I open a webpage in an IE-webgadget and click a link. Works well, but however whenever this link is something which opens a phone application (<a href="sip:12345">) it starts the application, everything works correct, but it (the IE-gadget) seems to wait for a response, an answer, what phone ...