Hi all,
here is my experimental build of the Browse The Web plugin with "call with parameter". Because I'm not programmer, pleas be inguldent. I changed only parts with parameters reading and processing. All other known issues I didn't address and I won't continue to develop on plugin. It is Kroko's work .
If you want to test it, I recommend that you back up official build before use the experimental one.
For the inspiration I attached source modul with my changes too.
Here is an example of the using in the MovingPictures plugin GUI - IMDb movie page showing, IMDb Id (ttxxxxxx) is stored in the #MovingPictures.SelectedMovie.imdb_id variable:
<control>
<description>Movie Info</description>
<type>button</type>
<id>66624</id>
<label>IMDb Info</label>
<hyperlink>54537689</hyperlink>
<hyperlinkParameter>http://www.imdb.com/title/#MovingPictures.SelectedMovie.imdb_id</hyperlinkParameter>
<onup>66623</onup>
<onright>6</onright>
<ondown>66621</ondown>
</control>
JiRo.
here is my experimental build of the Browse The Web plugin with "call with parameter". Because I'm not programmer, pleas be inguldent. I changed only parts with parameters reading and processing. All other known issues I didn't address and I won't continue to develop on plugin. It is Kroko's work .
If you want to test it, I recommend that you back up official build before use the experimental one.
For the inspiration I attached source modul with my changes too.
Here is an example of the using in the MovingPictures plugin GUI - IMDb movie page showing, IMDb Id (ttxxxxxx) is stored in the #MovingPictures.SelectedMovie.imdb_id variable:
<control>
<description>Movie Info</description>
<type>button</type>
<id>66624</id>
<label>IMDb Info</label>
<hyperlink>54537689</hyperlink>
<hyperlinkParameter>http://www.imdb.com/title/#MovingPictures.SelectedMovie.imdb_id</hyperlinkParameter>
<onup>66623</onup>
<onright>6</onright>
<ondown>66621</ondown>
</control>
JiRo.