B4J Question Having an error JUST on MAC...

Gary Miyakawa

Active Member
Licensed User
Longtime User
Folks,

I JUST started getting this error when I go to Display a second layout in the program. The second layout is VERY basic with mostly a ListView box where all my trace/debug information ends up.

If I'm on Windows, everything works as expected. When I try it from from the bridge or loading the .jar file on the MacBook I get the following error:


I'm open to suggestions of where to look.

Thanks,

Gary Miyakawa
 

Gary Miyakawa

Active Member
Licensed User
Longtime User
It's actually on the "show".

B4X:
Sub AppStart (Form1 As Form, Args() As String)
    DebugForm.Initialize("debugform",480,640)
    DebugForm.RootPane.LoadLayout("DebugForm")
    DebugForm.show


And this is what the Form looks like:






I'm going to skinny down the program and upload it in a bit.

Thanks!

Gary Miyakawa
 
Upvote 0

Gary Miyakawa

Active Member
Licensed User
Longtime User
[SOLVED]

Debugging 101.... Reboot EVERYTHING (both windows and Mac) and test again...

Sure enough, that resolved it.

(BTW, just restarting the bridge (b4j-bridge.jar) was NOT enough to clear it so it was something inside of the MAC that was unhappy. I even tried running it directly from the .jar file and it still failed.)

Sorry !! But hope this helps someone in the future !

Cheers,

Gary Miyakawa
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…