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

 

after several tests, I noticed that the alignments do not work on the login form,

any changes in the alignments I make, alclient, layout, display the error. in other types of forms it seems to work.

 

 

no js code was added to controls

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...