You are not logged in.

  • "schnitzelbrain" is male
  • "schnitzelbrain" started this thread

Posts: 19

Date of registration: Jan 23rd 2011

Location: Germany

  • Send private message

1

Thursday, January 27th 2011, 12:26pm

Frameworktest JAR as source?

Hi,

is it possible to get the Frameworktest.jar as source code so I can see how things are done. It is a pretty nice overview about the features of Jabaco/VB/Java, whatever.

Looked but did not find the source in the framework google pages itself only the jar file.



Thanks

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

2

Thursday, January 27th 2011, 1:06pm

Frameworktest.jba seems to be an artificial project which simply calls all standard components.
All the files involved can be found in the Framework repository at Google.

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
        <File Name="Frame.jsrc"/>
        <File Name="Global.jsrc"/>
        <File Name="Module1.jsrc"/>
        <File Name="AbstractForm.jsrc"/>
        <File Name="Form.jsrc"/>
        <File Name="RTTextPane.jsrc"/>
        <File Name="CommandButton.jsrc"/>
        <File Name="Label.jsrc"/>
        <File Name="OptionButton.jsrc"/>
        <File Name="Winsock.jsrc"/>
        <File Name="ListBox.jsrc"/>
        <File Name="ListCellData.jsrc"/>
        <File Name="ListCellDataRenderer.jsrc"/>
        <File Name="Form1.jsrc"/>
        <File Name="TextBox.jsrc"/>
        <File Name="Applet.jsrc"/>
        <File Name="PictureBox.jsrc"/>
        <File Name="Usercontrol.jsrc"/>
        <File Name="Slider.jsrc"/>
        <File Name="ScrollBar.jsrc"/>
        <File Name="ComboBox.jsrc"/>
        <File Name="TreeView.jsrc"/>
        <File Name="ToggleButton.jsrc"/>
        <File Name="ProgressBar.jsrc"/>
        <File Name="Timer.jsrc"/>
        <File Name="Collection.jsrc"/>
        <File Name="CheckBox.jsrc"/>
        <File Name="Node.jsrc"/>
        <File Name="IJabacoControl.jsrc"/>
        <File Name="VBClipboard.jsrc"/>
        <File Name="VBMenuBar.jsrc"/>
        <File Name="VBMenuGroup.jsrc"/>
        <File Name="VBMenuItem.jsrc"/>
        <File Name="JBCLookAndFeel.jsrc"/>
        <File Name="VBToolBar.jsrc"/>
        <File Name="VBToolBarItem.jsrc"/>
        <File Name="IMenuItem.jsrc"/>
        <File Name="TabStrip.jsrc"/>
        <File Name="RichTextBox.jsrc"/>
        <File Name="CommonDialog.jsrc"/>
        <File Name="DataBase.jsrc"/>
        <File Name="JBGrid.jsrc"/>
        <File Name="IToolBarItem.jsrc"/>
        <File Name="FileSystem.jsrc"/>
        <File Name="VBFileHandler.jsrc"/>
        <File Name="JBGridModel.jsrc"/>
        <File Name="Line.jsrc"/>
        <File Name="Shape.jsrc"/>
        <File Name="WinsockItemTCP.jsrc"/>
        <File Name="WinsockServer.jsrc"/>
        <File Name="WinsockSendThread.jsrc"/>
        <File Name="Screen.jsrc"/>
        <File Name="SysInfo.jsrc"/>
        <File Name="Spinner.jsrc"/>
        <File Name="Nodes.jsrc"/>
        <File Name="JBCellEditor.jsrc"/>
        <File Name="TreeViewRenderer.jsrc"/>
        <File Name="VBControlExtender.jsrc"/>
        <File Name="IJabacoClass.jsrc"/>
        <File Name="SplitPane.jsrc"/>
        <File Name="PasswordField.jsrc"/>
        <File Name="IJabacoForm.jsrc"/>
        <File Name="ListBoxModel.jsrc"/>
        <File Name="TreeViewEditor.jsrc"/>
        <File Name="IJabacoContainer.jsrc"/>
        <File Name="JBCellRenderer.jsrc"/>
        <File Name="VBImage.jsrc"/>
        <File Name="JBCellData.jsrc"/>
        <File Name="Tabs.jsrc"/>
        <File Name="App.jsrc"/>
        <File Name="JBHeaderRenderer.jsrc"/>
        <File Name="RTStyle.jsrc"/>
        <File Name="RTTextPane.jsrc"/>
        <File Name="MDIForm.jsrc"/>
        <File Name="MDIChild.jsrc"/>
        <File Name="LoadAdapter.jsrc"/>
        <File Name="ILoadAdapter.jsrc"/>
        <File Name="uFileSystem.jsrc"/>
        <File Name="uDirBrowse.jsrc"/>
        <File Name="uWinsock.jsrc"/>
        <File Name="WinsockServerRequest.jsrc"/>
        <File Name="uSplitPane.jsrc"/>
        <File Name="uControlTest.jsrc"/>
        <File Name="uTextBox.jsrc"/>
        <File Name="uGrid.jsrc"/>
        <File Name="uListbox.jsrc"/>
        <File Name="uGraphics.jsrc"/>
        <File Name="IListCellDataOwner.jsrc"/>
        <File Name="ThreadAdapter.jsrc"/>
        <File Name="Dialog.jsrc"/>
        <File Name="Dialog1.jsrc"/>
        <File Name="MDIForm1.jsrc"/>
        <File Name="MDIChild1.jsrc"/>
        <File Name="uDatabase.jsrc"/>
        <File Name="uListboxItem.jsrc"/>
        <File Name="IWinsockItem.jsrc"/>
        <File Name="WinsockItemUDP.jsrc"/>
        <File Name="Debug.jsrc"/>
        <File Name="VBCheckBoxMenuItem.jsrc"/>
        <File Name="VBRadioButtonMenuItem.jsrc"/>


Use the search facility in the Framework site and look for "frameworktest".

Greetings

A1880

  • "schnitzelbrain" is male
  • "schnitzelbrain" started this thread

Posts: 19

Date of registration: Jan 23rd 2011

Location: Germany

  • Send private message

3

Thursday, January 27th 2011, 1:34pm

I saw this already, but when I run the Test Jar its a nice dokument with all the features usable included. In different Tabs and Topics.

It seems more like a written program as just a callup of the routines. There have to be some inits too, correct?

Or do I mistaken the Test.jar?

I took this http://www.file-upload.net/download-2348…rkTest.jar.html file from theuserbl.

That sourcecode is what i am looking for, it does not look like just callup of the routines

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

4

Thursday, January 27th 2011, 3:00pm

You might want to have a look at the "ControlDemo" which is part of the Jabaco samples.
You can find them in the "..\samples" subdirectory below the Jabaco installation directory.

Happy trying!

A1880

  • "schnitzelbrain" is male
  • "schnitzelbrain" started this thread

Posts: 19

Date of registration: Jan 23rd 2011

Location: Germany

  • Send private message

5

Thursday, January 27th 2011, 3:46pm

cool thanks, not as much as the other but still enough to learn :)

Thanks

theuserbl

Intermediate

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

6

Thursday, January 27th 2011, 8:24pm

First you need the latest Jabaco.jar:
http://www.file-upload.net/download-3130203/Jabaco.jar.html
It is from the 14.1.20111. If you still don't have it, then download it and replace your Jabaco.jar in your Jabaco-directory with it.

Then here is the Jabaco-Source:
http://www.file-upload.net/download-3167…urcesl.zip.html
Run in the VB-directory the project FrameworkTest.jba .
Important: Don't go too fast. Load at first the project in the IDE. Then wait, until you can move with your cursor/carret through the text in the IDE. Then you can run or compile it.

This source code is the complete VB-directory of the SVN. So there is not only the example program. It includes additional the in Jabaco written controls, which are part of the framework.

theuserbl

Intermediate

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

7

Thursday, January 27th 2011, 8:27pm

You might want to have a look at the "ControlDemo" which is part of the Jabaco samples.

Every example program demonstrates different things of Jabaco.
There are controls in ControlDemo, which are not in FrameworkTest. And there are controls in FrameworkTest, which are not in ControlDemo.

So better is, to have a look at all demo-programs.

  • "schnitzelbrain" is male
  • "schnitzelbrain" started this thread

Posts: 19

Date of registration: Jan 23rd 2011

Location: Germany

  • Send private message

8

Friday, January 28th 2011, 3:44am

First you need the latest Jabaco.jar:
http://www.file-upload.net/download-3130203/Jabaco.jar.html
It is from the 14.1.20111. If you still don't have it, then download it and replace your Jabaco.jar in your Jabaco-directory with it.

Then here is the Jabaco-Source:
http://www.file-upload.net/download-3167…urcesl.zip.html
Run in the VB-directory the project FrameworkTest.jba .
Important: Don't go too fast. Load at first the project in the IDE. Then wait, until you can move with your cursor/carret through the text in the IDE. Then you can run or compile it.

This source code is the complete VB-directory of the SVN. So there is not only the example program. It includes additional the in Jabaco written controls, which are part of the framework.
Now we are talking :D

Thanks alot. I did not find the jba. And also great to have the letest JAR precompiled as the framework downloads only give the broken 200kb size.

Time to learn :thumbsup:

Rate this thread
WoltLab Burning Board