You are not logged in.

Search results

Search results 1-20 of 21.

Thursday, February 25th 2010, 12:49pm

Author: beic

App.Path error?

Hi OlimilO, Quoted from "OlimilO" try: AppPath (w/o ".") Thanks for the tip and for the rest! Best regards, Viktor

Tuesday, February 23rd 2010, 9:15am

Author: beic

App.Path error?

Hi A1880, Quoted from "A1880" you seem to re-discover many of the pitfalls which have been discovered before. I did not aware of that! Quoted Please use the search facility of this forum. I searched for App.Path but nothing shows up! Quoted App.Path works for *.exe binaries but fails for *.jar and for IDE program executions. And this is a good explanation, thanks! Best regards, Viktor

Monday, February 22nd 2010, 8:06pm

Author: beic

Can't Connect to MDB database

Working like a charm, I forgot to put Database Component on to Form! I am a little bit confused with this language mixing VB6/JAVA, sorry again! Best regards, Viktor

Monday, February 22nd 2010, 7:13pm

Author: beic

Compiled EXE file Icon/Symbol

Hi A1880, I am very sorry to tell you this... I got the same problem again with your attached icon file, 16x16, 32x32 using 32 bit color depth. index.php?page=Attachment&attachmentID=196 Best regards, Viktor p.s. Fresh Windows XP Pro SP3 installation, default XP theme, no modifications, latest JRE.

Monday, February 22nd 2010, 5:23pm

Author: beic

Can't Connect to MDB database

Hi there, Can somebody help me with this code, I cannot get it to work! Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Public Sub cmdConnect_Click() Dim res As ResultSet Database1.ConnectMDB("C:\Clients.mdb") Dim Rows As Integer = 0 JBGrid1.Cols = 3 JBGrid1.Header(0) = "Name" JBGrid1.Header(1) = "Address" JBGrid1.Header(2) = "City" res = Database1.ExecuteStatement("SELECT * FROM Clients") Do While res.next JBGrid1.TextMatrix(res.getRow() - 1, 0) = res.getStri...

Monday, February 22nd 2010, 4:31pm

Author: beic

App.Path error?

Hi there, I am getting some error when I am trying to use App.Path function. Please give me some advice! index.php?page=Attachment&attachmentID=194 Best regards, Viktor

Monday, February 22nd 2010, 4:05pm

Author: beic

Compiled EXE file Icon/Symbol

Hi A1880, Quoted from "A1880" I can sucessfully define an icon as symbol (via IDE project property "Symbol"). In my example, I have been using various *.ico files with different resolutions and color-depths. The selected icon is inserted to the project as image resource. I did the same way you did and advised, but the same problem happened over and over again! Can you help me out here? Best regards, Viktor

Sunday, February 21st 2010, 6:34pm

Author: beic

TextBox Control not visible?!

Hi A1880, Thanks for quick and accurate/directed answer to my question! Best regards, Viktor

Sunday, February 21st 2010, 6:18pm

Author: beic

EXE file Icon and Version Information

Hi A1880, Thank you, link edited, my mistake! Best regards, Viktor

Sunday, February 21st 2010, 8:40am

Author: beic

EXE file Icon and Version Information

You will find the answer here in this post Compiled EXE file Icon/Symbol Best regards, Viktor

Saturday, February 20th 2010, 5:38pm

Author: beic

TextBox Control not visible?!

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: index.php?page=Attachment&attachmentI...

Saturday, February 20th 2010, 4:44pm

Author: beic

TextBox Control not visible?!

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: in...

Saturday, February 20th 2010, 3:30pm

Author: beic

Compiled EXE file Icon/Symbol

Hi there, I noticed that when I compile my project to EXE file it doesn't show correctly in File Properties window or in Windows Explorer, disregarding whether I put Symbol as ICO or PNG file! See the attached images for better understanding my problem... This is the source for Symbol icon: index.php?page=Attachment&attachmentID=188 and the buggy ones: The first one is ICO, the second is PNG... index.php?page=Attachment&attachmentID=187 index.php?page=Attachment&attachmentID=186 Thank you for he...

Saturday, February 20th 2010, 2:10pm

Author: beic

Create Jabaco-Menu / Jabaco-ToolBar

Hi there, Thank you for quick response, but I did the same thing like in your example code, but no separator(s) was displayed, until I figured out that the problem was in the Windows XP style/theme changes/settings (causing these problems). So leave the Windows XP default style/theme as is or find out what is wrong with uxtheme patcher! Thank you again! Best regards, Viktor

Saturday, February 20th 2010, 1:46pm

Author: beic

Solved for me!!!

Hi there, This issue is fixed for me! See my post here TextBox Control not visible?! It seems that the problem is in Windows style/theme changes/settings... Best regards, Viktor

Saturday, February 20th 2010, 10:10am

Author: beic

TextBox Control not visible?!

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 (defau...

Friday, February 19th 2010, 5:31pm

Author: beic

Create Jabaco-Menu / Jabaco-ToolBar

Hi Manuel, It is very simple and easy , but how to add a separator line to the ToolBar and how to place a caption bellow ToolBar icon? Thank you for helping me out!!! Best regards, Viktor

Friday, February 19th 2010, 11:27am

Author: beic

Same problem here...

Hi there, I have a same problem with TextBox Control... See my new post here ... Please advice. Best regards, Viktor

Friday, February 19th 2010, 10:18am

Author: beic

CHM or PDF Help file (Documentation)

Hi there, It would be nice to add a CHM or PDF help file (documentation) with Description regarding Reference, Functions, Events, Keywords, etc...like in my attachment... index.php?page=Attachment&attachmentID=184 Best regards, Viktor

Friday, February 19th 2010, 10:05am

Author: beic

EXE file Icon and Version Information

Hi there, When I trying to Make a project (EXE file) I can't define a custom icon, why, is it possible to add custom icon to my EXE file? A second issue is that when I fill out the Version information on Main Project Tab and then compile to EXE file, it doesn't show that information what I inputed in the Version fields, why? See the attached image for better understanding my problem... index.php?page=Attachment&attachmentID=183 And please do not offer me to use any RES Editor software to do this...

WoltLab Burning Board