I want to know the information about Progress 4GL - progress-4gl

I'm so new to progress, just know basics.
I want to become developer in progress openedge but i don't have any sources to guide me.
Can anyone please help on this , if you any link or documents kindly suggest me.
I'm doing maintenance work in progress but want to move to development.
Development is there in Progress right ??

You can start to study OpenEdge ABL with Progress OpenEdge Developers Kit: Classroom Edition
Progress OpenEdge Developers Kit: Classroom Edition

Related

Is there a way to automatically create doc for classes and Methods in OpenEdge Developer Studio?

OpenEdge Developer Studio is built on Eclipse where usually the shortcut Ctrl+Alt+J can be used to create JavaDoc for classes and methods.
For Progress however I am unable to figure out how this should work.
Could someone help me out here?
To create an html documentation (like http://help.consultingwerkcloud.com/smartcomponent_library/release/) use this here:
https://github.com/Riverside-Software/pct/wiki/ClassDocumentation
https://github.com/Riverside-Software/pct/wiki/HtmlDocumentation
For documentation comments in PDSOE, I'd suggest you have a look at:
https://www.hh-berlin.de/oedt/features/editor
It's going to be commercial. I'm beta-testing it since a while. And it's working really, really nice.

Are there any resources on how to use Visual Studio Team Services?

I work at a startup which until now was just me as the sole developer.
Now we are starting to build a team it's time to get project planning, sprint & task planning, proper source control etc. sorted out.
We have MSDN and free Visual Studio Team Services so I thought I'd try that.
However it is really really unintuitive and I am struggling to find on google how to use it.
I am looking at features and sprint stuff and wondering how I am supposed to use it.
I also linked it to my Visual Studio but I created a work item in visual studio and can't find a way to sync it back so it appears on the Visual Studio Team Services page.
Any ideas? Am I doing it all wrong?
If anyone can explain how the Features and Backlog thing works that would be so helpful.
Our system is divided into several areas, one of them is for the customer portal. So a typical bit of work would be, on the customer portal, in the Administration section, we need a way to view all registered users.
So do I create a feature for Customer Portal with a sub feature for Administration and put it in there? Or do I create a Work Item for Customer Portal Administration View Users or something?
It needs to be manageable so my boss can look at what's going on, who is doing what etc. and nicely divided up. But honestly I am at a total loss of how to configure it. All I can find guide-wise is a bunch of marketing gumf on youtube and no real-life use case tutorials.
Please help! :(
We have some great walkthroughs at https://www.visualstudio.com/docs/overview that should get you started. In there you will find details on connecting with VS, using backlogs, taskboards, etc.
For case studies, here are a couple of links.
http://www.microsoft.com/casestudies/Microsoft-Visual-Studio-Online/Humanitarian-Toolbox/Visual-Studio-Online-Used-to-Energize-and-Optimize-Crowdsourced-Development/710000004013
http://www.microsoft.com/casestudies/Microsoft-Visual-Studio-Online/Eovendo/Cloud-Based-Load-Testing-Produces-Cost-Effective-Scaling-for-Ad-Rating-Service/710000003474

Create an application GUI by Javafx

everyone.
My name is Nick, a totally newbie to Javafx. Recently, our team has been running a project and we would love making GUI by Javafx. I am being stuck at the moment. The following is what's in our imagination:
After reading some documentations, here what I've got:
I really appreciate if someone could help give me some hints to get things done. This is an academic project. Thanks so much for your valuable time.
Best Regards
I would recommend using Scenebuilder tool. It is a WYSIWYG GUI editor provided especially for the purposes like yours.
Look at this links.. using this you don't want design manually.. with netbeans you can design just by drag and drop content what you want.
Scene builder is also good tool to design your system at a stretch.
JavaFX Scene Builder
A Visual Layout Tool for JavaFX Applications
First of all take a look at this. so you can get through easily in javaFX.
Java GUI Applications Learning Trail
After looking all this.. then any problem occurs then ask here..
Thanks..

Installing "Tiled" plugin into Corona Project Manager

I'm only posting out of frustration to be frank...
Spent the past 2 hours now searching for any guides to setting up a "plugin" while using the Corona Project Manager to build my app.
I have absolutely zero coding experience, but i'm learning.
So I am trying to learn to use Tiled to build levels, I downloaded it here: http://www.mapeditor.org/
And I tried to run this sample code as a test/teaching myself: http://developer.coronalabs.com/code/corona-tiled
Running that sample code gave me some errors naturally, reading the debug errors I'm guessing I did not yet install/unpack/setup/integrate Tiled into my app. It's trying to call and read from a few .dlls and such.
So can someone please, kindly please, point me in the right direction to getting this 3rd party tool set up? Any guides or links or even a direct answer here will be much appreciated.
Many thanks waiting eagerly~

Is there a way to integrate custom help into the Office 2010 Help System?

I'm working in an Excel add-in. I want to add its own help. I don't care if it replaces the general Excel help - I want to know how.
What I was able to was to add custom help into VS 2010, using the Help Viewer. Does this work for office?
Also, if I had to add a button on the ribbon for the add-in, is there a way to make the information displayed online? I don't like including a file with the installer.
Thanks a lot, guys!!!
Excel's Help System is the Help 2.x System, which is different to the VS Help Viewer, a new Help System that will be included in new Microsoft applications.
To add help into the Help 2.x System in general you can use its plug-in mechanisms.
Finally, there is no way to make that help online. The help file must always be included with the add-in installer.
Luis Galeana.