StrataFrame Forum

MaintenanceFormToolStrip LayoutStyle

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

By Fabian R Silva, - - 10/3/2007

I like that when a MaintenanceFormToolstrip don't keep on the width of a form appears a little down arrow to choose the invisible buttons ( HorizontalStackWithOverflow ) but I see that this property is ommited, a workaround is to use other property that isn't ommited (Flow LayoutStyle - that create new lines below of the toolbar and place the controls that don't keep here)



I attached 2 pics to show the problem of this topic



----------------------------------------------------

another question.... I see that the grip of the themedStatusStrip don't appears on a child form of a mdi form (it appears on the themedstatusstrip of the mdi form), how can I see this witout quit the themes?



Thanks!
By Trent L. Taylor - 10/4/2007

This has already been addressed and the OverFlowButton will be displayed in the next update (1.6.2).  You can download the assemblies from a post earlier that will have this functionality in it:

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

By Fabian R Silva, - - 10/4/2007

I followed the post http://forum.strataframe.net/Topic31-16-1.aspx (application framework updates...how to) and now the button to select no visible controls appears Smile



duh after test it I see that on the textbox control strange characters appears on idle editingState, but when I change to edit mode, it's appears OK.



I tested the sample Application Themes and fails to show the text on textbox in idle mode too



I known this it's a not a finished version of the 1.6.2, no problem If I have to wait to see it work ok Smile



I attach 2 pic to show this.



thanks so much!
By Fabian R Silva, - - 10/4/2007

Sorry I attached BMP images (I forgot convert it to jpg) I apologize for this mistake, I try that it not happen again
By Trent L. Taylor - 10/4/2007

We changed the textbox to support disabled fore and back colors which means that we render the entire control when disabled.  This also takes into account password fields.  At one point there was a bug that did not take passwords into account at all, however, I cannot reproduce on this side and all is working as it should.  I have attached a recompiled UI assembly to make sure that you have the latest.

Things to check:

  • Do you have anything in the PasswordChar field of the textbox?
  • Does this happen if your OS culture is set to English?
By Trent L. Taylor - 10/5/2007

OK...this was a bug.  A minor change had been implemented that caused an If test to fail.  Try this UI instead.  Sorry Blush
By Fabian R Silva, - - 10/5/2007

Hello, thanks for the reply

I dropped a strataframe textbox and set his BO and field and the problem of bad chars on idle persist.



I don't have anything set on the passwordchar of the textboxes.



I dont sure about how to set to English the OS culture, I go to panel control (w2k) / regional configuration and set the general / languaje to english (united states), I attach a jpg about my settings to show if I made it ok.



I rebooted after changed the regional settings and put the dll on gac and common files



------------------------------------------



I was posted some time ago about a problem with sql 2000 and a problem of (¿wizards?) on the designer (the arrow that allow to change properties of xxxx control), I known I have to install the SF database on a sql 2005 server to make it work ( something about varchar or something else)

can this problem be something related to sql 2000 ?



I will try to see if I can help more about this problem, I on development and don't have problems with time for now Smile
By Trent L. Taylor - 10/5/2007

Fabian,

It has nothing to do with the language.  Did you notice the previous post I made widht UI attachment?  I noticed that you had not downloaded.  Be sure to download the updated UI and it will fix the problem. Smile

By Fabian R Silva, - - 10/5/2007

I not see the last post sorry!!!, in the morning I not see an answer and don't refresh my browser sorry Blush I will check the last update Smile thanks a lot!
By Fabian R Silva, - - 10/8/2007

the last attachment solved the bug, thank you Smile
By Trent L. Taylor - 10/8/2007

Good to hear Smile