home *** CD-ROM | disk | FTP | other *** search
- '***********************************************************************
- ' RlzOver.RLZ
- '
- ' Copyright ⌐ 1991-1992 Computer Associates International, Inc.
- ' All rights reserved.
- '
- '***********************************************************************
-
- IF NOT QVar(RollStart) THEN
- INPUT "Please run Preview.RLZ";
- EXIT PROGRAM
- END IF
- RollStart("RlzIcon")
- FormSetObject(20, _CaptionCenter, "Programming Language", fontHeading, _Center, 1 pct)
- s1 = "Realizer uses a structured superset of BASIC"
- s2 = "for its underlying programming language."
- FormSetObject(21, _CaptionCenter, s1 + CRLF + s2, fontType, 10 pct, 13 pct, 80 pct, 13 pct)
- Delay(title_delay)
-
- DelayBmp(100, "Lang", 5 pct, 30 pct)
- DelayBmp(102, "Lang3", 10 pct, 60 pct)
- DelayBmp(101, "Lang2", 32 pct, 37 pct)
-
- s1 = "Even if you are a programming novice, you will find Realizer's"
- s2 = " BASIC an exceptionally easy and powerful language to learn and use. "
- s2 = s2 + "BASIC programmers, as well as spreadsheet and database macro programmers "
- s2 = s2 + " will find Realizer's BASIC familiar and intuitive."
- CyanBox(30, fontHilite, _Right, 60 pct, 5, s1, s1 + s2)
-
- IF NOT RollWait(1) THEN
- EXIT MACRO
- END IF
-
- FormSetObject(20, _CaptionCenter, "Programming Environment", fontHeading, _Center, 1 pct)
- FormSetObject(21, _CaptionCenter, "Realizer is an extremely interactive environment.", fontType, _Center, 13 pct)
- Delay(title_delay)
-
- FormSetObject(100, _Bitmap, "Edit.BMP", 2 pct, 23 pct)
- FormModifyObject(100, _Gray)
- s1 = "You can readily modify programs to try out new approaches or change values."
- FormSetObject(101, _CaptionLeft, s1, QR(100) + fontTypeHt, 24 pct, 45 pct, 20 pct)
- Delay(read_delay)
-
- FormSetObject(110, _Bitmap, "Debug.BMP", 5 pct, 45 pct)
- FormModifyObject(110, _Gray)
- s1 = "You can use the powerful integrated debugger to understand and debug them."
- FormSetObject(111, _CaptionLeft, s1, QR(110) + fontTypeHt, 46 pct, maxRight - QR(110) - fontTypeHt, 40 pct)
- Delay(read_delay)
-
- FormSetObject(120, _Bitmap, "Tut04.BMP", 23 pct, 58 pct)
- FormModifyObject(120, _Gray)
- s1 = "And you can use FormDev to design interfaces and complete programs with great ease."
- FormSetObject(121, _CaptionLeft, s1, QR(120) + fontTypeHt, 66 pct, 35 pct, 20 pct)
-
- IF NOT RollWait(1) THEN
- EXIT MACRO
- END IF
-
- FormSetObject(20, _CaptionCenter, "Programmable Application Tools", fontHeading, _Center, 1 pct)
- s1 = "Realizer's high-level building blocks let you create"
- s2 = "professional applications quickly, complete with:"
- FormSetObject(21, _CaptionCenter, s1 + CRLF + s2, fontType, 10 pct, 13 pct, 80 pct, 33 pct)
-
- tpPct = 33
- FormSetObject(140, _Bitmap, "Anim01.bmp", 100pct, 100pct)
- tv = FormQObject(140)
- FormSetObject(140, _Animate, "", 50 pct, tpPct - 1 pct, tv[_FQO_Width], tv[_FQO_Height])
- AnimateSelect(140)
- AnimateCells("Anim0#.bmp", 1, 4)
- FOR frameNum = 1 TO 4
- AnimateFrame(frameNum, 0, 0, 150)
- NEXT
-
- rsID = 100
- lfPct = 5
- DoBmpCapt("Chart", "Charts")
- DoBmpCapt("Sheetico", "Spreadsheets")
- DoBmpCapt("Form", "Forms")
- DoBmpCapt("Graph", "Graphics")
- lfPct = 50
- tpPct = 33
- DoBmpCapt("", "Animation")
- DoBmpCapt("Text", "Text Editors")
- DoBmpCapt("Sched", "Event Scheduling")
- DoBmpCapt("Board", "Boardwatches")
-
- IF NOT RollWait(1) THEN
- EXIT MACRO
- END IF
-
- FormSetObject(20, _CaptionCenter, "Programmable Application Tools", fontHeading, _Center, 1 pct)
- s1 = "These customizable tools provide limitless ways"
- s2 = "of displaying and processing information."
- FormSetObject(21, _CaptionCenter, s1 + CRLF + s2, fontType, 10 pct, 12 pct, 80 pct, 33 pct)
- Delay(title_delay)
-
- FormSetObject(100, _Bitmap, "Tut10.bmp", 68 pct, 28 pct)
- FormModifyObject(100, _Gray)
- s1 = "Information System (EIS) ..."
- FormSetObject(30, _CaptionLeft, s1, fontHilite, 100pct, 100pct)
- s2 = "To build an Executive Information System (EIS) ..."
- CyanBox(30, fontHilite, QL(100) + (QW(100) - QW(30) - fontHiliteHt)\2, QB(100) + QH(100)\4, 2, s1, s2)
- Delay(bmp_delay)
-
- FormSetObject(102, _Bitmap, "Tut12.bmp", QL(100) - QW(100)\3, QT(100) + QH(100)\3)
- FormModifyObject(102, _Gray)
- Delay(bmp_delay)
-
- FormSetObject(101, _Bitmap, "Tut11.bmp", QL(100) + QW(100)\2, QT(100) + QH(100)\2)
- FormModifyObject(101, _Gray)
- Delay(bmp_delay)
-
- FormSetObject(110, _Bitmap, "Database.BMP", 5 pct, 28 pct)
- FormModifyObject(110, _Gray)
- Delay(bmp_delay)
-
- s1 = "or Data Entry screens and"
- s2 = " Database front-ends."
- CyanBox(60, fontHilite, QL(110) + QW(110)\2, QB(110) - fontTypeHt, 2, s1, s1 + s2)
-
- IF NOT RollWait(1) THEN
- EXIT MACRO
- END IF
-
- FormSetObject(20, _CaptionCenter, "More Features", fontHeading, _Center, 1 pct)
- s1 = "- " + "Import and Export of Lotus, Excel, text, and binary record files"
- FormSetObject(21, _CaptionLeft, s1, fontType, _Center, 100 pct)
- lf = QL(21)
- FormSetObject(21, _CaptionLeft, "Realizer also includes support for:", fontType, lf\2 pxl, 15 pct, 98 pct, 33 pct)
- Delay(1)
-
- tpPct = 22
- rsID = 30
- DoDelayCapt("Serial Communications")
- DoDelayCapt("MDI (Multiple Document Interface)")
- DoDelayCapt("High-level printing")
- DoDelayCapt("Import and Export of Lotus, Excel, text, and binary record files")
- DoDelayCapt("Sophisticated mathematics and array processing")
- DoDelayCapt("Online and Context sensitive help")
- DoDelayCapt("DDE (Dynamic Data Exchange)")
- DoDelayCapt("DLLs (Dynamic Link Libraries) to extend Realizer")
- DoDelayCapt("User or Third party standard Windows Custom controls")
-
- IF NOT RollWait(1) THEN
- EXIT MACRO
- END IF
-
- FormSetObject(20, _CaptionCenter, "Application Delivery", fontHeading, _Center, 1 pct)
- FormSetObject(21, _CaptionCenter, "Deliver a Windows EXE and Installation diskette:", fontType, _Center, 13 pct)
- Delay(title_delay)
-
- FormSetObject(100, _Bitmap, "Project.BMP", 2 pct, 25 pct)
- FormModifyObject(100, _Gray)
- s1 = "Realizer will create EXE's for your applications, "
- s2 = "which you can then distribute free of royalty or license fees."
- CyanBox(30, fontHilite, QR(100) + fontTypeHt\2, QB(100) - 3 * fontTypeHt, 3, s1, s1 + s2)
- Delay(read_delay)
-
- FormModifyObject(31, _Close)
- FormModifyObject(30, _Close)
- FormSetObject(101, _Bitmap, "Install.BMP", 33 pct, 30 pct)
- FormModifyObject(101, _Gray)
- s1 = "Realizer will even automatically create an "
- s2 = "installation disk for your programs."
- CyanBox(30, fontHilite, QL(101) + QW(101)\3, QB(101) + fontTypeHt\2, 2, s1, s1 + s2)
- Delay(bmp_delay)
-
- FormSetObject(102, _Bitmap, "Install2.BMP", 15 pct, 65 pct)
- FormModifyObject(102, _Gray)
-
- IF NOT RollWait(1) THEN
- EXIT MACRO
- END IF
-
- FormSetObject(20, _CaptionCenter, "What Comes With the Package", fontHeading, _Center, 1 pct)
- FormSetObject(21, _CaptionLeft, "The Realizer disk set comes with:", fontType, 2 pct, 15 pct, 98 pct, 33 pct)
- Delay(1)
-
- lfPct = 5
- tpPct = 24
- rsID = 100
- DoIcoCapt("RlzIcon", "the Realizer development environment")
- DoIcoCapt("FDevIcon", "FormDev for designing interfaces")
- DoIcoCapt("ProjIcon", "Project Builder for creating EXEs and install disks")
- DoIcoCapt("ClipIcon", "Hundreds of clipart pictures")
-
- FormSetObject(200, _CaptionLeft, "And numerous sample applications, such as:", fontType, 2 pct, 66 pct)
- Delay(1)
-
- FormSetObject(210, _Bitmap, "RlzIcon.BMP", 5 pct, 74 pct)
- FormModifyObject(210, _Gray)
- FormSetObject(211, _CaptionLeft, "Expense - a program for monitoring and reporting expenses", fontSmall, 12 pct, 74 pct, 40 pct, 10 pct)
- Delay(1)
-
- FormSetObject(220, _Bitmap, "RlzIcon.BMP", 10 pct, 82 pct)
- FormModifyObject(220, _Gray)
- FormSetObject(221, _CaptionLeft, "Finance - a financial trader's workstation", fontSmall, 17 pct, 84 pct)
- Delay(1)
-
- FormSetObject(230, _Bitmap, "RlzIcon.BMP", 15 pct, 90 pct)
- FormModifyObject(230, _Gray)
- FormSetObject(231, _CaptionLeft, "Dataview - a chart driven EIS front-end to a pharmaceutical sales database", fontSmall, 22 pct, 89 pct, 35 pct, 10 pct)
- Delay(1)
-
- FormSetObject(240, _Bitmap, "RlzIcon.BMP", 60 pct, 74 pct)
- FormModifyObject(240, _Gray)
- FormSetObject(241, _CaptionLeft, "Poker - an addictive casino game", fontSmall, 67 pct, 75 pct, 35 pct, 10 pct)
- Delay(1)
-
- FormSetObject(250, _Bitmap, "RlzIcon.BMP", 65 pct, 82 pct)
- FormModifyObject(250, _Gray)
- FormSetObject(251, _CaptionLeft, "Bomb - an example of animation", fontSmall, 72 pct, 82 pct, 25 pct, 10 pct)
- Delay(1)
-
- s1 = "Be sure to try these and the over "
- s2 = "50 other sample programs."
- CyanBox(300, fontHilite, _Right, QT(240) - 3 * fontTypeHt, 2, s1, s1 + s2)
- Delay(1)
-
- IF RollWait(0) THEN
- END IF
-