input

  1. practicalsoft

    B4X FEED Honeywell EDA51 laser input problem

    It is possible to intercept the event that comes from laser input compared to the keyboard one. That is, I would like to read from handheld device the input that comes from the laser and handle the string read. My device is a Honeywell EDA 51. Is there a possibility to use the device's Honeywell...
  2. S

    پایتون آموزش مقدماتی پایتون قسمت 8

    با سلامی دوباره خدمت همه عاشقان برنامه نویسی خوش حالم که یک بار دیگه با آموزش دیگ در خدمتتون هستم . امروز با بخش دوم آموزش حلقه ها کار داریم و میخوایم ببینیم که کارایش و نحوه کد زدنش به چه شکلی هست . ... حلقه while در پایتون برای تکرار کردن یک بلوک از کد تا هنگامی که عبارت تست (شرط)...
  3. practicalsoft

    الکترونیک Mic-Line Balance Input مدار ورودی میکروفن

    Mic-Line Balance Input A professional suggestion for those interested in improving sound. The circuit constitutes the part of input mixing console sound from the microphone or source of high level . It can be used on it's own or be multiplied to the number of channels required. It includes...
  4. practicalsoft

    B4X FEED Problema al recibir datos de un input numbrer con b4xpreferencesdialog

    Hola buenas tarde estoy usando la librería que esta aquí https://www.b4x.com/android/forum/threads/b4x-b4xpreferencesdialog-cross-platform-forms.103842/ esta genial, pero solo tengo un problema cuando uso el input numbrer y se coloca 0 al inicio obtengo los valores incorrectos ejemplo: si coloco...
  5. practicalsoft

    B4X FEED Microphone oscilloscope

    Low frequency oscilloscope. The bandwidth is about 30 to 5000 Hz, the narrow bandwidth and input filter makes the use limited. The mic ADC sends packets of 2048 bytes and 60 bytes are used to draw the trace. Input is to the microphone socket. Input voltage divider allows signals of 5V P-P...
  6. abass

    تکه کد کپی شدن متن در clipboard

    کپی شدن متن در clipboard HTML , JS <!DOCTYPE html> <html> <body> <input type="text" value="Isource" id="Input">h <button onclick="Copy()">Copy text</button> <script> function Copy() { var copyText = document.getElementById("Input"); copyText.select()...
  7. abass

    محاسبه‌ی میانگین سه عدد در پایتون

    ▪️محاسبه‌ی میانگین سه عدد round1 = int(raw_input("Enter score for round 1: ")) round2 = int(raw_input("Enter score for round 2: ")) round3 = int(raw_input("Enter score for round 3: ")) # محاسبه میانگین average = (round1 + round2 + round3) / 3 # خروجی print "the average score is: ", average
  8. abass

    برنامه نویسی ارسال ایمیل از طریق PHP

    ارسال ایمیل از طریق PHP <?php //if "email" variable is filled out, send email if (isset($_REQUEST['email'])) { //Email information $admin_email = "someone@example.com"; $email = $_REQUEST['email']; $subject = $_REQUEST['subject']; $comment = $_REQUEST['comment']...
  9. practicalsoft

    B4X FEED [B4A] Change InputType of Input dialogs with XUI Views

    I searched trhough the forum, but I couldn't find a solution :( I'm using input dialog with XUI in order to grab input data from the user. I would like to set the input type (eg: a phone number) so that the keyboard only shows number keys. Same for email input (they're similar to common text...
  10. practicalsoft

    B4X FEED B4XDialog Template Resize

    Good morning, I have searched the forums for some time, but have not found a way to resize a input template. This is the point i am at, any advice / support would be great! B4X: Dim input As B4XInputTemplate input.Initialize...
  11. practicalsoft

    الکترونیک An Isolated Analog Input Module

    The isolated analog input module presented here is particularly suitable for industrial electronics applications. Sending […] The post An Isolated Analog Input Module appeared first on ElectroSchematics.com. ادامه مطلب...
عقب
بالا