BO events not firing with DataGridView inside ThemedGroupBox


Author
Message
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Hi Trent,

I am working with a DataGridView and noticed that the BO navigated event is not being fired when the DataGridView is in a ThemedGroupBox.



I tested this with the BusinessBindingSource VB Sample which I am attaching it here. Please let me know if there is a way for me to fix this before an update is released, I need to show up a demo next Monday May 18th 2009.



Thanks!


Edhy Rijo

Attachments
BusinessBindingSource_VB_2008.zip (141 views, 130.00 KB)
Replies
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
To be honest, I think that you have something else going on.  Yes, it very well could be assemblies, but which assemblies you are fighting and which are being pulled will be the thing to determine. 

When you look at the references, where are the assemblies pointing when you look at the assembly path within the sample project?


Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
In the BusinessBindingSourceSample all SF assemblies are pointing to



C:\Program Files\Common Files\MicroFour\StrataFrame\





In my application I have these:



C:\Windows\assembly\GAC_MSIL\MicroFour StrataFrame Base\1.6.0.0__99fe9917f71608a7\MicroFour StrataFrame Base.dll

C:\Windows\assembly\GAC_MSIL\MicroFour StrataFrame Business\1.6.0.0__99fe9917f71608a7\MicroFour StrataFrame Business.dll

C:\Program Files\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame DBEngine.dll

C:\Program Files\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame Infragistics Wrapper.dll

C:\Windows\assembly\GAC_MSIL\MicroFour StrataFrame Security\1.6.0.0__99fe9917f71608a7\MicroFour StrataFrame Security.dll

C:\Windows\assembly\GAC_MSIL\MicroFour StrataFrame UI\1.6.0.0__99fe9917f71608a7\MicroFour StrataFrame UI.dll





I posted a message a week ago about this very same issue I noticed my SF assemblies being used from different locations. Just to remind you I am using Vista 64bits.

Edhy Rijo

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Has nothing to do with 64-bit...I am running 64-bit as well. This is how .NET operates. Within the designer, it may pull from the Program Files location since this is where the designer points. However, the GAC will ultimately be used at run-time if they are there. This is one thing that can be frustrating about .NET design-time IDE.
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Trent L. Taylor (06/01/2009)
Has nothing to do with 64-bit...I am running 64-bit as well.




In your screenshot I noticed that the assembly path is C:\Program Files (x86)\Common Files and mine are just C:\Program Files\Common Files, is this correct?

Edhy Rijo

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Shouldn't matter. This is not determined by SF but rather the OS. So this shouldn't matter.
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Ok, any other suggestions as this thing is still not working for me?  I was able to force the datagridview to synch with the BO by navigating the BO to the selected grid record, but I am still puzzle why this is not working on my site at two different projects, the sample one and my own as it works for you?

It is simply a very frustrating situation since last week when I started using the datagridview and the BBS. BigGrin

Edhy Rijo

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Edhy, do you by chance have a virtual machine setup anywhere? I would be curious to load the most recent SF assemblies and the sample in a VM session to see if the problem persists. This way you could at a minimum isolate what is going on. So you would NOT load VS or install SF in the GAC. Just copy them to a local folder with the sample, load SQL Server, and then add the SF sample DB to see if it works. This would be my next step in trying to isolate the problem.
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Thanks Trent,



I will test it as requested, it may take a day or two, but definitely I want to get to the bottom of this issue.

Edhy Rijo

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Well, me too. Because there is really something fishy here. So once you have a VM setup, we can copy some assemblies in and out to see where your issue may be. This was we have a structured approach instead of a shotgun approach.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Edhy Rijo - 16 Years Ago
Trent L. Taylor - 16 Years Ago
             Thanks for the info.
Edhy Rijo - 16 Years Ago
Edhy Rijo - 16 Years Ago
Trent L. Taylor - 16 Years Ago
                         Hi Trent,

I saw your video and noticed it is working on...
Edhy Rijo - 16 Years Ago
                             To be honest, I think that you have something else going on. Yes, it...
Trent L. Taylor - 16 Years Ago
                                 In the BusinessBindingSourceSample all SF assemblies are pointing to...
Edhy Rijo - 16 Years Ago
                                     Has nothing to do with 64-bit...I am running 64-bit as well. This is...
Trent L. Taylor - 16 Years Ago
                                         [quote][b]Trent L. Taylor (06/01/2009)[/b][hr]Has nothing to do with...
Edhy Rijo - 16 Years Ago
                                             Shouldn't matter. This is not determined by SF but rather the OS. So...
Trent L. Taylor - 16 Years Ago
                                                 Ok, any other suggestions as this thing is still not working for me? I...
Edhy Rijo - 16 Years Ago
                                                     Edhy, do you by chance have a virtual machine setup anywhere? I would...
Trent L. Taylor - 16 Years Ago
                                                         Thanks Trent,

I will test it as requested, it may take a...
Edhy Rijo - 16 Years Ago
                                                             Well, me too. Because there is really something fishy here. So once...
Trent L. Taylor - 16 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search