Share My Creation [B4X] [TOOL][SOURCE] lm Snippets Manager

aidymp

Well-Known Member
Licensed User
Longtime User
I have v. 8 in Paths (using it in debug mode) and in code, as you can see in Main:
#JavaCompilerPath: 14, C:\jdk-14.0.1\bin\javac.exe

Do I have to install javaFX or something also ??
 

aidymp

Well-Known Member
Licensed User
Longtime User
I've just checked. On my PC that version, 14.0.1 contains javafx, but the download indicated in the first post of this thread does not!

I don't know how this is possible; I'm searching...

Yes this is my problem lol, I see images (in the forum) of folders that just dont exist in my Java folder even though I am using the links provided. Im looking more stupid than usual!
 

aidymp

Well-Known Member
Licensed User
Longtime User
So the .zip you sent me i copied it into the C:\jdk-14.0.1\ folder and it compiles & works correctly!

I now have about 10 Java versions installed or unzipped to various locations! lol This is obviously not your fault, It appears many people have just decided to create Java packages and bundles, with no exlaination as to WHY! lol

Solved thank you.
 

aeric

Expert
Licensed User
Longtime User
I solved this by (works with openJDk11):
B4X:
Private Sub DisableReordering
    Dim Jo As JavaObject = tbvSearch
    Dim Header As JavaObject = Jo.RunMethod("lookup", Array("TableHeaderRow"))
    'Dim Prop As JavaObject = Header.RunMethod("reorderingProperty", Null)
    'Dim o As Object = Prop.CreateEventFromUI("javafx.beans.value.ChangeListener", "HeaderOrder", Null)
    'Prop.RunMethod("addListener",Array(o))
    Header.RunMethod("setMouseTransparent", Array(True))
End Sub
Reference: https://stackoverflow.com/questions...-the-reordering-of-table-columns-in-tableview (second answer)
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Thinking a new feature would be to add file attachments to snippets!
I just added some custom Button code snippet - now I really would need to add a zip file of images with it.
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
And if you do... DO NOT store attachments in the DB! lol... I would do it but neck deep in another project at the moment.
 

LucaMs

Expert
Licensed User
Longtime User
I replaced the whole "Import & Export" part.

I uploaded right now the new version (3.0.0) to my Google Drive but I don't know if this will cause the notification to be sent to you automatically or I will have to manually send it to the many hundreds of members who have requested this wonderful tool

Let me know.
 

toby

Well-Known Member
Licensed User
Longtime User
Please send me a download link of the new version. I can't wait to use the exciting feature.
 

toby

Well-Known Member
Licensed User
Longtime User
I got the above error while trying to compile v3.00. I've installed both jdk14.01 and 14.0.2 and none of them contains any folder starting with javafx. Please zip them and put them in your Google Drive for me and other to download, please.

I use 64 bit windows 10, by the way.
 
Last edited:

aidymp

Well-Known Member
Licensed User
Longtime User
Any link? lol - Thunderbird deleted all my old emails! and I haven't had any notification from Google! So can't try it, I'm very happy with the current version though, Saves a lot of time! Thanks
 

LucaMs

Expert
Licensed User
Longtime User
Any link? lol - Thunderbird deleted all my old emails! and I haven't had any notification from Google! So can't try it, I'm very happy with the current version though, Saves a lot of time! Thanks
So the automatic "distribution" from Google Drive didn't work
Tomorrow I will send it to everyone... manually

[There should also be a way to create a group and share the file with it; I'll try better]
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…