You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Manuel

Administrator

  • "Manuel" is male
  • "Manuel" started this thread

Posts: 256

Date of registration: Jul 16th 2008

Location: Erlangen, Germany

Occupation: Software Developer

Hobbies: Jabaco, game theory, text-mining

  • Send private message

1

Sunday, June 21st 2009, 8:04pm

UPDATE: Framework 1.2

The Framework is hosted at the Google Subversion repository:

Visit Jabaco at: http://code.google.com/p/jabacoframework/
Browse the repository: http://code.google.com/p/jabacoframework/source/browse/

The new version comes with a "build.xml" for the Apache Ant-Project .

Changelist

  • New: InputBox
  • New: ComboBox.ItemData
  • New: Bitmap-support
  • New: Database.execute
  • New: Form.close / Unload Form
  • Fix: Collection.Add
  • Fix: JBGrid.HScroll
  • Fix: ListBox.ListIcon
  • Fix: Call ensureIndexIsVisible within ListBox.ListIndex

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

Sunday, June 21st 2009, 11:26pm

People interested in the internals of the framework might want to do a download of the complete framework source.
To do that, you have to use a subversion client like Sliksvn.

I'm using the following Windows cmd skript:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@echo off

setlocal

::  we're using SlikSvn 
::  (http://www.sliksvn.com/en/download)

set svn=C:\Programme\SlikSvn\bin\svn.exe

:: Non-members may check out a read-only working copy anonymously over HTTP.
%svn% checkout http://jabacoframework.googlecode.com/svn/trunk/ jabacoframework-read-only 

pause

endlocal


Running such a skript will download all source files of the framework and put them in a local folder of your disk.

Cheers!

A1880

Youtube

Beginner

  • "Youtube" is male

Posts: 14

Date of registration: Sep 15th 2009

  • Send private message

3

Friday, September 18th 2009, 5:47am

Pleasa put a web browser

klctal

Trainee

  • "klctal" is male

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

4

Wednesday, September 23rd 2009, 9:15am

c'mon. dont command! we can make a webbrowser now.
WebBrowser
:D

Faldegast

Beginner

Posts: 25

Date of registration: Oct 6th 2009

  • Send private message

5

Tuesday, October 6th 2009, 6:39pm

Also se my post on JDIC on the WebBrowser thread.

Rate this thread
WoltLab Burning Board