Displaying 2 results from an estimated 2 matches for "minframes".
Did you mean:
mainframes
2009 Nov 23
1
xrcise not working
Hi. I''m back. Unfortunately I can''t get xrcise working. Here is the
sample xrc file and the resulting error messages:
=============== TestWxFb.xrc =========================================
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
2006 Jan 20
2
Effect.Slideshow and Ajax.Slideshow
...will start again
.stopRepeating() - tells the slideshow to stop repeating, will continue
to finish out the current buffer
Ajax.Slideshow:
Syntax:
new Ajax.Slideshow(element, url, options);
Has all of the Effect.Slideshow methods, options, and variables, plus
the following:
Options:
''minFrames'' (integer - defaults to 2) - when there are this number or
fewer frames in the buffer, the url will be called via Ajax to supply
additional frames
Public Methods:
.changeUrl(url) - changes the url to be called via Ajax to let you
redefine it after each ajax request
That''s what I...