Jump to content

Recommended Posts

  • Administrators
Posted

Greetings!

 

As I stated before version 0.86.0 will focus on client side scripting and event handling.

 

A simple demo (Best viewed with FireFox4 or Chrome):

 

http://prime.fmsoft....demo/pinpon.dll

 

As you can see client side scripting features in 0.86.0 will be powerful.

 

Some of these features:

 

-Add and edit JavaScript events for Ext JS objects in IDE.

-Call server side AJAX events from within JavaScript

-Directly access Ext JS objects from within JavaScript using their Delphi names:

 

MainForm.UniButton1.setText('abc');
MainForm.UniEdit1.setDisabled(true);

 

function OnMouseover(sender, e)
{
 sender.setDisabled(false);
}

 

There is no 0.86 build available for download yet, but I plan to release the first build in few days.

Posted

Awesome!

 

Now the only thing left is to add Pascal to JS compiler (like PasJS) to write events and client code in Delphi. The one language to rule them all :)

 

p.s. joke, I can write in JS. But if it is possible...

Posted

Hi Farshad

 

I know you're really busy, but is there any chance you will be able to split the charting stuff into a seperate package in 0.86 ?

 

I've managed to get ZeosLib 7 working well, which means I'm back in business but I'm beginning to miss the syntax highlighting and would like to try the Scheduling stuff.. Charting I can do without for a while

 

Many thanks

  • Administrators
Posted

What's different between ExtEvents and UniEvents property? and, Are there have a property editor for both?

 

ExtEvents arr generic Ext JS events.

UniEvents are those added by uniGUI.

×
×
  • Create New...