B4J Question Error description: Specified argument was out of the range of valid values.

Mashiane

Expert
Licensed User
Longtime User
Hi

Kinda baffled. The app works in release mode. As soon as I run debug, I get this error.

Logs attached. Please advice

Saw here how to get logs...

 

Attachments

  • log.zip
    371 bytes · Views: 63

Mashiane

Expert
Licensed User
Longtime User
Thanks, not helping. I dont know what Ive done wrong, I removed the module that reports the error, it works, however I need this code module.

I have attached it, perhaps someone can see something out of the ordinary with it, its not 100% perfect as yet.

Thank you so much!
 

Attachments

  • SHIonModal.zip
    4 KB · Views: 54
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
try this one. have slightly changed the descriptions...

You have commented two subs... Maybe better to remove the code at all. Even if commented.... Looks like they are added to the description of the following sub.
 

Attachments

  • SHIonModal.zip
    4 KB · Views: 45
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
Wild guess (probably not the cause)
B4X:
#DesignerProperty: Key: BackdropBreakpoint, DisplayName: Backdrop Breakpoint, FieldType: String, DefaultValue: 0, Description: Backdrop Breakpoint

FieldType: String ... DefaultValue: 0 (maybe "0")
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
I would check all the # lines as the error implies that an 'argument' is wrong.

If were a sub the compiler would error it.
 
Upvote 0
Top