You are not logged in.

Search results

Search results 1-10 of 10.

Friday, October 28th 2011, 9:49am

Author: Vicamau

Console application

Thank you so much theuserbl for your sharp hint!!! Greetings Vicamau

Tuesday, October 25th 2011, 6:05pm

Author: Vicamau

Console application

Hello everyone! i've a problem whith a console application. I've selected "console application" and developed my application. I've compiled the application like JAR and testet on a XP machine in the console windows and all it's ok. I've copied the JAR file on a linux machine and i recive this messasge: Exception in thread "main" java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(Gra...

Monday, November 22nd 2010, 4:51pm

Author: Vicamau

ZOrder

Thanks.

Friday, November 19th 2010, 5:12pm

Author: Vicamau

ZOrder

Hi evryone, I need to set the proper ZOrder of controls on a form. How can i do that? Thnaks Mauro

Monday, November 8th 2010, 12:54pm

Author: Vicamau

Problem with ConnectMDB on Linux

Hi everyone, I've done a little project for testing the portability between Windows and Linux in which I open a mdb file and perform some search on a table. Compiling the project in JAR file on Windows it works correctly but on Linux (Ubuntu 7.10) when i try to open the recordset it raise the error "java.lang.NullPointerException at VB.DataBase.ExecuteStatement(DataBase.jsrc)". It seems like the connection is not valid even if it doesnt rise any error on the "connectMDB" method. The path I've us...

Wednesday, October 27th 2010, 11:03am

Author: Vicamau

How to merge cells in JBGrid?

Hi everyone, i need to merge cells in JBGrid. How can I do it? Thanks Mauro

Thursday, July 29th 2010, 12:05pm

Author: Vicamau

Creating dinamically controls on a form

Hi FrancoAA, i've tried your solution and it works but in this way is not possible to mange the events of the created controls. There is not the possibilty to create a new control of a control-arry and so to use the event handler of the control-array (es: button_Click(Index As Integer) )? Thanks

Wednesday, July 28th 2010, 5:34pm

Author: Vicamau

Creating dinamically controls on a form

Hi everyone, I need to know how to create dinamically controls on a form. In vb6 it's possible to do it using control-arrays creating the first control with index = 0 and then creating the others by code using Load . Example: dim i as integer For i = 1 To 5 Load Label1(i) Label1(i).Top = Label1(i - 1).Top + Label1(i - 1).Height Label1(i).Left = Label1(i - 1).Left Label1(i).Visible = True Next Thanks.

WoltLab Burning Board