StrataFrame Forum

InfoBox Customization

http://forum.strataframe.net/Topic16377.aspx

By Keith Chisarik - 5/14/2008

My users like the infobox, they want a list of all broken rules displayed in addition to the filed arrow indicatiors. I know how to list them all using the collection, and the Infobox seemed like a good place to put them , is there a way to control the size of the Infobox? I cant find it. I need to stretch it as the number of broken rules grows.
By Trent L. Taylor - 5/14/2008

is there a way to control the size of the Infobox?

No Ermm  This is a static control that is like the Office notification windows...what you could do, though, is create an info that InfoBox that comes up with the number of errors, and then what we do is have a link that appears on the dialog that they can click and view all of the broken rules...in our medical app they can even click the item and it will take them to the field in question.

Then once they click the link it presents the following window:

Then  if they click any of the links (in blue) it closes this dialog and automatically navigates them to the appropriate control. 

This is just the approach that we took, but I thought that this might give you an idea or two. Smile  Hope it helps.

By Keith Chisarik - 5/14/2008

Gotcha thanks, Ill come up with something, good ideas there.
By Aaron Young - 5/15/2008

Hi Trent,

I like your little screenshot - nice UI!

Is that one of your SF themes? Also, can you tell us if you are using an UltraTab or UltraExplorer?

Thanks,

Aaron

By Trent L. Taylor - 5/15/2008

Yes, these are all SF themes...and just a little sneak peek...SF now has an Application Theme Editor...so you can create your own themes.

As for the tabs...no, these are our own tabs.  We created a custom MDI environment for our medical application that uses a folder based approach versus dialog windows.  The tabs that you see is a custom control that we wrote for our medical app...and before you ask...we will probably be creating a new interface control in the future for SF that would allow you to create an MDI environment like this...but we will finish working out all of the kinks in our medical app first Wink

By Aaron Young - 5/15/2008

Interesting! And you are right - I would have asked but you haven't got off that easy Smile

Do you have an approximate timescale on when the MDI control would be available (even if an early beta)?

For anyone wanting to convert to the MDI format in the future, do you expect it to be a copy and paste of the fields to convert an existing dialog into the MDI control?

Very interesting indeed!

By Trent L. Taylor - 5/15/2008

Honestly it would be hard for me to give you an exact time frame.  This is a totally different type of interface, which has been working very well, but we will need to make it more "flexible" before it could be an SF control.

The difference here is that instead of using forms, you use User Controls basically.  We have a BasePage that has all of the same functionality as the BaseForm.  So it isn't that hard of a move, you would be able to move your controls, code, etc. over from a dialog to an inherited BasePage.  But like anything else, when you make a drastic change to the UI there is always a little elbow grease that has to go into it.

But this is something that we plan to offer in the future...standard dialog MDI interface (current logic) or our folder based MDI.  This is why having our own large-scale commercial application is so good for SF....we go through the fire first BigGrin

By Aaron Young - 5/15/2008

Sounds good. Look forward to seeing it. Smile