Recent

Author Topic: XERO CODER 4.2.5 has been Released!  (Read 34194 times)

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: XERO CODER 4 has been Released!
« Reply #30 on: December 04, 2013, 11:42:12 pm »
Just a news update for those who are interested:

XERO DOMAINS and XERO BROWSER Preview is here http://xhelp.xerocoder.com/xpower_guide_xcdomains.html an exciting new year with a new kind of Internet.

Also, we have still a few Christmas Special Licenses left that we want to give away, so grab one, you'll never know maybe you'll use it some day ;)

Giu

  • Full Member
  • ***
  • Posts: 131
Re: XERO CODER 4 has been Released!
« Reply #31 on: December 05, 2013, 01:19:43 pm »
I didnt understood yet. Then, what is it? a development platform developed with Lazarus? or a development enviroment, supporting pascal languaje?

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: XERO CODER 4 has been Released!
« Reply #32 on: December 05, 2013, 05:35:43 pm »
It is a development platform developed with FPC/Lazarus. The main diff would be that you a) that you can deploy your apps as Live Apps into your App-Store, and b) that you can cross compile out of the box. c) You have features like Live DB, JAX Server, and now we are also introducing an entire new Internet platform.

I suggest that you download and play around with it, there are lots of sample projects and also lots of videos you can watch at http://xhelp.xerocoder.com
 

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: XERO CODER 4 has been Released!
« Reply #33 on: December 11, 2013, 02:51:18 pm »
XERO CODER 4.1 has been released!

This update includes new Metro Components, Sound Lib and Video Lib. 40+ bugs where fixed too.

We wish you happy holidays and good new year, Lazarus Team and Community.

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: XERO CODER 4.2 has been Released!
« Reply #34 on: February 24, 2014, 05:40:35 pm »
XERO CODER 4.2 has been released!

-Added Postgres DB Component
-Added Chrome Plugin for Windows x86/x64
-Code Assistant improvements and the change of Ctrl+Space to Ctrl+J. You can use Ctrl+J now to also invoke
-Updates to KineticJS library
-Added new WebGL ThreeJS library
-Optional embed icon to exe option in the Project Options dialog (Windows Only)
-Added more Samples
-Routine fixes and updates to the libraries in general
-Qt Framework updated to version 4.8.5

Happy Coding

gymgoal

  • New Member
  • *
  • Posts: 15
    • http://www.gymgoal.com
Re: XERO CODER 4.2 has been Released!
« Reply #35 on: February 28, 2014, 10:17:22 pm »

RE: Qt Framework updated to version 4.8.5

How do you use Qt framework?

Is there an overview on your web site? Not a video, but something like an overview page?

I'm trying to figure out if your tool has any value to me, for making standalone apps (I don't need any grid connections). I cannot figure this out, because there's not much info on your website.

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: XERO CODER 4.2 has been Released!
« Reply #36 on: March 04, 2014, 11:11:33 pm »
XC uses Qt just like Lazarus uses Qt. Qute apps generated are dependent on the Qt Framework libraries.

If you download XC, just create a new project using the Qute Cross Framework, then add components and code, when you compile, the generated exe will use the included QT Framework DLL's and libqt4pas bridge just like in Lazarus.

On Windows you would have to deploy the Qt dlls with your exe
On Linux your apps Qt libraries and bridge can be installed via repository
On Mac just install the Qt packages included in the XC installation along with your app

Qt 4.8.5 was an upgrade on Windows.

In a Qute Application you can for example use styling.

Code: [Select]
App.QuteStyle('Plastique');
for example.

PS: I don't want to discourage you but if you plan to write a standallone app you might want to stick to Lazarus, cause XC is designed for Grid Computing and distributed modules, I mean you could use it but it would not really serve its purpose.
« Last Edit: March 05, 2014, 07:16:04 am by plusplus »

LA.Center

  • Full Member
  • ***
  • Posts: 244
    • LA.Center
Re: XERO CODER 4.2.5 has been Released!
« Reply #37 on: May 12, 2014, 07:28:51 pm »
XERO CODER 4.2.5 has been released. This is a interim release with many fixes. XC 4.3 has been rescheduled for 16th June 2014.

---Compiler caching and background compiling (150% faster)
---Code Assistant improvements
---Minor bug fixes on Grid Components
---Extended security hand-shake for Grid Components.

 

TinyPortal © 2005-2018