Jump to content

Ajax Error 024 is not defined


Wilton Ergon

Recommended Posts

the error is displayed when loading the login in a mobile application, I could not notice anything wrong in 
the system properties, after the error, the controls are misaligned but I can still enter the system.

 

this project would normally open in earlier versions, after upgrading to the latest version began to display the message

unigui 1.50.0.1481

tokyo 10.2.3

 

print erro unigui.png

Link to comment
Share on other sites


TfrmLogin - type -> TUnimLoginForm
AlignmentControl -> uniAlignmentServer

put in form  unimcpM type TUnimContainerPanel
             Aling ->alClient
             AlignmentControl -> uniAlignmentClient

put in unimcpM
         unmcp1  type TUnimContainerPanel
           AlignmentControl ->  uniAlignmentClient 
           Align - alNone
           in unmcp1 - put 1 tunimimage           

        unmcp2 type TUnimContainerPanel
           AlignmentControl ->  uniAlignmentClient 
           Align - alNone
           in unmcp2 - put 2 tunimedit and 1 tunimbutton 
     

 

I did not change anything in layout
run application - error ajax o1C is not defined
-------
after change only Aling for alNone of component unimcpM
opens normally

Link to comment
Share on other sites

seems to be something in something on the system somewhere else, 
since I delete the login form, I created a new one with another name,
 I just added a TUnimContainerPanel component, I changed the Align to alClient
nothing was added to this new form, and yet the error persists.
after,

I did the test creating a new project, and in this new project, in the login screen the alignments work normally.

so I think it's not something that is related to login, but something related to some other part of the system.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...