apa udah coba aktifkan hscrollbar dan vscrollbar di window-nya? cuma cara ini jadinya user harus geser2 scrollbarnya...
semoga membantu :p jemy 2010/10/14 Hermawan Dephe <[email protected]> > > > kasusnya sepertinya mirip ini ya pak.. > http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24046213.html > ga tau tuh.. caranya jalan apa gak? silahkan coba aja.. > Saya jg nyari.. aplikasi tambahan yg bisa buat Zoom form/window.. gak nemu > nemu.. > > Sementara misal nemu kayak gitu saya pake di event window resize > misal gini > > INTEGER li_height, li_width > > li_width = newwidth > If newwidth < 2500 Then > This.Width = 2500 > li_width = 2500 - 36 > End If > > li_height = newheight > If newheight < 1500 Then > This.Height = 1500 > li_height = 1500 - 108 > End If > > tab_1.Width = li_width - 50 > tab_1.Height = li_height - 150 > tab_1.page_1.dw_1.Width = li_width - 120 > tab_1.page_1.dw_1.Height = li_height - 420 > > Saya pake tab page yg isinya data window. Akan menyesuaikan sesuai dengan > ukuran screen ato MDI windownya.. > > > > bilie wrote: > > > > Iya,.. Memng pake inheritance pak,.. Cm mslhny saya tidak mau smpe kalo dia > ubah 800x600 maka hrus ubah,.. Trus klo nti dia pake 1280x768 jadi lebih > kecil kan, spcae msh bnyk, sayang,. Mksd saya biar flexible gitu pak,.. Ada > ga yah fungsiny, thanx pak > > bilie christiansen, s.kom > ------------------------------ > *From: * "bhakti prabandyo" <[email protected]> <[email protected]> > *Sender: * [email protected] > *Date: *Thu, 14 Oct 2010 02:33:57 +0000 > *To: *<[email protected]> <[email protected]> > *ReplyTo: * [email protected] > *Subject: *Re: [indopb] Screen resolution > > > > Pembuatan window menggunakan inheritance ngga om? > > Sent from my BhakBerry® > powered by Sinyal Kuat INODSAT > ------------------------------ > *From: * "bilie" <[email protected]> <[email protected]> > *Sender: * [email protected] > *Date: *Thu, 14 Oct 2010 02:23:21 +0000 > *To: *<[email protected]> <[email protected]> > *ReplyTo: * [email protected] > *Subject: *[indopb] Screen resolution > > > > Teman2 saya pnya mslh dalam aplikasi yg dibuat dgn PB, waktu pembuatan > berdasrkan monitor degn resolusi 1280x768, tetapi kmptr klien mnggunakan > monitor dgn resolusi 800x600, nah bagaimana carany agar windows2 yg saya > buat trmsuk toolbarny tidak terpotong? tpi jgn di edit manual 1 persatu, > soalny windowsny bnyk bgt > bilie christiansen, s.kom > > > >
