"Web Deployment Pack", can I see an example of online app?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
"Web Deployment Pack", can I see an example of online app?
Hi,
I am complete beginner and going to buy personal pack of windows-linux and Web Deployment Pack.
Do you know if anywhere online I can play any working application made with livecode in Web Deployment Pack format, just to see how it plays (speed, compatibility with browser, etc).
Just an example application to see it.
I don't need to see source code, only to play application.
Thanks
I am complete beginner and going to buy personal pack of windows-linux and Web Deployment Pack.
Do you know if anywhere online I can play any working application made with livecode in Web Deployment Pack format, just to see how it plays (speed, compatibility with browser, etc).
Just an example application to see it.
I don't need to see source code, only to play application.
Thanks
Re: "Web Deployment Pack", can I see an example of online ap
If you already have the plugin installed, give this a try:
http://www.docstoolchest.com/ASLWeb/
To the bottom left of the screen, you can grab desktop versions and there may even be the stack file I used to build it in the zip archive. If it doesn't work for ya, try a different browser. As of writing this, I verified that it's working on Firefox and Safari in Windows 7.
-Doc-
http://www.docstoolchest.com/ASLWeb/
To the bottom left of the screen, you can grab desktop versions and there may even be the stack file I used to build it in the zip archive. If it doesn't work for ya, try a different browser. As of writing this, I verified that it's working on Firefox and Safari in Windows 7.

-Doc-
Re: "Web Deployment Pack", can I see an example of online ap
Doc,
Just FYI... it works on Firefox, Safari, Omniweb and Opera on a Mac
be well
Dixie
Just FYI... it works on Firefox, Safari, Omniweb and Opera on a Mac
be well
Dixie
Re: "Web Deployment Pack", can I see an example of online ap
Thanks for the info, Dixie!
...seems like the browser outfits are finally fixing some issues with their 64bit offerings.
Best regards,
-Doc-
...seems like the browser outfits are finally fixing some issues with their 64bit offerings.

Best regards,
-Doc-
-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
Re: "Web Deployment Pack", can I see an example of online ap
Very nice app. I am amazed you could do something like that in 45 mins. BTW, I didn't find a zip archive but would love to browse the source sometime if you make it available. Also, if you don't have the plugin installed (I don't seem to) then it loads a web page with a frame but does not display anything or prompt you. I'll have to go see if I can find the current plugin somewhere. The Mac desktop version worked fine however.doc wrote:If you already have the plugin installed, give this a try:
http://www.docstoolchest.com/ASLWeb/
To the bottom left of the screen, you can grab desktop versions and there may even be the stack file I used to build it in the zip archive. If it doesn't work for ya, try a different browser. As of writing this, I verified that it's working on Firefox and Safari in Windows 7.
-Doc-
Thanks for posting.
-- Mark
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS
Re: "Web Deployment Pack", can I see an example of online ap
Thanks for the kind remarks, Mark.
Well to be sure, the original version -did- only take around 45 minutes to build. If I remember correctly, it actually took longer to find the usable images than it did to put the app together.
Since then, there have been some improvements on a couple of different occasions... first, the late Eric Chatonet was kind enough to show me how to streamline the workings of the button code (referenced in the card script comments), then back when I decided to turn it into a web app, I added the phrase and "ReturnInField" capabilities along with the little"x" button to clear the field. That was pretty much it.
Keep in mind that the whole thing was originally done -only- as a learning exercise (trying to help a friend) and that the images are not of my own designs... I found them on the net (have no idea where) which is what gave me the idea in the first place. Sorry, but I was unable to locate the source in order to ask for permission after the fact.
I've attached the source file to this message and anyone who wants to use it are more than welcome.
-Doc-
P.S. - The images are hidden down below the bottom of the app, so you will have to make the stack resizeable and un-hide them before they become apparent.
Well to be sure, the original version -did- only take around 45 minutes to build. If I remember correctly, it actually took longer to find the usable images than it did to put the app together.

Since then, there have been some improvements on a couple of different occasions... first, the late Eric Chatonet was kind enough to show me how to streamline the workings of the button code (referenced in the card script comments), then back when I decided to turn it into a web app, I added the phrase and "ReturnInField" capabilities along with the little"x" button to clear the field. That was pretty much it.
Keep in mind that the whole thing was originally done -only- as a learning exercise (trying to help a friend) and that the images are not of my own designs... I found them on the net (have no idea where) which is what gave me the idea in the first place. Sorry, but I was unable to locate the source in order to ask for permission after the fact.
I've attached the source file to this message and anyone who wants to use it are more than welcome.
-Doc-
P.S. - The images are hidden down below the bottom of the app, so you will have to make the stack resizeable and un-hide them before they become apparent.
- Attachments
-
- ASL_Tutor.zip
- (95.01 KiB) Downloaded 314 times
-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
Re: "Web Deployment Pack", can I see an example of online ap
Doc, very nice... thanks for sharing. I like the way the card script handles all of the buttons (with a single handler). I'm just learning that kind of programming in LC and I always find it amazing how efficient some programmers can be. Its an inspiration.
-- Mark
-- Mark
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS