Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cyclone 2.5
#1
Continuation of the Cyclone News Post

This is probably last version of CycloNe GUI's line.
There are two versions: For QB45 and QB71
Entire Core of library has been rewrited
Now it is more object -oriented than ever before
Controls have its own types like
Code:
Dim Shared Form1 as FORM
createform Form1.ID,1,10,100,100,"My Form"
Now events belong to control. And control can have many events at the same time.
Code:
If Form1.FEvent.FCLose Then
ENDP
endif
If Form1.FEvent.FMove Then
....
endif
Also runtime creation of controls is allowed
CycloNe has written using Future Library so it works best with different screen modes.
The homepage of project is:
http://zerodivide.h15.ru/cyclone.html
url=http://fileanchor.com]FileAnchor[/url] - ImageAnchor - FBTK - QbasicNews - VPlanet - Various
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)