> > > > it was impossible to show two revlets on the same page ;-< > even with two different (or identical) instanceIDs >
yes we can! We can show as many revlets as we want on the same page in any number of instances we want but, you cannot do it with the standard html that rev generates for you because with that html you have all the divs with the same id which will spoil the detection javascript code. Now if you head to http://hg.andregarzia.com/revletobject and use my javascript instead, not only it will be more readable and thus maintainable but it will also make it easier to load more revlets because I don't assume div#ids anywhere. > > moreover, it seems that a revlet cannot write a text file onto the > server! > I tried first assuming that the standard was that the file is written by > default in the directory (as for .html files) > I tried next with the Rev default (to fix "the directory" to the folder > where the revlet resides): no luck > Yes we can! but you must remember that the revlet executes on the client machine, so if you want to write to your server you'll need URL calls to the remote server machine. > > in the end I tried to replicate the example given by Jacque, with a > simple stack with a substack: I cannot see the two instances, i.e. I see > only the mainstack! > I ensured myself I did operate in exactly the same way: no luck! > > I am scratching my head... > > <http://medard.on-rev.com/RevWeb/communic/principale.html> > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
