Page 1 of 2

[ServoyU] New Web Component Examples & Sample Solution

PostPosted: Tue Sep 08, 2015 10:28 pm
by sbutler
We published a new sample solution and web component examples on ServoyForge at https://www.servoyforge.net/projects/se ... nents/wiki

This sample shows how to implement a Boostrap top nav menu, and side bar menu, with menu items passed from Servoy, and some event handlers setup to run a Servoy method when a menu item is clicked or the user does a search. It is based on this standard Bootstrap example: http://www.bootply.com/render/gkTHCwjLO9

In depth instructions, walk-through and how-to's will be included in the upcoming ServoyU videos. For now, reel free to checkout the resources project

Image
Image
Image
Image

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Tue Sep 08, 2015 11:46 pm
by Jan Aleman
Cool!

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 09, 2015 10:26 am
by Harjo
Great stuff, Scott!! thanks! :D

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 09, 2015 11:58 am
by jasantana
Beautiful, great job Scott. Thanks !!

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Fri Sep 11, 2015 7:01 pm
by bcusick
This is AWESOME! Thanks very much, Scott!

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 10:30 am
by derk.hulshof
Great !! tnx

When I checkout the svn repository I run into an timeout error. Both on resource and itech_nav.

checkout svn://svn.servoyforge.net/servoyu-web-c ... /resources -r HEAD --depth=infinity --force
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
svn: Unable to connect to a repository at URL 'svn://svn.servoyforge.net/servoyu-web-components/trunk/nav/resources'
svn: Can't connect to host 'svn.servoyforge.net': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 12:33 pm
by ROCLASI
Hi Derk,

I checked the ServoyForge server and everything is running fine. Even tried checking the source out and it all works.
Can you try again?

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 12:57 pm
by derk.hulshof
Hi Robert, tnx for the reply.
It is still not working. Are there some parameter to set.

What I did is:
1. Restarted Servoy 8 with empty workspace.
2. Opened SVN Repository Exploring perspective
3. Added SVN repository link: svn://svn.servoyforge.net/servoyu-web-c ... /itech_nav and/or resource
4. Right click > checkout ( its is getting remote project info)
5. Dialog appears (picture) > clicked next button
6. Another dialog appears; checked default workspace location > clicked finish button.
7. Progressing .. checking out resources
8. Then the error problem occured with above error

Do I miss some settings ?

Derk

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 1:47 pm
by ROCLASI
Hi Derk,

I can check it out to a workspace in Servoy 8 just fine.
I use Subversive and I don't use the whole path you use, just the project URL:
Screen Shot 2015-09-16 at 13.37.05.png
Adding the Repository URL
Screen Shot 2015-09-16 at 13.37.05.png (81.76 KiB) Viewed 14117 times

Screen Shot 2015-09-16 at 13.39.28.png
Selecting the project folders and checkout
Screen Shot 2015-09-16 at 13.39.28.png (70.88 KiB) Viewed 14117 times

Screen Shot 2015-09-16 at 13.46.24.png
Shows up fine in my SolutionExplorer
Screen Shot 2015-09-16 at 13.46.24.png (37.49 KiB) Viewed 14117 times

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 2:19 pm
by derk.hulshof
It is very strange.
Ok, I installed Subversive and tried to connect using your screenshots.
Still an error.
Changing ports (22 3690 443 80, etc) with use of authentication, all still gives me an error.
Error: svn e210003: connection refused by server

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 2:45 pm
by ROCLASI
Hi Derk,

Don't change any ports, also no need to enter authentication details.
Are you using SVNKit or SVNHL ?

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 2:46 pm
by derk.hulshof
I use SVNKit

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 2:56 pm
by ROCLASI
Hi Derk,

Me too, weird.
I just changed some things on the server, can you try now?

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 3:09 pm
by derk.hulshof
Hi Robert, It is still not working

Re: [ServoyU] New Web Component Examples & Sample Solution

PostPosted: Wed Sep 16, 2015 3:29 pm
by derk.hulshof
derk.hulshof wrote:Hi Robert, It is still not working


I just tried a fresh servoy 8 install with a fresh install of subversive 2.x > SVNkit 1.7
And off course a newly created workspace.
No connection yet.