You are not logged in.

Search results

Search results 61-80 of 88.

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.

Wednesday, July 30th 2014, 2:57am

Author: spysonic

Scan/Detect all pictures in a folder?

Id like to filter the type of file being handled by myItem Jabaco Source 1 myItem = myList(i).getName() .. using the right(string, length) function Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 For i = 0 To Ubound(myList) myItem = myList(i).getName() filetype = Right (myItem,3) If (myList(i).isFile()=True) Then IF (NOT (myHidden=False AND myList(i).isHidden() = True)) Then If filetype = "png" Then: List1.AddItem(myList(i).getName()) If filetype = "jpg" Then: List1.AddItem(myList(i).getName()) If filetyp...

Wednesday, July 30th 2014, 2:41am

Author: spysonic

Scan/Detect all pictures in a folder?

and the links you provided me is no longer available.. it redirects me to error 404 (not found)!!1

Wednesday, July 30th 2014, 2:30am

Author: spysonic

Scan/Detect all pictures in a folder?

Your my sensei Dani.. .. unfortunately, I'v already tried adding extension file like "*.jpg" on this code Jabaco Source 1 Dim myPattern As String = "*.*" Doesnt solve the problem of displaying the desired file with filtered extension... im still experimenting. my target out put was to just display the files in my folder with the .bmp, .jpg and .png extension. thanks for your patience sensei .

Monday, July 28th 2014, 10:47am

Author: spysonic

Scan/Detect all pictures in a folder?

by the way HOW do i post the code here? i tried several times but after submitting the reply the code structure gets displayed in lines as in like a paragraph

Monday, July 28th 2014, 10:38am

Author: spysonic

Scan/Detect all pictures in a folder?

WHOAAA!! Awesome Thank you very much DANI for pointing me to the framework.. Amazing.. it can detect all th files in my projects directory. my only problem now is to limit the detection to a certain file. like for example instead of detecting all files perhaps it should only detect PICTURES files with .bmp, jpg or png extensions. thanks a lot.

Monday, July 28th 2014, 10:04am

Author: spysonic

Is there a manual for getting start Jabaco(Jabaco 's guide for Beginner)?

I am also a beginner .. perhaps we can share something sooo basic at our level... I know we can at least create what we are intending to create with the help of Jabaco community.

Monday, July 28th 2014, 8:13am

Author: spysonic

Scan/Detect all pictures in a folder?

how am i gonna start my experiments with skins & background settings . I have no idea..

Monday, July 28th 2014, 7:59am

Author: spysonic

Like creating a database

may i know what it does? Source code 1 Set Order = Con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_READ_ONLY)

Monday, July 28th 2014, 7:45am

Author: spysonic

Where Does Jabaco word derived from?

I've been wondering why is it called JABACO. is it from JAVA+BASIC and where does the "CO" came from? Truly it can be considered as a powerful tool for all aspiring and prof programmers. hope it'll have an official release ASAP. Best of luck. ...

Monday, July 28th 2014, 2:40am

Author: spysonic

Can we use the Jars in production?

I thought "silence means yes"... and I thought we're allowed to use what we create in jabaco in any way we like

Friday, July 25th 2014, 2:39am

Author: spysonic

BASIC JABACO - DATABASE workarrounds

got it now.. i just replace the "App.path" to "CurDir" and its working again. thanks Dani

Friday, July 25th 2014, 2:37am

Author: spysonic

App.Path returns wrong values

Source code 1 dbFile = CurDir & "/Res/main.db" now its working again... just replace the "App.path" with CurDir

Friday, July 25th 2014, 2:22am

Author: spysonic

App.Path returns wrong values

A: Do we just have to refer to CurDir to get the location of our proj? thanx theuserbl... 'm gonna try it now ... experiment ... experiment ....experiment

Thursday, July 24th 2014, 10:59am

Author: spysonic

BASIC JABACO - DATABASE workarrounds

oh no!. dont know what happened but after using the latest framework my project gives me this "java.sql.SQLException: SQLite.Exception: no such table: system_user" its working on the previous framework though.. i'll investigate....

Thursday, July 24th 2014, 9:45am

Author: spysonic

BASIC JABACO - DATABASE workarrounds

here... i deleted some of the files... admin username: x1 password: x2 user z1 z2 please observe the JBGRID in creating a new user... when having at least 10 records you cant click on the frid to display the record on the text fields anymore.

Thursday, July 24th 2014, 8:23am

Author: spysonic

BASIC JABACO - DATABASE workarrounds

Public Sub JBGrid_user_Click() txtuserid.Text = JBGrid_user.TextMatrix(JBGrid_user.Row ,0) txtusername.Text = JBGrid_user.TextMatrix(JBGrid_user.Row ,1) txtpassword.Text = JBGrid_user.TextMatrix(JBGrid_user.Row ,2) txtlevel.Clear txtlevel.AddItem (JBGrid_user.TextMatrix(JBGrid_user.Row ,3)) MsgBox JBGrid_user.TextMatrix(JBGrid_user.Row ,0) End Sub

Thursday, July 24th 2014, 8:23am

Author: spysonic

BASIC JABACO - DATABASE workarrounds

sorry i dont know how to display code in a comment

Thursday, July 24th 2014, 8:22am

Author: spysonic

BASIC JABACO - DATABASE workarrounds

Hello again, im new in programming so please spare my coding abilities in my example... i have a problem with JBGRID when it comes to the click event... i wanted to display the current data of the jbgrid by simply clicking on the data of database being displayed on the jbgrid. the problem occurs on the middle to last part of the jbgrid where it doesnt recognize a click. Source code 1 Public Sub JBGrid_user_Click() txtuserid.Text = JBGrid_user.TextMatrix(JBGrid_user.Row ,0) txtusername.Text = JBG...

Thursday, July 24th 2014, 3:01am

Author: spysonic

MSGBOX

Hello.. having the: msgbox "text" will not set the defaultstyle of the message box to vbOnly. I had to include it when having a msgbox to be able to have my preferred title. thanks for this help "theuserbl"

WoltLab Burning Board