Another ExplorerBarGadget [Update]

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

oridan wrote:Error in ExplorerBarGadget.pbi
Line 107: Syntax error!

Code: Select all

If *qrc\Right <8> 0
:cry:
He must disable html in his post and post it again!
I like logic, hence I dislike humans but love computers.
wayne-c
Enthusiast
Enthusiast
Posts: 337
Joined: Tue Jun 08, 2004 10:29 am
Location: Zurich, Switzerland

Post by wayne-c »

Sorry guys, removed the bad formatted code. Uploaded a Zip-File instead, see my last post.
As you walk on by, Will you call my name? Or will you walk away?
oridan
Enthusiast
Enthusiast
Posts: 128
Joined: Tue Oct 12, 2004 12:14 am
Location: Italy
Contact:

Post by oridan »

OK!
Thanks

:D
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

Wane-C, works perfect here on XP Home/SPxx!

This is a bit strange, as I am currently working on a program that use a similar
gadget for it's main navigation, only I turned to another language and adapted
this instead:

http://www.dhtmlgoodies.com/scripts/xp- ... -pane.html

Anyways, nice work :)
wayne-c
Enthusiast
Enthusiast
Posts: 337
Joined: Tue Jun 08, 2004 10:29 am
Location: Zurich, Switzerland

Post by wayne-c »

@utopiomania: Yes, your web-version looks nice, too! I LOVE the animation (this is still missing in my version :cry: ). We could take this DHTML-page and display it in a WebGadget, but I never did this before. Is there a way to react to links clicked in the WebGadget? Or to react to JavaScript actions?
As you walk on by, Will you call my name? Or will you walk away?
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

Is there a way to react to links clicked in the WebGadget?
Yes, but limited:

http://www.purebasic.fr/english/viewtopic.php?t=16837

It's not built into the language, and there's no guarantee the workaround will be updated if they break the
syntax again.

The functionality to interact properly with a webgadget has been asked for numerous times, but probably
won't happen :( , so I moved elsewhere for this.
Post Reply