Search found 292 matches

by roteague
Mon Aug 15, 2011 4:55 pm
Forum: Server
Topic: "No Events Found" from sps.exe
Replies: 2
Views: 1070

Re: "No Events Found" from sps.exe

I want to subscribe to events so I'm reading the aptly-named "Susbscribe to Events" page in the documentation. I run sps.exe with the "events" command line argument assuming that since I'm running with Windows authentication I can leave the /user option out. I get back the follo...
by roteague
Thu Aug 04, 2011 5:34 pm
Forum: Shell (User Interface)
Topic: QueryStatus Not Being Called
Replies: 7
Views: 1958

Re: QueryStatus Not Being Called

Hadi,

I added the style Tag, but still doesn't seem to make a difference. I'm a bit busy on other things right now, but I'll work with it a bit more when I get time.
by roteague
Fri Jul 29, 2011 4:46 pm
Forum: Integration Development
Topic: Random errors on creating order through API
Replies: 12
Views: 1938

Re: Random errors on creating order through API

This is not a data issue, we have stuggled with the issue on/off for a couple of years. I would suggest that if you need to create orders like this, put your order data into a queue of some type (MSMQ) from your WCF and process them separately, one at a time.
by roteague
Fri Jul 29, 2011 4:44 pm
Forum: Shell (User Interface)
Topic: QueryStatus Not Being Called
Replies: 7
Views: 1958

Re: QueryStatus Not Being Called

Accidentally posted too soon: --- CTD: <MenuRef id="shell:RibbonMenu"> <Group id="RibbonTabGroup1" priority="100"> <Menu id="TGAdminRibbonTab" priority="10" text="TGAdmin (New)"> <Group id="RibbonTabChunksGroup1" priority="10...
by roteague
Fri Jul 29, 2011 4:40 pm
Forum: Shell (User Interface)
Topic: QueryStatus Not Being Called
Replies: 7
Views: 1958

Re: QueryStatus Not Being Called

Thanks Hadi, We want to turn on/off the tab at runtime. The tabs aren't dynamic. We have two packages, one that works: // Determine whether to show or hide the tab from the user base.RegisterHandler(TGAdminPackage.TGAdminRibbonTabGroup1, null, this.TGAdminRibbonTab_QueryStatus); --- CTD: <MenuRef id...
by roteague
Thu Jul 28, 2011 8:23 pm
Forum: Shell (User Interface)
Topic: QueryStatus Not Being Called
Replies: 7
Views: 1958

Re: QueryStatus Not Being Called

The exact same code works fine in another package. We are trying to turn off the tab, which we are able to do in another package. FWIW, I don't believe this violates the Office Fluent UI guidelines, as ribbons can be context sensitive (notice how the developer tab can be turned on/off in MS Office p...
by roteague
Wed Jul 27, 2011 1:51 pm
Forum: Shell (User Interface)
Topic: QueryStatus Not Being Called
Replies: 7
Views: 1958

QueryStatus Not Being Called

I've got multiple packages registred in my application. One of the packages works perfectly, however on the other QueryStatus never gets called. This package is defined as (some lines omitted for clarity): <MenuRef id="shell:RibbonMenu"> <Group id="RibbonTabGroup1" priority="...
by roteague
Wed Jul 13, 2011 7:52 pm
Forum: Shell (User Interface)
Topic: Wrong EditorFactory Being Called
Replies: 11
Views: 2327

Re: Wrong EditorFactory Being Called

We moved the build to another developers machine and it works fine now. That means there is something on my machine that is conflicting that I'll have to trace down.
by roteague
Wed Jul 13, 2011 3:57 pm
Forum: Shell (User Interface)
Topic: Wrong EditorFactory Being Called
Replies: 11
Views: 2327

Re: Wrong EditorFactory Being Called

Ok, I built a brand new Package in VS2008. The package exhibits the same problem as before. Both buttons call the same editor factory. Would you like me to send you the pacakage so you can look at it?
by roteague
Mon Jul 11, 2011 3:53 pm
Forum: Shell (User Interface)
Topic: Wrong EditorFactory Being Called
Replies: 11
Views: 2327

Re: Wrong EditorFactory Being Called

Thanks Hadi, I may do that. However, ALL our development in is done in VS2010, moving a project back to VS2008 makes it difficult for us to keep proper control of our source code. SoftPro really needs to get on the ball and officially support VS2010; there is no reason why your company continues to ...