NizamUlMulk Posted March 15, 2017 Share Posted March 15, 2017 var elFrame: TUniframe; begin elFrame := TUniframe.create(UniApplication); OR elFrame := TUniframe.create(nil); end; Este código me tira el error "Class TUniSimplePanel not found". Cómo se soluciona? Uso versión pagada ext-4.2.5.1763 ext-4.2.5.1763 , uni-0.99.90.1287 Quote Link to comment Share on other sites More sharing options...
Mustafa Posted April 7, 2017 Share Posted April 7, 2017 I have same problem. Quote Link to comment Share on other sites More sharing options...
Hayri ASLAN Posted April 7, 2017 Share Posted April 7, 2017 Add uniGUIRegClasses to uses. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.