Page 1 of 1

Launcher 2.2

Posted: Sun Aug 14, 2016 6:00 pm
by Dutchman
Another launcher. See viewtopic.php?f=20&t=1499
With 'Windows-8' look, but refined. :lol:
You'll find the "Launcher' on Dropbox at https://www.dropbox.com/sh/o6ue123err04 ... g95sa?dl=0

With 'Launcher' you get an easy and simple way to access your favorite programs, especially if it is coupled to a desktop-icon.
How to do that is described in the PDF-manual.
If your selected program is adapted for launcher, which requires three lines of code in a well-structured program, then it will return control to either the Desktop, or to 'Launcher' or to Smart Basic, dependent on how the program was started.

The facilities include the possibility to view the info on the selected program on internet, if it is available.
The required browser, programmed in basic, is included.
Information on how to personalize the data can be found in the subfolder "Info".
- File "Smart Basic Manual 5-6 'Personal notes'.pdf" is extracted from the Smart Basic PDF-manual and describes how to embed the launcher in your application of Smart Basic.
- File "Usage." describes how to use the facilities. It also describes how to read the PDF-file via the launcher
- File "Changes." describes the history of the development by listing the changes which has been made.
In the demo-version these files can be read by touching the proper button. For the PDF-file the 'URL-?' button should be touched first before the button 'Usage' is touched.
## Version 2.2, date 20160908
- Complete update of content of folder "Launcher"
- Sysfile "Search.sb" allows searching the files and folders
- Sysfile "View file.sb" displays text-files or images. It replaces "read file.sb"
Opening screen when launched from desktop
Opening screen when launched from desktop
1.PNG (550.96 KiB) Viewed 4075 times
Background is randomly chosen from available images
Background is randomly chosen from available images
2.PNG (387.55 KiB) Viewed 4075 times
Horizontal position with 12 rows of 5 buttons with 'Outline'
Horizontal position with 12 rows of 5 buttons with 'Outline'
3.PNG (446.88 KiB) Viewed 4075 times
Simulation of iPhone usage
Simulation of iPhone usage
4&5.PNG (422.52 KiB) Viewed 4075 times
Display with personalized preliminary data
Display with personalized preliminary data
6.PNG (501.21 KiB) Viewed 4014 times
"Search.sb" active after touching 'View or Run'
"Search.sb" active after touching 'View or Run'
7.PNG (333.19 KiB) Viewed 4014 times

Re: Launcher

Posted: Sun Aug 14, 2016 6:14 pm
by Mr. Kibernetik
:idea: Launcher could scan *.sb files for some mark and automatically create app list for launching.
Or even simpler: apps for Launcher could have specific extension, like *.sbl

Re: Launcher

Posted: Sun Aug 14, 2016 6:19 pm
by Dutchman
Mr. Kibernetik wrote::idea: Launcher could scan *.sb files for some mark and automatically create app list for launching.
Yes, but it is questionable if the found program is interesting enough and how to determine category. :?:

Re: Launcher

Posted: Sun Aug 14, 2016 6:37 pm
by Mr. Kibernetik
This mark could contain all necessary data, like
'=>2
in the first line of the app where '=> denotes that this app is for Launcher and 2 is its category.
Or, as I already said, these apps could just have specific extension.

Re: Launcher

Posted: Sun Aug 14, 2016 9:04 pm
by Dutchman
There was a problem with iPhone simulation ('Smallscreen=1') :oops:
It is solved now.

Re: Launcher update

Posted: Fri Aug 26, 2016 8:24 am
by Dutchman
The new version of Launcher is available. See first post in this topic.
Major changes:
- Communication with programs via Clipboard has been added and used in facilities
- If the program is adapted for launcher, which requires three lines of code in a well-structured program, then it will return control to either the Desktop, or to 'Launcher' or to Smart Basic, dependent on how the program was launched.
- The facilities include the possibility to view the info on the selected program on internet, if it is available.
The required browser, "Dav's browser 8+", is included.
- Utility-programs are added e.g. the possibility to read files in the launcher.
- The launcher has now a backdrop-image. It selects the image from 8 pictures. Pictures can be changed or added.
- The program has been restructured in order to simplify changes.

Re: Launcher 2.1

Posted: Mon Aug 29, 2016 6:41 pm
by Dutchman
Launcher is updated to version 2.1
- Screen is cleared befor the selected program is launched
- "demo Launcherdata." has been removed. "Launcherdata." contains all available programs adapted for Launcher.
It is thus 'Ready to run". Only the file "- Launcher.sb" should be copied and pasted in the root-folder.
Adapted programs should be downloaded and/or pathnames adjusted to your own files-tree.

Make a desktop-icon to Launcher for real fast access to your program-collection.

Re: Launcher 2.2

Posted: Thu Sep 08, 2016 3:10 pm
by Dutchman
Launcher has been updated to version 2.2.
It requires to update the complete folder "Launcher".
Save your "Launcherdata." before updating.
In "Launcherdata." the blue-marked section gives info on Launcher.
The red -marked section indicates addition of 'View or Run'

Major changes:
# Sysfile "Search.sb" allows browsing the folder-tree and view or run a file.
+ With the 'Go' button, activity can be replaced to a selected folder.
# Sysfile "View file.sb" displays file content, either as text or as image. It replaces "read file.sb"

Read 'Changes' and 'Usage' for further details.

Re: Launcher 2.2

Posted: Thu Sep 08, 2016 4:34 pm
by Dutchman
There was a problem with multiple calls to the function "Launch$".
It would remove contents of Launch$.Id$ and Launch$.Line$.
That problem was easy to solve, so I changed "- Launcher.sb" and the info in Sysfiles "Changes." and "Usage."

Re: Launcher 2.2

Posted: Thu Sep 08, 2016 5:28 pm
by rbytes
Nice improvements. Launcher has really speeded up moving between programs. :D