Author Topic: Po  (Read 1997 times)

Aurel

  • Guest
Po
« on: April 27, 2017, 04:47:31 PM »
Y
« Last Edit: September 23, 2018, 10:14:15 PM by Aurel »

B+

  • Guest
Re: Power basic - Analog Clock
« Reply #1 on: April 27, 2017, 07:35:17 PM »
Ugly SmallBASIC editor? maybe...

less lines, fast coding, definitely!

Here is Analog Clock in 27 lines:

PS, still 1 line longer than Paul Dunn's more colored, more detailed, more stuff per line code.

« Last Edit: April 27, 2017, 08:32:10 PM by B+ »

Aurel

  • Guest
Re: Power basic - Analog Clock
« Reply #2 on: April 27, 2017, 09:41:26 PM »
[
« Last Edit: September 23, 2018, 10:14:38 PM by Aurel »

B+

  • Guest
Re: Power basic - Analog Clock
« Reply #3 on: April 28, 2017, 12:19:36 AM »
Aurel, I have no idea what the Linux experience is.

I personally use Windows 10 for all my File maintenance stuff but you can use SmallBASIC's File menu. see "SmallBASIC Notes" thread under "Tutorials and articles" board, that I have just updated with screen shots of latest update (this month) of SmallBASIC version 0.12.9

PS, I think the File menu stuff in SmallBASIC is for when you are writing code with Android device.
« Last Edit: April 28, 2017, 01:07:38 AM by B+ »

jj2007

  • Guest
Re: Power basic - Analog Clock
« Reply #4 on: April 28, 2017, 01:07:57 PM »
Yes .. Power Basic  :D
Jose Roca site have many great programs and examples.

With the Classic PowerBASIC Compiler 9.07 for Windows, it works after two little changes:

#INCLUDE ONCE "win32api.inc"
#INCLUDE ONCE "\PowerBasic\WinAPI\Win32API.inc"

                  BYVAL pszCmdLine AS WSTRINGZ PTR, BYVAL iCmdShow AS LONG) AS LONG
                  BYVAL pszCmdLine AS LONG PTR, BYVAL iCmdShow AS LONG) AS LONG