B4X FEED It is possible to use simultaneos form on b4j?

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: It is possible to use simultaneos form on b4j? است. این موضوع تا کنون 51 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع It is possible to use simultaneos form on b4j?
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
51
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
In my application i have a main form that runs the application itself, but i have another form that shows an pdf doccument, when that view is open, i can't interact with the mais form.

In the mais form i have the call to the view form:

Dim Document As ClsViewPDFDocument
Document.Initialize(PDF_doc)

In the ClsViewPDFDocument it initialize like that:

Sub Class_Globals
Dim ViewDocPDF As Form
Dim ObjDoc As Document
End Sub

Public Sub Initialize(ObjDoc_ As Document)
ObjDoc = ObjDoc_


ViewDocPDF.Initialize("Document view",1200,1000)
ViewDocPDF.Title = "Document view"
ViewDocPDF.RootPane.LoadLayout("Ly_View_doc_PDF.bjl")


ViewDocPDF.ShowAndWait
End Sub

 

عقب
بالا