[ServoyU] New Web Component Examples & Sample Solution

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




Cool!

Great stuff, Scott!! thanks! :D

Beautiful, great job Scott. Thanks !!

This is AWESOME! Thanks very much, Scott!

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.

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?

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

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:
[attachment=2]Screen Shot 2015-09-16 at 13.37.05.png[/attachment]
[attachment=1]Screen Shot 2015-09-16 at 13.39.28.png[/attachment]
[attachment=0]Screen Shot 2015-09-16 at 13.46.24.png[/attachment]

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

Hi Derk,

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

I use SVNKit

Hi Derk,

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

Hi Robert, It is still not working

derk.hulshof:
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.

Problem solved, had something todo with the firewall
tnx for any advice :D

Hi Derk,

Glad it finally works for you.

Hi,

I checkout the example in a fresh install of Svy 8, but when I run the example nothing occurs…

In Problems tab I see this (strange) errors (see image)

Make sure you check out the resource project, and the solution. The resource project has the components.
And there might be some warnings in the solution, i don’t remember, as its a work in progress. I’ll also be bundling it as a component so it can be imported without SVN checkout.

I see the components in Resources, and the elements in Outline tab, but if I try to use autocomplete, Servoy doesn’t see them…