Increase size window
Posted: Sun Jun 25, 2023 1:38 pm
Hello,
My name is Pedro. I am coding an iOS spiderbasic application. But I can't increase openwindow size for the full browser. I am trying to code a preview before testing on my iPad.
My openwindow code is:
If OpenWindow(0, 100, 150, 195, 260, "Menu", #PB_Window_TitleBar)
CreateImage(0, 16, 16, 32, RGB(255, 0, 0))
I cannot see where I must change. I can do icon on the page. Even I can do the menus besides the sub menu.
Kind Regards,
Pedro Dias Vicente
My name is Pedro. I am coding an iOS spiderbasic application. But I can't increase openwindow size for the full browser. I am trying to code a preview before testing on my iPad.
My openwindow code is:
If OpenWindow(0, 100, 150, 195, 260, "Menu", #PB_Window_TitleBar)
CreateImage(0, 16, 16, 32, RGB(255, 0, 0))
I cannot see where I must change. I can do icon on the page. Even I can do the menus besides the sub menu.
Kind Regards,
Pedro Dias Vicente