Jump to content

Recommended Posts

  • Administrators
Posted

Version 0.87.0.907 can be downloaded from here.

 

ChangeLog:

 

0.87.0.907

+----------------------------------------------------------------------------------------

- 0000729: Ajax bug handling problem when form is newly created.

- 0001186: Bug when exception is raised in Form.OnShow event

- 0001185: Bug when exception is raised before created form is shown

- 0001188: Improved exception handling when execption occurs in Form OnShow/OnCreate

- 0001187: Add CSV to supported Mime types

- 0001184: UniDBLookup: Issue with assigning KeyValue

- 0001183: UniDBLookup: Text set to Readonly

- 0001174: Issue while setting background color when Transparent is False

- 0001173: TUniLabel: VCL Click bug when label is a html link

- 0001066: UniDBLookUpxx : List doesn't refresh when dataset rows change

- 0001101: UniSession.URL property

- 0001166: Form Top/Left not visible when Form doesn't fit in browser

- 0001080: Double Ajax=1 param in ajax events

- 0001172: Issue when Grid cell is being edited and row changes by Tab

- 0001171: El property assignment bug when component is on invisible TabSheet

- 0001169: UniTabSheet: OnClose event (Web only)

- 0000503: Closable Tabs in UniPageControl

- 0001168: Event assignment error when Name=''

- 0001167: UniDBGrid: Issue when DataSet.RecordCount is not consistent

- 0000937: TUniForm.Visible at runtime

- 0001140: Launching ScreenMask from JavaScript

- 0000911: Setting hints at runtime.

- 0001163: FileUpload: Show proper error message when file name is blank

- 0000969: Clicking on window upper right corner [X] is not handled in OnClose event

- 0001157: TUniDBEdit: Field.Size is ignored

- 0001158: Bug when AutoEdit=False and DataSet is in edit mode

- 0001159: UniDBGrid: Attribute render bug

- 0001160: UniDBLookUpXX: Item list construct bug

- 0001161: UniDBLookUpX: Value/Item is not updated after list items are changed

- 0001162: UniDBListBox: Clicks are not captured

- 0001165: UniServerModule: OnBeforeInit event

- 0000518: UniSpinEdit: Spin works when disabled

- 0000946: TUniMainMenu: Root menu visible

- 0000855: UniMainModule.OnSessionTimeOut event

- 0001111: Implement UniApplication.Terminate(Message: string);

- 0001137: TreeNode with no image when ImageIndex=-1

- 0001149: Delphi XE2 Support (Win32 only)

- 0001150: UniDBGrid fit problem in GroupBox

- 0001151: Ext JS version upgraded to 3.4.0

- 0001152: IE9 native support

- 0001132: Set designers' position to poScreenCenter

- 0000544: Ajax callback process bug

- 0001148: UniDBGrid: dgTitleClick is ignored in web mode

- 0001128: Bug when DataSource.AutoEdit=False

- 0001125: UniComboBox: Bug in value set

- 0001124: TUniTabControl: Object leak issue

- 0001121: Top level menu Visible=False

- 0001119: VCL: UniDBGrid TitleClick Bug

- 0001118: SetVisible bug

- 0001129: UniDBGrid: Change TitleFont @runtime

- 0001127: Display Ampersand when it is not a shortcut

- 0001110: Bug in empty form Caption

- 0001063: UniLabel AutoSize for web mode

- 0001131: Bug when TUniLabel.ColorclBtnFace and Transparent is True

- 0001130: TUniLabel: AutoSize default set to true

- 0001138: UniPanel Alignment bug

- 0001143: Bug when Resetting Font.Color to clWindowText

- 0001144: Ajax Error when closing Form containing uniDBGrid

- 0001145: New JavaScript methods showMask() and hideMask()

- 0001146: Bug in ISAPI mode: UrlPath is converted to lowercase

- 0001147: UniDBGrid.SetFocus() Web mode bug

- New Demo: Closable Tabs

- New Demo: UIMask-Client

- New Demo: SessionTimeout

Since Ext JS version has changed you may need to re-adjust ServerModule->ExtRoot parameter. You don't need to change anything if it is already set to 'ext-x.y.z\', as it will automatically point to new ext-3.4.0 folder.

Also don't forget to deploy ext-3.4.0 folder to your servers.

  • Upvote 2
Posted

DELPHI XE2

==========

 

the file 'SynEdit_R2012.vrc' contains a small problem:

 

MAINICON ICON "H:\\Framework\\uniGUI\\synedit\\Packages\\SynEdit_R2012_Icon.ico"

 

and generates an error when trying to compile the package "SynEdit_R2012.bpl"

 

to compile the package had to do the following:

 

subst h: "C:\Users\Public\Documents\FMSoft"

 

please fix this little problem in the next build

 

this "framework" is getting better ...

 

Leandro Ávila

Posted

Same error.

 

THX

 

 

 

DELPHI XE2

==========

 

the file 'SynEdit_R2012.vrc' contains a small problem:

 

MAINICON ICON "H:\\Framework\\uniGUI\\synedit\\Packages\\SynEdit_R2012_Icon.ico"

 

and generates an error when trying to compile the package "SynEdit_R2012.bpl"

 

to compile the package had to do the following:

 

subst h: "C:\Users\Public\Documents\FMSoft"

 

please fix this little problem in the next build

 

this "framework" is getting better ...

 

Leandro Ávila

Posted

DELPHI XE2

==========

 

the file 'SynEdit_R2012.vrc' contains a small problem:

 

MAINICON ICON "H:\\Framework\\uniGUI\\synedit\\Packages\\SynEdit_R2012_Icon.ico"

 

and generates an error when trying to compile the package "SynEdit_R2012.bpl"

 

to compile the package had to do the following:

 

subst h: "C:\Users\Public\Documents\FMSoft"

 

please fix this little problem in the next build

 

this "framework" is getting better ...

 

Leandro Ávila

 

Hi,

 

In XE2 save project path and model in res and dproj and ...

 

1) Close Delphi

2) Delete All (if exists) *.dproj and *.local and *.ico and *.vrc and *.dsk and *.2007 and *.rsm and *.identcache in Project Folder and all Subfolders

3) Run Delphi and open project and compile it

 

I compiled and installed all packages in XE2.

 

Regards

  • Administrators
Posted

Thanks for reporting. I updated the installer: 0.87.0.897

 

DELPHI XE2

==========

 

the file 'SynEdit_R2012.vrc' contains a small problem:

 

MAINICON ICON "H:\\Framework\\uniGUI\\synedit\\Packages\\SynEdit_R2012_Icon.ico"

 

and generates an error when trying to compile the package "SynEdit_R2012.bpl"

 

to compile the package had to do the following:

 

subst h: "C:\Users\Public\Documents\FMSoft"

 

please fix this little problem in the next build

 

this "framework" is getting better ...

 

Leandro Ávila

  • Upvote 1
Posted

when I open a form with dbgrid and dbnavigator and somethings else.

 

Yes you right,

 

In XE2 resource file changed, XE2 save 32-bit and 64-Bit resource in one res file,

If you open XE project and want to compile it in 64-Bit, you cant trace or debug it ! must be recreate resource.

 

Mr, Farshad use fixed 3 resource file

 

{$R 'uniGUIExpert.res'}
{$R 'uniGUIGlyph.res'}
{$R 'UniDBNavigator.res'}

 

in uniGUI16dcl.dpk package.

 

I think this res files must be recreate.

 

We must be wait for new release. :rolleyes:

 

Best regards

Posted

Ok, THX!

 

Yes you right,

 

In XE2 resource file changed, XE2 save 32-bit and 64-Bit resource in one res file,

If you open XE project and want to compile it in 64-Bit, you cant trace or debug it ! must be recreate resource.

 

Mr, Farshad use fixed 3 resource file

 

{$R 'uniGUIExpert.res'}
{$R 'uniGUIGlyph.res'}
{$R 'UniDBNavigator.res'}

 

in uniGUI16dcl.dpk package.

 

I think this res files must be recreate.

 

We must be wait for new release. :rolleyes:

 

Best regards

Posted

Hi Farshad Mohajeri

 

The Version 0.87.0.897, he is generating this exception, indefinitely.

 

 

 

********* Severe exception MyExceptClsProc detected - 21/10/2011 14:04:50 *********

Version AvisosCNP:1.1.4.106

Exception code:

Exception address: ($020142C7) uniGUISessionManager:uniGUISessionManager.TUniGUISessions.PurgeStaleSessions(?)

 

Call stack (oldest call at bottom):

call stack - 0 : ($0205F5A3) MemCheck:MemCheck.MyExceptClsProc(?)

call stack - 1 : ($01D06F97) System:System.@HandleOnException:14028 (System.pas)

call stack - 2 : ($76FC6A87) :RtlDosSearchPath_Ustr(?)

call stack - 3 : ($76F9013F) :KiUserExceptionDispatcher(?)

call stack - 4 : ($020145B7) uniGUISessionManager:uniGUISessionManager.TUniGUISessionManager.Execute(?)

call stack - 5 : ($01D575C1) Classes:Classes.ThreadProc:11407 (Classes.pas)

call stack - 6 : ($01D07ADA) System:System.ThreadWrapper:16519 (System.pas)

call stack - 7 : ($757033C6) :BaseThreadInitThunk(?)

call stack - 8 : ($76FB9ECE) :RtlInitializeExceptionChain(?)

call stack - 9 : ($76FB9EA1) :RtlInitializeExceptionChain(?)

call stack - 10 : ($FFFFFFFC) (?)

 

*****************************************************************

 

 

********* Severe exception MyExceptObjProc detected - 21/10/2011 14:04:50 *********

Version AvisosCNP:1.1.4.106

Exception code:

Exception address: ($020142C7) uniGUISessionManager:uniGUISessionManager.TUniGUISessions.PurgeStaleSessions(?)

 

Call stack (oldest call at bottom):

call stack - 0 : ($0205F9C3) MemCheck:MemCheck.MyExceptObjProc(?)

call stack - 1 : ($01D07019) System:System.@HandleOnException:14104 (System.pas)

 

*****************************************************************

 

 

********* Severe exception MyExceptClsProc detected - 21/10/2011 14:04:51 *********

Version AvisosCNP:1.1.4.106

Exception code:

Exception address: ($020142C7) uniGUISessionManager:uniGUISessionManager.TUniGUISessions.PurgeStaleSessions(?)

 

Call stack (oldest call at bottom):

call stack - 0 : ($0205F5A3) MemCheck:MemCheck.MyExceptClsProc(?)

call stack - 1 : ($01D06F97) System:System.@HandleOnException:14028 (System.pas)

call stack - 2 : ($76FC6A87) :RtlDosSearchPath_Ustr(?)

call stack - 3 : ($76F9013F) :KiUserExceptionDispatcher(?)

call stack - 4 : ($020145B7) uniGUISessionManager:uniGUISessionManager.TUniGUISessionManager.Execute(?)

call stack - 5 : ($01D575C1) Classes:Classes.ThreadProc:11407 (Classes.pas)

call stack - 6 : ($01D07ADA) System:System.ThreadWrapper:16519 (System.pas)

call stack - 7 : ($757033C6) :BaseThreadInitThunk(?)

call stack - 8 : ($76FB9ECE) :RtlInitializeExceptionChain(?)

call stack - 9 : ($76FB9EA1) :RtlInitializeExceptionChain(?)

call stack - 10 : ($FFFFFFFC) (?)

 

*****************************************************************

 

 

********* Severe exception MyExceptObjProc detected - 21/10/2011 14:04:51 *********

Version AvisosCNP:1.1.4.106

Exception code:

Exception address: ($020142C7) uniGUISessionManager:uniGUISessionManager.TUniGUISessions.PurgeStaleSessions(?)

 

Call stack (oldest call at bottom):

call stack - 0 : ($0205F9C3) MemCheck:MemCheck.MyExceptObjProc(?)

call stack - 1 : ($01D07019) System:System.@HandleOnException:14104 (System.pas)

 

*****************************************************************

 

 

indefinitely.....

Posted

In your log.

 

...

AvisosCNP: 00001398: 14:04:44:TUniGUISessionManager:Access violation at address 020142C7 in module 'AvisosCNP.dll'. Read of address 0000008A

AvisosCNP: 00001398: 14:04:45:TUniGUISessionManager:Access violation at address 020142C7 in module 'AvisosCNP.dll'. Read of address 0000008A

...

  • Administrators
Posted

Hi Farshad Mohajeri

 

The Version 0.87.0.897, he is generating this exception, indefinitely.

 

 

 

********* Severe exception MyExceptClsProc detected - 21/10/2011 14:04:50 *********

Version AvisosCNP:1.1.4.106

Exception code:

Exception address: ($020142C7) uniGUISessionManager:uniGUISessionManager.TUniGUISessions.PurgeStaleSessions(?)

 

 

Will be fixed in next build.

  • Upvote 1
×
×
  • Create New...