Android Question problem with LoadLayout

fransvlaarhoven

Active Member
Licensed User
Longtime User
hello,

I have a strange problem:

- I have a small application using multiple pages
- this application was running correctly
- I'm using the remote compiler
- I stopped working before the weekend

- resume the work after the weekend, nothing changed but now:

pg.RootPanel.LoadLayout("pmain") causes errors

Error opening stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=2}
Stack Trace: (
CoreFoundation <redacted> + 152
libobjc.A.dylib objc_exception_throw + 38
CoreFoundation <redacted> + 0
Messenger -[B4IFile OpenInput::] + 508
Messenger -[B4IBitmap Initialize::] + 898
Messenger -[B4ICommon LoadBitmap::] + 98
Messenger -[b4i_pagemain _show] + 1678
Messenger -[b4i_main _application_active] + 1474
CoreFoundation <redacted> + 68
CoreFoundation <redacted> + 300
Messenger +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1784
Messenger -[B4IShell runMethod:] + 590
Messenger -[B4IShell raiseEventImpl:method:args::] + 2238
Messenger -[B4IShellBI raiseEvent:event:params:] + 1552
Messenger __33-[B4I raiseUIEvent:event:params:]_block_invoke + 74
libdispatch.dylib <redacted> + 10
libdispatch.dylib <redacted> + 22
libdispatch.dylib _dispatch_main_queue_callback_4CF + 902
CoreFoundation <redacted> + 8
CoreFoundation <redacted> + 848
CoreFoundation CFRunLoopRunSpecific + 470
CoreFoundation CFRunLoopRunInMode + 104
GraphicsServices GSEventRunModal + 80
UIKit UIApplicationMain + 150
Messenger main + 106
libdyld.dylib <redacted> + 2
)
Application_Pushtoken
Application_Pushtoken

any idea what is going wrong and how to solve this?
 
Top