iPhone Application Builder Problems

I downloaded and tested the iPhone Application Builder, and it’s a slick little tool (kudos to Bob). Developing an iPhone application is a snap, however, I came across some oddities while trying to delete objects (clicking on the round red button in the lower left hand side of the window). For example, if I try to delete a solution, I get the following error message:

TypeError: Cannot find function core_showWcGenericSmallerDialog. (C:\Users\user\servoy_workspace\mod_iPhone\globals.js#1657)

at C:\Users\user\servoy_workspace\mod_iPhone\globals.js:1657 (deleteObject)
at C:\Users\user\servoy_workspace\mod_iPhone\forms\fmwk_sc_lst_solutions\fmwk_sc_lst_solutions_methods.js:81 (deleteSolution)

I receive similar errors when trying to delete forms or objects on forms.

Also, I am having difficulty with the ‘Clickable Content’. When a field is defined as ‘clickable’, the field is displayed as underlined (as a link), but selecting it does nothing. For example, if a phone number field is defned as ‘clickable’, when activated, the phone number is not automatically dialed. Same goes for a field that is marked as ‘Email’.

Are these software bugs, or am I doing something wrong?

Using Servoy v4.1.0 and iPhone Application Builder v1.02.

[EDIT] Also tried this with Servoy v 4.1.1 and iPhone Application Builder v1.02 and got the same results.

Thanks!

Kim

Servoy…Bob…has ANYONE been able to verify the problems I reported? (I’m starting to feel a little lonely out here)

Kim

Seems like the function ‘core_showWcGenericSmallerDialog’ is not in the solution anymore.
So I guess you have to look for the function that replaced it.
Haven’t actually played around with the solution, so I am afraid I can’t help you much further either.

Maybe Bob can jump in here?