You are not logged in.

Search results

Search results 81-100 of 436.

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.

Saturday, November 30th 2013, 3:26am

Author: theuserbl

RE: Color Picker and Editor Crash

Quoted from "swissmade" I have some funny problem. When I try to edit the Color with the Colorpicker of a form the GUI crash. When I edit some lines GUI Crash Hmmm... thats not funny. Seems that there are some problems with the native part of Jabaco. I don't know much about the COM-interface in Windows and so on. So, this seems not to be a problem with the Java-part of Jabaco. Quoted Reinstall Jabaco won't help. Hmmm... hard to say it: I think a reinstall of Windows could help. But before you r...

Wednesday, November 13th 2013, 2:29am

Author: theuserbl

RE: Suitability of Jabaco for Mobile Development

Quoted from "yogiyang" It would be great if we could target mobile devices from Jabaco. If you want to create programs for Android, then you could use "Basic 4 Android": [ http://www.basic4ppc.com ] Greatings theuserbl

Saturday, October 26th 2013, 2:46pm

Author: theuserbl

db2000 Get Location from IP

Quoted from "swissmade" But this link give me a http error file not found. With Firefox it works fine. Possible the reason is, that the filename have emty spaces in it. Solution: Replace the four empty spaces (" ") with an "%20". So instead of the filename "db2000 Get Location from IP.zip" write "db2000%20Get%20Location%20from%20IP.zip". Greatings theuserbl

Sunday, October 20th 2013, 4:42pm

Author: theuserbl

Live of Jabaco

Hi Swissmade! Nice to see you again, since over a year. Quoted I wonder, how Alive is Jabaco at the moment. As you know, Jabaco consists of more then one part. Jabaco itself The Compiler and IDE haven't changed since 2009. But there exists a little fix for the compiler since 2011: [ http://www.jabaco.org/board/p2952-resour…-separator.html ]The Framework is from time to time updated. Bugs are fixed and some improvements are added to it: [ http://code.google.com/p/jabacoframework/source/list ] Sin...

Sunday, October 20th 2013, 3:50pm

Author: theuserbl

JBGrid - Update

Quoted from "Dani" But I never got a multiline text there except for when I use html code <br> !! It would be a nice feature to get that to work for the header and the JBGrid cells. I have now seen, that it already work, when you use the HTML-tags. Then <br> breaks the line always. If the word ends on the line or not. But without <br> it breaks, after the line ends, and continues in the next line. That what you want. I hae seen it, on the attached program, where I have used JBGrid. Greatings th...

Friday, October 18th 2013, 3:21am

Author: theuserbl

JBGrid - Update

Quoted from "Dani" Still, if you try to use that for the tableheader with previous rev. of the framework? It seems like it ignores ' \n '; html works fine. Right. Quoted So, are you going to upload the ttransparent rowselector? Have uploaded it. And now the Jabaco Framework Binaries having its own place in the Jabaco-Wiki: [ http://www.jabaco.org/wiki/Latest_JabacoFramework_Binary ] Don't know, if I will link it in the front page of the wiki in the future. But currently the side is there. :-) A...

Thursday, October 17th 2013, 11:15am

Author: theuserbl

JBGrid - Update

Quoted from "Dani" I found something very prmissing though. It could be inspiring: It is the same like the MultiLineLabelUI in Jabaco. In your mentioned program stand Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 dm.setDataVector( new Object[][]{ {"A0, Line1\nA0, Line2\nA0, Line3", "B0, Line1\nB0, Line2", "C0, Line1"}, {"A1, Line1", "B1, Line1\nB1, Line2", "C1, Line1"}, {"A2, Line1", "B2, Line1", "C2, Line1"} }, new Object[] {"A", "B", "C"}); So, to begin a new line you have to write "\n". Where ...

Wednesday, October 16th 2013, 10:44pm

Author: theuserbl

JBGrid - Update

Quoted It would be a nice feature to get that to work for the header and the JBGrid cells. I have find this side [ http://samuelsjoberg.com/archive/2009/10…labels-in-swing ] with an other BSD-licensed implementation of MultiLineLabelUI and with sample to it an so on. There it works fine... Edit: Here what stands on the side: Quoted This approach has two drawbacks. First, it will bloat your code or resource strings since you'll need to add the HTML tags somewhere. Second, you'll loose control of...

Wednesday, October 16th 2013, 10:21pm

Author: theuserbl

JBGrid - Update

I see, that Java itself have a class called MultiLabelUI, but which is different implemented. It is: javax.swing.plaf.multi.MultiLabelUI The UI-classes in Java are for creating the own LookAndFeel. In this package are a lot of "Multi"-things. But the implementation of Jabaco seems really to implement a UI for multiple lines in a JLabel. Especialy the non-static function public String[] splitStringByLines( String str ) Greatings theuserbl

Wednesday, October 16th 2013, 9:48pm

Author: theuserbl

JBGrid - Update

Quoted from "Dani" I am dealing with financial programms And do you need a complete VBA.Financial class? You know, there is a implementation for MonoBasic, which could be ported to Java: [ http://www.jabaco.org/board/p2719-can-be…-framework.html ] Quoted I like the effect of your sample a lot. It 'feels' right. Colors could shine through a bit brighter for my taste. Ok, then I think about, to load it the next time up to svn. Quoted I am just allways worried about stuffing too manny Calls into t...

Wednesday, October 16th 2013, 12:00am

Author: theuserbl

JBGrid - Update

Hi Dani ! In your example, the colored cells changes not the color, if they are selected. So I tried something out. In JBCellRenderer: Jabaco Source 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 Public Function getTableCellRendererComponent(table As JTable, value As Object, isSelected As Boolean, hasFocus As Boolean, row As Integer, col As Integer) As Component [...] If isSelected = True Then If myGrid.DataMatrix(row, col).CellBackColor <> -1 The...

Tuesday, October 15th 2013, 9:36pm

Author: theuserbl

ComboBox/ListBox - Update

Quoted from "Dani" ...[derived class] Ahhh, thanks. I think you are right. It is better to implement it in FileListBox. I tried it all out. Without modifications, FileListBox have black lines. With myBackColorAlternating = Me.BackColor in Class_Initialize() of ListBox, the FileListBox have no longer black lines. But adding in uDirBrowse in CreateFile1() before Me.add(File1) an File1.BackColorAlternating = RGB(200,200,200) then, there are light gray lines. So I thought, that FileListBox direved ...

Tuesday, October 15th 2013, 8:39pm

Author: theuserbl

ComboBox/ListBox - Update

Quoted from "Dani" I would rather change FileListBox: Jabaco Source 1 2 3 4 5 Public Sub Class_Initialize() myDirectory = CurDir Base.BackColorAlternating = Base.BackColor ' <=== this is the new line Update_Filename_List() End Sub We could add Property BackColorAlternating to FileListBox too!? Hmm.. possible. But I think, it would be better to change the ListBox for that. Because I think it is better, if classes, which have ListBox as superclass don't need so much changes. If there comes a new ...

Tuesday, October 15th 2013, 8:33pm

Author: theuserbl

ComboBox/ListBox - Update

Quoted from "Dani" I don't see a problem with the CheckBox or do you mean the ComboBox? Yes, I meant the ComboBox. Sorry. Greatings theuserbl

Tuesday, October 15th 2013, 8:24pm

Author: theuserbl

ComboBox/ListBox - Update

Quoted from "Dani" So, what about the CheckBox and FileListBox? I only know, that the current FileListBox is not ok. But I think you can't change it with the xml-file, because the FileListBox is not integrated in the current Jabaco-GUI-Designer. Have you seen, the black lines there? But a myBackColorAlternating = Me.BackColor in Class_Initialize() of the ListBox class would fix it. But I am not sure, if there existing other side-effects. Possible, the CheclkBox needs something similar. Currentl...

Tuesday, October 15th 2013, 8:14pm

Author: theuserbl

Using a final variable in Jabaco

Quoted from "jbExplorer" Still no go, on this side, even your code is reproduced letter for letter. I'm using Beta 1.5.2. Well, maybe it's related to my framework jar. I had to switch to a previous version, sometime back, for some problems I don't recall. The one in the ..\program files...\jabaco folder is 519,284 bytes. Will try switching frameworks, and see what happens. Thanks, theuserbl. I think, not the framework is the problem. Going step by step: download Stelx. As you can read at [ http...

Tuesday, October 15th 2013, 7:48pm

Author: theuserbl

ComboBox/ListBox - Update

I already thought about it before, but thought it would be a bad solution, because of complexness. But now I think it would be good: All three classes (ComboBox, ListBox and JBGrid) needing a additional property. For example for JBGrid: A new property called ""BackColorCellsPattern". The argument for it is then an enum with - vbNone - vbHorizontal - vbVertical - vbChessboard As default is vbNone. Then the color of BackColorCellsAlternating is unimportant, if BackColorCellsPattern = vbNone Greati...

Tuesday, October 15th 2013, 5:46pm

Author: theuserbl

ComboBox/ListBox - Update

Ok, the XML file-changes are still needed. But the problem with FileListBox would be with this change fixed.

Tuesday, October 15th 2013, 5:34pm

Author: theuserbl

ComboBox/ListBox - Update

Hi Dani! Do you have seen, that now FileListBox don't work correct? If you start FrameworkTest, on the Tab "DirBrowse", the right Listbox. The problem: FileListBox have ListBox as superclass. And for FileListBox existing no entry in the XML-file. So, I think about it, to change in write in ListBox Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Public Sub Class_Initialize() On Error Resume Next myBackColorAlternating = Me.BackColor ' <=== this is the new line Call Parent.addFocusListener(Me) C...

Tuesday, October 15th 2013, 4:32pm

Author: theuserbl

ComboBox/ListBox - Update

Quoted from "Dani" do you know why in the ListBox code we have Jabaco Source 1 2 3 4 Public Property Get BackColor() As Long BackColor = ColortoRGB(Parent.getBackground()) Call Base.setBackground(Parent.getBackground()) End Property Interesting Quoted we should be fine with Jabaco Source 1 2 3 Public Property Get BackColor() As Long BackColor = ColortoRGB(Parent.getBackground()) End Property The other way around. Call Base.setBackground(Parent.getBackground()) is compiled the same, like if you ...

WoltLab Burning Board