TextBox Control not visible?!
Hi there,
I have a problem with TexBox control, when I put it on the Form (at design time) everything is Ok, but when i run it it just shrink in some little line.
Can someone explain me this TextBox issue!
See the attached image for better understanding my problem...

Best regards,
Viktor
I have a problem with TexBox control, when I put it on the Form (at design time) everything is Ok, but when i run it it just shrink in some little line.
Can someone explain me this TextBox issue!
See the attached image for better understanding my problem...
Best regards,
Viktor
I think it will be a good replacement for VB6 after a little improvements and minor bug fixes...
Changed system settings?
Hi,
please try the following code in your little project:
what do you see?
what operating system do you have?
maybe you have changed some system settings?
What happended to the caption line of your form, the text is centered?
Also the border of your form is way too small.
regards
OlimilO
please try the following code in your little project:
|
|
Jabaco Source |
1 2 3 4 5 6 |
Public Sub Command1_Click() Text1.FontName = "Courier New" Text1.FontSize = 20 Text1.Height = 50 Text1.Width = 150 End Sub |
what do you see?
what operating system do you have?
maybe you have changed some system settings?
What happended to the caption line of your form, the text is centered?
Also the border of your form is way too small.
regards
OlimilO
Hi OlimilO,
First of all, your code worked and after that I realized something (when you've asked about the Caption of my Form)....
You won't believe what was causing this issue...
A few days ago, I reinstalled Windows XP Professional with SP3 + JRE v1.6.0_17-b04, so it was a clean Windows installation. I wanted to change little bit the Windows appearance, so I installed the VistaVG with uxtheme style patcher, because I like that Vista style...
I didn't know that the Jabaco IDE is Windows (default) style/theme dependent, since in VB6 everything is OK (with the mentioned VistaVG style/theme) including Form appearance and other controls as well!
The final conclusion: do not use any custom kind of Windows styles/themes if you want Jabaco to work/display correctly!
Thank you for pointing me to the right solution...!!!
Best regards,
Viktor
First of all, your code worked and after that I realized something (when you've asked about the Caption of my Form)....
You won't believe what was causing this issue...
A few days ago, I reinstalled Windows XP Professional with SP3 + JRE v1.6.0_17-b04, so it was a clean Windows installation. I wanted to change little bit the Windows appearance, so I installed the VistaVG with uxtheme style patcher, because I like that Vista style...
I didn't know that the Jabaco IDE is Windows (default) style/theme dependent, since in VB6 everything is OK (with the mentioned VistaVG style/theme) including Form appearance and other controls as well!
The final conclusion: do not use any custom kind of Windows styles/themes if you want Jabaco to work/display correctly!
Thank you for pointing me to the right solution...!!!
Best regards,
Viktor
I think it will be a good replacement for VB6 after a little improvements and minor bug fixes...
This post has been edited 2 times, last edit by "beic" (Feb 20th 2010, 1:57pm)
Hi beic,
Yes I will believe, because that's what I guessed
NO it is not!
Those tools do changing so much different settings, like font, font size, border style, ...
better find out the one specific setting that caused the problem.
With this info you could help others much better.
regards
OlimilO
Quoted
You won't believe what was causing this issue
Yes I will believe, because that's what I guessed
Quoted
I didn't know that the Jabaco IDE is Windows (default) style/theme dependent
NO it is not!
Please don't act like a nerd, there is no need to say "dont use any".
Quoted
do not use any custom kind of Windows styles/themes if you want Jabaco to work/display correctly!
Those tools do changing so much different settings, like font, font size, border style, ...
better find out the one specific setting that caused the problem.
With this info you could help others much better.
regards
OlimilO
Hi OlimilO,
First of all please don't call me "nerd", it is a little bit strong expression for me!
I just tested another Windows XP style called "Razor" and the same problem showed up, so I cannot see what causes these problems because I did not write the uxtheme patcher for Windows XP SP3, it cannot be from font, color, etc...changes...it seems to be something in the background, some system settings...that I cannot find!
Here is the Razor style TextBox issue, same problem with VistaVG style:

Best regards,
Viktor
First of all please don't call me "nerd", it is a little bit strong expression for me!
I just tested another Windows XP style called "Razor" and the same problem showed up, so I cannot see what causes these problems because I did not write the uxtheme patcher for Windows XP SP3, it cannot be from font, color, etc...changes...it seems to be something in the background, some system settings...that I cannot find!
Here is the Razor style TextBox issue, same problem with VistaVG style:
Best regards,
Viktor
I think it will be a good replacement for VB6 after a little improvements and minor bug fixes...
This post has been edited 3 times, last edit by "beic" (Feb 20th 2010, 7:05pm)
Instead of calling me a "nerd" (this expression is a bit strong and insalting...), you should be thankful that I have found bugs in the Jabaco IDE, so that who created it can think about it and maybe ajust it.
Then please explain to me how come that VB6 doesn't have problems with the same styles/themes and settings, if you are saying that it isn't style/theme dependent?
Look at the screenshots with the same styles/themes (Razor and VistaVG) in a VB6 project:

Best regards,
Viktor
Then please explain to me how come that VB6 doesn't have problems with the same styles/themes and settings, if you are saying that it isn't style/theme dependent?
Look at the screenshots with the same styles/themes (Razor and VistaVG) in a VB6 project:
Best regards,
Viktor
I think it will be a good replacement for VB6 after a little improvements and minor bug fixes...
Similar threads
-
General topics, questions and discussions »-
Question: how to use a SplitPane?
(Feb 27th 2009, 5:42pm)
-
General topics, questions and discussions »-
Bug?
(Apr 21st 2009, 5:48pm)
-
Vorschläge »-
Kleine Verbesserungsvorschläge für die IDE
(Nov 25th 2008, 11:34am)
-
Tips, Tricks, Samples & Tutorials »-
List all superclasses interfaces and methods
(Mar 15th 2009, 10:26pm)
-
General topics, questions and discussions »-
Framework bugs
(Jul 19th 2009, 6:29pm)
