You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Dani

Intermediate

  • "Dani" started this thread

Posts: 325

Date of registration: Nov 19th 2009

Location: GERMANY

  • Send private message

1

Monday, October 31st 2011, 7:43pm

Dialog behaves visually as if set .enabled=False

Hey everybody,
I ve got a very strange thing happening with a dialog that I call like this

Jabaco Source

1
2
3
Dim Dialog2 As New Dialog1
   Dialog2.Parent.setLocationRelativeTo(Me)
   Dialog2.Show(1)


now in the dialog I have all kinds of txtBoxes, lbls, frames and so on.
The dialog works fine for a couple runs but every once in awhile it starts up but all the controlls are frozen as if set to .enabled=False.
Visually nothing works but I found out that for some controls 'behind the scenes' my code is still executed!! ?(
Closing the dialog but not the main form and opening the dialog again everything works fine!!
This is happening to different dialogs with different code of the same project.

I tried to reproduce this behaviour with a little sample app but so far it would not show!!

Anyone had this happening?


Dani

PS: Oh, and I think there is a bug with an indexed frame I will open another thread for that one...

Rate this thread
WoltLab Burning Board