Do Revlet pages have unique URLs?

Andre Garzia andre at andregarzia.com
Mon Jan 31 08:33:32 EST 2011


Keith,

The revlet is hosted at a web page, you can have different web pages
for each revlet so they will have unique urls. If doing revlets, check
out my library at http://hg.andregarzia.com/revletobject (check the
wiki) it has some nice loading routines for revlets, easier than using
the one RunRev is using.

Andre

On Mon, Jan 31, 2011 at 11:27 AM, Keith Clarke
<keith.clarke at clarkeandclarke.co.uk> wrote:
> Andre, Thanks for responding. The question isn't about whether revlets can access other revlets but whether specific revlet stack/card/pages have externally available URLs to open them directly.
>
> I'm collaborating on a functional specification document (probably in a Google Doc) and would like to embed hyperlinks to specific cards within a 'wire-frames' revlet that I upload onto my VPS. I therefore need either:
> 1. A single revlet, with externally addressable URLs for each page that it generates - if page-specific URLs are created and available outside the revplayer;
> 2. Separate revlets for each wire-frame or demo environment - if each revlet is self-contained;
>
> I'd prefer option (1) if it is possible, so that requirements can be linked to different start-points within a single prototype application, but can I access multiple URLs within a revlet - or pass parameters after a single main URL to open a specific stack or card?
> Best,
> Keith..
>
> On 31 Jan 2011, at 13:01, Andre Garzia wrote:
>
>> Keith,
>>
>> One revlet will not be able to access other revlet unless you load
>> them all in the same page and use something like "do ... in browser"
>> to communicate which would be hard since you would need to create all
>> the communication channel.
>>
>> Why not loading all the stacks in the same revlet?
>>
>> Andre
>>
>> On Sun, Jan 30, 2011 at 1:39 PM, Keith Clarke
>> <keith.clarke at clarkeandclarke.co.uk> wrote:
>>> Hi Folks,
>>> I'm looking to pull together various rev wire-frame/prototype/experiment pages for a web app project into a more structured development environment. If I migrate my various experiments into sub-stacks of a single GLX framework app (and then save this as a revlet) would individual revlet pages be externally addressable via urls within a requirements mgt database? Or does revweb work as a self-contained 'player', suggesting that I'd need to keep the various pages separate?
>>> TIA,
>>> Keith..
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>
>>
>>
>>
>> --
>> http://www.andregarzia.com All We Do Is Code.
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
http://www.andregarzia.com All We Do Is Code.




More information about the use-livecode mailing list