Discussion forum about PANORAMIC language
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Discussion forum about PANORAMIC language

Mac, Windows & Android application development with PANORAMIC language
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  
Latest topics
» What happened with the panoramic language ?
by Wed Jan 03, 2024 4:09 pm

» Hello world.
by Wed May 09, 2018 11:53 pm

» Biomorphes de PICKOVER
by Sun Jun 18, 2017 2:33 am

» In less than 10 lines of code
by Fri Jun 16, 2017 5:03 am

» Effect Dopler
by Fri Jun 16, 2017 3:29 am

» SuperEllipse
by Wed Jun 14, 2017 4:01 am

» Plants
by Wed Jun 14, 2017 3:38 am

» Mira's attractor
by Wed Jun 14, 2017 3:30 am

» Triangle of Sierpinski
by Wed Jun 14, 2017 3:22 am

» Esthétique polaire
by Wed Jun 14, 2017 3:16 am

» Butterfly effect : Lorenz equations
by Wed Jun 14, 2017 3:08 am

» Collision detection
by Tue Jun 13, 2017 5:09 am

» The Bees Laline Paull Epub Books
by Mon Oct 10, 2016 8:58 pm

» PANORAMIC for Mac OSX 10 is available
by Tue Aug 09, 2016 6:08 pm

» ide
by Sat Jul 16, 2016 12:27 am

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

 

 PANORAMIC V 0.9.19 is out

Go down 
2 posters
AuthorMessage
Jack
Admin
Jack


Number of posts : 99
Registration date : 2007-07-01

PANORAMIC V 0.9.19 is out Empty
PostSubject: PANORAMIC V 0.9.19 is out   PANORAMIC V 0.9.19 is out EmptyFri Jun 18, 2010 8:01 am

PANORAMIC V 0.9.19 is out.

21 new keywords:

OFF_ERROR_GOTO : cancels the command ON_ERROR_GOTO
OFF_CHANGE N : ignores the event "change" when the system object number N changes
OFF_KEY_DOWN N : ignores the event "key_down" when the user presses any key while the system object number has focus
OFF_KEY_UP N : ignores the event "key_up" when the user releases any key while the system object number has focus
CHAIN F : loads the source file F then executes it
FILEBIN_HEXA_READ N,C,V$ :reads C bytes from the binary file number N and stores the values to the variable V$
FILEBIN_HEXA_WRITE N,C,S : writes C bytes to the binary file number N, data to be written are in the string expression S
FILEBIN_BLOCK_READ N,C,V%(P) : reads C bytes from the binary file number N and stores the values to the array V% from the index P
FILEBIN_BLOCK_WRITE N,C,V%(P) : writes C bytes to the binary file number N, data to be written are in the array V% from the index P
CLIPBOARD_STRING_COPY S : copy to the clipboard the string expression S
CLIPBOARD_STRING_PASTE$ : returns the text of the clipboard
TIMER N : creates a system object TIMER and allocates it number N as reference
ON_TIMER N,L : executes the program from label L when the TIMER number N triggers
TIMER_ON N : makes active the system object TIMER number N
TIMER_OFF N : makes inactive the system object TIMER number N
TIMER_INTERVAL N,P : changes the triggering period P of the system object TIMER number N
SPRITE_X_SCALE N,CX : shrinks or stretches the width of the sprite number N
SPRITE_Y_SCALE N,CY : shrinks or stretches the height of the sprite number N
SPRITE_SCALE N,CX,CY : shrinks or stretches the width and height of the sprite number N
SPRITE_X_POSITION(N) : returns the X coordinate of the SPRITE number N
SPRITE_Y_POSITION(N) : returns the Y coordinate of the SPRITE number N

Bugs fixed:

- Structure SELECT / CASE / END_SELECT : if the selected value is 0 and if there is no case with 0, the program was reinitialized.
- When a FORM with objects was deleted, the numbers of deleted objects were not free.
- Fatal error when executing the line : DIM a$(100), b(100), c(100), d(100), e$(100)
- The command FILEBIN_OPEN_WRITE deleted the file and created a new one with a name in capital letters.
- The syntax of SELECT_TEXT was not compatible with MID$.
- The commands ADR(A), ADR(A$) and ADR(A%) were not operational.
Back to top Go down
https://panoramic.forumotion.com
Gregory




Number of posts : 9
Age : 41
Localisation : South Africa
Registration date : 2010-05-12

PANORAMIC V 0.9.19 is out Empty
PostSubject: Re: PANORAMIC V 0.9.19 is out   PANORAMIC V 0.9.19 is out EmptySun Jun 27, 2010 11:16 am

sunny Ive been experimenting with the new timer commands and have been able to come up with some interesting Subs for games but can see how effective they can be in windows applications as. Makes a mean combination when used with the wait command. The sprite scaling also packs a punch for some awesome effects. Nice new updates!
Back to top Go down
 
PANORAMIC V 0.9.19 is out
Back to top 
Page 1 of 1
 Similar topics
-
» PANORAMIC V 0.9.14 is out
» PANORAMIC V0.9.6 is available
» PANORAMIC 0.9.26 is out
» PANORAMIC V 0.9.17 is out !
» PANORAMIC V0.9.20 is out.

Permissions in this forum:You cannot reply to topics in this forum
Discussion forum about PANORAMIC language :: Panoramic for Windows :: New releases-
Jump to: