Howdy All,
I have found that if I used FormExDesktop to extend my main form the RAPI Connected event no longer fires.
Original Code, rapi_Connected works fine
With FormEXDesktop, rapi_Connected doesn't work.
Anyone have any ideas?
Thanks,
-Keith
I have found that if I used FormExDesktop to extend my main form the RAPI Connected event no longer fires.
Original Code, rapi_Connected works fine
B4X:
Sub App_Start
form1.Show
rapi.New1
rapi.Connect
End Sub
With FormEXDesktop, rapi_Connected doesn't work.
B4X:
Sub App_Start
FormEX.New1("Form1")
FormEX.Run
rapi.New1
rapi.Connect
End Sub
Anyone have any ideas?
Thanks,
-Keith