Jump to content

cenzin2

uniGUI Subscriber
  • Posts

    5
  • Joined

  • Last visited

cenzin2's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I have exactly the same situation. How can i tell that the cell being drawn is part of a selected row?
  2. Hello Fellows, I have been experiencing this problem with C++ Builder Embarcadero 11.1.5 and Unigui 1.90.0.1563 I have a registered version It is happening in debug mode :00007FFF87614FD9 RaiseException() :000000000179B05A Unigridexporters::initialization()() :00000000008DCA13 System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :00000000008DCA31 System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :0000000000F5DA90 System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :0000000000F3B73E System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :0000000000F3AB31 System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :0000000000F3E3D4 System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :0000000000F3D8BB System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :0000000000985F03 System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :00000000008DD4ED System::Generics::Collections::TDictionary__2<System::Rtti::TRttiField*, System::TObject*>::TPairEnumerator::MoveNext()() :00007FFF88CB7034 BaseThreadInitThunk() :00007FFF89D22651 RtlUserThreadStart() First chance exception at $00007FFF87614FD9. Exception class EIdHTTPErrorParsingCommand with message 'Error in parsing command.'. Process theninja.exe (48440) I had a medium size application running in standalone mode. I had this grid export feature which i took out because of this error . If i press continue 3 times it'll go away. Don't know how harmless it could be Please advice
  3. Oh yes , i'm aware of that. If i compile the code in 32 bits then it works with both a self signed and a godaddy's certificate. But in 64 bits it doesn't work. it is giving the error i start this thread with. So any suggestions will be appreciated! Thanks in advance
  4. Hello , yes, as i was mention before i am using the dll's that came with the 1560 version which are on the directory that you specified.
  5. Dear Friends, I have been developing with unigui in C++builder Alexandria 11.1 in 64 bit mode using standalone server and when enable SSL it is giving me this exception Exception class EIdOSSLLoadingRootCertError with message First chance exception at $00007FFAC43D4F69. Exception class EIdOSSLLoadingRootCertError with message 'Could not load root certificate. error:00000000:lib(0):func(0):reason(0)'. Process xxxxxx.exe (6852) It won't happen if i compile in 32 bits. I am a registered UNIGUI user and the version that i am using is the 1.90.0.1560. it is happening in both debug and release configuratons. For testing i am using the self signed certificate following UNIGUI documentaton instructions. Also i am using the SSL dll that comes with the 1560 version. SSL config on ServerModule is SSL.Enabled = True SSL.SSLOptions.RootCertFile = 'root.pem' SSL.SSLOptions.CertFile = 'fl.cert.pem' SSL.SSLOptions.KeyFile = 'fl.key.pem' SSL.SSLOptions.Method = sslvTLSv1_2 SSL.SSLOptions.SSLVersions = [sslvTLSv1_2] SSL.SSLOptions.Mode = sslmUnassigned SSL.SSLOptions.VerifyMode = [] SSL.SSLOptions.VerifyDepth = 0 SSL.SSLPassword = 'fmsoft' SSL.SSLPort = 8080 I also tried SSL.Enabled = True SSL.SSLOptions.RootCertFile = 'root.pem' SSL.SSLOptions.CertFile = 'fl.cert.pem' SSL.SSLOptions.KeyFile = 'fl.key.pem' SSL.SSLOptions.Method = sslvSSLv3 SSL.SSLOptions.SSLVersions = [sslvSSLv3] SSL.SSLOptions.Mode = sslmUnassigned SSL.SSLOptions.VerifyMode = [] SSL.SSLOptions.VerifyDepth = 0 SSL.SSLPassword = 'fmsoft' SSL.SSLPort = 8080 The result is identical So i hope that someone can give me some light on this. Thanks in advance
×
×
  • Create New...