solved. thanks for all

  1. jroriz

    Android Question [SOLVED] Reduce image size before encoding, preferably without writing to disk.

    Dim base64con As Base64Convert base64con.Initialize dim encodedImg as string = base64con.EncodeFromImage(File.DirRootExternal, myfile) I need to reduce the image size to a maximum width of 200 pixels. It would be desirable to achieve this without involving writing to disk, because this portion...
  2. ddefrain

    Android Question AttendeesConstants

    Hi, is this the correct way to add attendee mails? Thank's in advance! Regards Dim acon As AttendeesConstants Dim val As ContentValues Dim event As Int = eventID 'EventID val.Initialize val.PutString(acon.EVENT_ID, event) val.PutInteger(acon.ATTENDEE_TYPE...
  3. D

    Android Question Designer object should first be initialised...

    This problem only occurs in debug mode, it works perfectly fine in Release mode. When I try to use loadlayout, I get an error that the imageview inside my layout must first be initialised, but since this is a designer added view, it should not need initialisation, right? Could it be a number...
  4. vali khandangoll

    B4R Question I need to help about create B4R libraries

    Hi all of you. I am a new B4R user. I have some Arduino module. I can download some libraries for those. but there is not any xml file in those. I can create Xml file whit this command. java -jar b4rh2xml.jar <source h file> <target xml file>. and I can show xml name in libraries manager. but...
Top