Allow more customization


Author
Message
Andria Jensen
Andria Jensen
StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)
Group: Forum Members
Posts: 336, Visits: 497
You guys support all the DevExpress controls and forms which makes it great for the end look of the application.  Everything can be changed by a simple style change and it makes things very smooth and put together.  However, I haven't seen anywhere you can allow the MessageForm that comes up to match your style.  It makes the application look weird when you're doing something and a message box comes up that looks completely different than your application.  I would like for things like this, as well as the ErrorBox, InfoBox, etc. to be customizable or at least take on the styles of DevExpress so things will flow together.  Thanks, and if this already exists forgive my ranting and please point me in the right direction!

 

Attachments
untitled.bmp (176 views, 2.00 MB)
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Thanks for your input.  We will take into our next enhancement meeting.
Andria Jensen
Andria Jensen
StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)
Group: Forum Members
Posts: 336, Visits: 497
Is there any way to show our own message box instead of the SF MessageForm when there are events such as the "Do you want to save changes?" or "Are you sure you want to delete?".  i.e.  Is there an event we can replace which handles these and just have our own message box come up instead?
StrataFrame Team
S
StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Yes, we just handle the BeforeDelete and UnsavedChangesExist events on the form and show our own message boxes.  You can turn off the auto-handling through the properties and then just show the messages through those events.
Andria Jensen
Andria Jensen
StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)StrataFrame User (406 reputation)
Group: Forum Members
Posts: 336, Visits: 497
Great, thanks!  That will work for now.  The DevExpress style message boxes would still be awesome!
StrataFrame Team
S
StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
That they would Smile
Bruce Palmer
Bruce Palmer
StrataFrame Beginner (18 reputation)StrataFrame Beginner (18 reputation)StrataFrame Beginner (18 reputation)StrataFrame Beginner (18 reputation)StrataFrame Beginner (18 reputation)StrataFrame Beginner (18 reputation)StrataFrame Beginner (18 reputation)StrataFrame Beginner (18 reputation)StrataFrame Beginner (18 reputation)
Group: Forum Members
Posts: 18, Visits: 33
Hi guys,



This is an enhancement that I would really like as well, i.e. DevExpress themed versions of MessageForm, etc.



Thanks,

Bruce

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
This is something that could be done very easily yourselves if you want to move forward on your own.  You can create your own DevExpress form that follows the skins and themes.  The simply call the following method to get the message from the database:

MicroFour.StrataFrame.UI.LOcalization.RetrieveMessage("")

This will return the message and you can set the text however you would like on your own DevExpress skinned form.  There are other inherant issues with us doing this within the framework since the MessageForm is at the base level and we do not want the framework to have any reference to DevExpress.  This is something we may add to the DevExpress wrapper long term, but it would require that the message form be called differently.  As we decide how we want to proceed, you still have the option of creating your own form as we speak which will give your the flexibility that you want.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search