Hi guyes, look this code:
How I can show dialogue if don't find the page?
Code:
if e_Key == 13 then item_text = Input.GetText("btn_search"); if (item_text ~= "") then Page.Jump(""..item_text..""); else Dialog.Message("Lorem Ipsum", "Lorem ipsum dolor sit amet.", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1); end end
How I can show dialogue if don't find the page?
Comment