Cannot figure out what the problem is here:
B4X:
Private Sub SelectPicture As ResumableSub
LogSub("SelectPicture")
'Dim img As ImageView ' now up there in the Class_Globals -- no difference
img.Initialize("")
cc.Initialize("PhotoChoo")
cc.Show("image/*","The Title...
hola tengo un sistema que saca foto y sube al servidor.
estoy ocupando la librería resizepicture, para bajar el peso de una foto antes del envió.
Camera1_PictureTaken (Data() As Byte)
Dim filename As String =Starter.codigo_envio&".jpg" ' "1.jpg"
Dim dir As String = File.DirInternal
Dim ruta_ As...
Hi all,
I have a UI app that uses a FileWatcher to catch any new images copied to a folder.
These images then need to be cropped and resized down to a usable size.
I have set-up the app using the b4J-Bridge to a Ubunto x86 machine.
On every new image that has been resized I loose up yo 10meg of...
Now I have the error "The filename or extension is too long" when i compile the project.
I am using version b4A 10.0
please advice.
B4X:
B4A Version: 10.0
Java Version: 8
Parsing code. (0.71s)
Building folders structure. (0.15s)
Compiling code. (0.57s)
Compiling layouts code...
I would like the user to be able to choose an existing image and upload it to the FTP server. I tried to use the following code to identify the image:
B4X:
cc.Initialize("CC")
cc.Show("image/*", "Select image")
Wait For CC_Result (Success As Boolean, Dir As String, FileName As String)
If...