B4J Question Star-Dust's SD FlexGrid

besoft

Active Member
Licensed User
Longtime User
Hi,

I tried to use Star-Dust's SD FlexGrid example, but I keep getting the error :

Cannot find: C:\Program Files\Anywhere Software\B4J\libraries\ime.jar

Where can I find this library ? I tried on the forum but without success.

THX
 

DonManfred

Expert
Licensed User
Longtime User
IME is an android library. I don´t know if you can use it in B4J. Guess no
 
Upvote 0

besoft

Active Member
Licensed User
Longtime User
Thank you for your reply,

The description mentions that SD FlexGrid also works in B4J, the example is also attached for B4J, but the example doesn't work because of the mentioned error.
 
Upvote 0

besoft

Active Member
Licensed User
Longtime User
Thanks for the advice, I still need to copy the libraries :

- XUI.jar

- IME.jar

from B4A .


The example works now.
 
Upvote 0

besoft

Active Member
Licensed User
Longtime User
This is true, but when I debug or release I get :

Cannot find: C:\Program Files\Anywhere Software\B4J\libraries\XUI.jar

when I copied this library to B4J as well, the example works normally.
 
Upvote 0

besoft

Active Member
Licensed User
Longtime User
Another interesting observation. I wanted to take printscreen shots and show them here on the forum. I have now deleted both libraries : IME.jar and XUI.jar from B4J.

The example now works without these libraries in the libraries folder in B4J.

Can anyone explain this ?
 
Upvote 0

teddybear

Well-Known Member
Licensed User
Another interesting observation. I wanted to take printscreen shots and show them here on the forum. I have now deleted both libraries : IME.jar and XUI.jar from B4J.

The example now works without these libraries in the libraries folder in B4J.

Can anyone explain this ?
I don't think it works if you copy and use IME.jar and XUI.jar, they only work in SD_FlexGrid for B4A.
I guess you are using jSD_FlexGrid library instead of SD_FlexGrid.
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
The library comes in three versions: Android, iOS, and desktop. In your case, I need to use the B4J (Desktop) version. You're trying to use the b4a version on the B4j IDE, and it won't work. Delete the library and install JSD_FlexGrid
 
Upvote 0

Gianni M

Well-Known Member
Licensed User
Longtime User
with B4J

I followed your example, but during compilation I get: cannot find c:\program files\Anywhere ......\ime.jar
Is it possible I'm making a mistake somewhere?
1752763830625.png


my additional lib folder:

1752764065661.png
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
with B4J

I followed your example, but during compilation I get: cannot find c:\program files\Anywhere ......\ime.jar
Is it possible I'm making a mistake somewhere?
View attachment 165423

my additional lib folder:

View attachment 165424
Dear Friend, you probably downloaded both versions to the b4j folders. Remove sd_flexgrid and keep jSD_FlexGrid. Select jSD_FlexGrid in the IDE.
 
Upvote 0
Top