|
From: Jafar Al-G. <to....@gm...> - 2021-01-26 19:48:54
|
Just to clarify where Unicon sources stand when it comes to IVIB V1 vs IVIB V2. We removed the IVIB V1 sources in 2014, the README file under uni/ivib says: "Version 1 of the IVIB tool has reached end-of-life and been removed. It can still be obtained from the Unicon SVN repository, by checking out an older version, dated prior to 5/23/2014. The current version of IVIB lives in unicon/uni/gui/ivib." If you have IVIB V1 code it should still work. However, we do have a tool to migrate code from IVIB V1 to IVIB V2 called ivibmigrate. The tool is built by default to this day and is still bundled with binary distributions. $ ivibmigrate Usage: ivibmigrate [OPTIONS] SOURCEFILE -o OUTPUT FILE Output file (if not given output is to stdout) Cheers, Jafar On Tue, Jan 26, 2021 at 1:35 PM Jay Hammond <ja...@jj...> wrote: > Hi David > > I had an ICON source for a program that used IVIB (version 1). I did > not bundle Ivib (1) with it. About 2017 I corrupted my IVIB (1) > installation and cannot reconstruct it by downloading the old IVIB. Has > anybody seen it? > > I think you will be using IVIB(2). You if you use UNICON you should have > no problems. > > Jay > > > On 26/01/2021 16:32, Bruce & Breeanna Rennie wrote: > > Good evening/morning David, > > > > IVIB2 builds the user interface that you will use. How that affects > > what you want to do in this instance will depend on just what your > > requirements are. Are you able to give a little more detail on what > > you are actually trying to do? > > > > regards and blessings > > > > Bruce Rennie > > > > On 27/1/21 12:23 am, David Gamey wrote: > >> Hi folks, > >> > >> I need to cobble together a small app that takes a short amount of > >> text data and provides for a some radio buttons and text input that > >> lets me classify/augment the text. Before I start, I wanted to clear > >> up a question I had on the GUI. > >> > >> The UB says use gui.icn and reference the graphics book. But I also > >> recall a newer gui (vib2?) that I recall was to replace the old one > >> (vib1?). Just wondering which way to go? > >> > >> David > >> > >> > >> _______________________________________________ > >> Unicon-group mailing list > >> Uni...@li... > >> https://lists.sourceforge.net/lists/listinfo/unicon-group > > > > > > > > _______________________________________________ > > Unicon-group mailing list > > Uni...@li... > > https://lists.sourceforge.net/lists/listinfo/unicon-group > > -- > Email use ja...@jj... > > > > _______________________________________________ > Unicon-group mailing list > Uni...@li... > https://lists.sourceforge.net/lists/listinfo/unicon-group > |