Jump to content

Christian Klein

uniGUI Subscriber
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

364 profile views

Christian Klein's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi all, I use the C++Builder 11 with the UniGui components and now I wanted to create my own component but I get the following link error: [ilink32 Fehler] Error: 'C:\PROGRAM FILES (X86)\FMSOFT\FRAMEWORK\UNIGUI\UINDY\UINDY28.BPI' enthält einen ungültigen OMF-Record, Typ 0x2f [ilink32 Fehler] Error: 'C:\PROGRAM FILES (X86)\FMSOFT\FRAMEWORK\UNIGUI\UINDY\UINDY28.BPI' contains an invalid OMF-Record, Typ 0x2f I have created the UNiGui components with the batch: cppbuilder-11.0Alexandria.bat Is this a problem with the C++Builder? Thanks for the help! Christian
  2. Hi all, I use the C++Builder with the UniGui components and now I wanted to create my own component but I get the following link error: [ilink32 Fehler] Error: 'C:\PROGRAM FILES (X86)\FMSOFT\FRAMEWORK\UNIGUI\UINDY\UINDY28.BPI' enthält einen ungültigen OMF-Record, Typ 0x2f [ilink32 Fehler] Error: 'C:\PROGRAM FILES (X86)\FMSOFT\FRAMEWORK\UNIGUI\UINDY\UINDY28.BPI' contains an invalid OMF-Record, Typ 0x2f I have created the UNiGui components with the batch: cppbuilder-11.0Alexandria.bat Is this a problem with the C++Builder? Thanks for the help! Christian
  3. Hi, i had he same problem and I solve the problem in this way. 1. I take the standard edit control TUnimEdit 2. I add the following code to the ClientEvents->ExtEvents.painted function painted(sender, eOpts) { var me=sender.inputElement; if(me) { me.dom.setAttribute('inputmode', 'decimal'); } } 3. In the code I convert the text property to double/float I don't checked this solution with android! Best Christian
  4. Hello, has anyone a solution for this problem? I can't solve this problem self because I don't have access to the source code. Thanks for help!
  5. I use the last version 1.90.0.1534 IDE: C++ Builder 10.4 I have attached a test project. UniGuiTestServer.zip
  6. Hi Sherzod Port = wPortL; SSL->SSLPort = wPortSSLL; On SSL port it works
  7. When I try to set dynamically the port, I get the following link error: [ilink32 Fehler] Error: Nicht auflösbares externes '__fastcall Uniguiserver::TUniGUIServerModule::SetPortW(unsigned short)' referenziert von C:\TEMPCOMPILE\WEBOFFICE32\WIN32\RELEASE\SERVERMODULE.OBJ In english: Unresolved external '__fastcall Uniguiserver::TUniGUIServerModule::setPortW(unsigned short)' ... Thanks for help
  8. Hi Farshad, please can you answer the question from Daycon! Thanks
×
×
  • Create New...