Re: [Jprogramming] Slideshow

2017-05-21 Thread Ric Sherlock
Hi Devon, You might look at the image Qt Demo (Help|Studio|Qt Demos...) for some examples for displaying images in forms. There are other demos there that may be of use too. There are some examples of simple gui apps on Rosetta code, eg: http://rosettacode.org/wiki/Simple_windowed_application#J ht

Re: [Jprogramming] Slideshow

2017-05-21 Thread Brian Schott
I have found w3schools.com to be valuable in working with JHS. The following link looks apropos. https://www.w3schools.com/w3css/w3css_slideshow.asp On Sun, May 21, 2017 at 8:11 AM, Eric Iverson wrote: > Devon, > > > I wanted to point out that this could also be nicely done. perhaps with a > bi

Re: [Jprogramming] Slideshow

2017-05-21 Thread bill lam
Image widget can be used for hosting picture, something like wd 'set a1 image pathtofile' also use form timer for event triggering wd set another picture. untested. On 21 May, 2017 5:03 pm, "Devon McCormick" wrote: > Hi - I'm looking to develop a slideshow using "wd" and am looking for code > t

Re: [Jprogramming] Slideshow

2017-05-21 Thread Eric Iverson
Devon, I don't have any code, but it shouldn't be too difficult, and with luck there is existing code you could use. I wanted to point out that this could also be nicely done. perhaps with a bigger learning curve, in JHS. On Sun, May 21, 2017 at 5:02 AM, Devon McCormick wrote: > Hi - I'm look

[Jprogramming] Slideshow

2017-05-21 Thread Devon McCormick
Hi - I'm looking to develop a slideshow using "wd" and am looking for code to steal. I'd like to be able to display, say, pictures in a directory on a form with a few arbitrary controls, like checkboxes and radio-buttons, on the side. Can anyone point me to pertinent examples of anything like thi