number

  1. practicalsoft

    Xen-AddOn Xon - Standard Library 1.21.2 1.21.2

    Xon - Standard Library Fix ajax pagination & ajax filtered pagination code did not dynamically loading css/js Update choices.js Various performance fixes when used with large number of options (ie hundreds of prefixes when using Multi-Prefix) Fix filtering/search could return unstable search...
  2. practicalsoft

    Xen-AddOn [MMO] Hide Bb-Code Content System 2.2.8 2.2.8

    [MMO] Hide Bb-Code Content System 2.2.8 Hidden content add-on for the XenForo 2 forum. Supports 16 bb codes for hiding according to various parameters Hidden text for club members Hidden text by the number of days Hidden text for groups Hidden text for registered members Hidden text by the...
  3. practicalsoft

    Xen-AddOn [XenConcept] Advanced Permissions 2.0.10 2.0.10

    در حال حاضر از تعداد پیام‌ها مجوز ایجاد می‌کنیم. تعداد پست های مورد نیاز برای دیدن انجمن ها (فهرست موضوعات) تعداد پست های مورد نیاز برای دیدن محتویات تاپیک ها تعداد پست های مورد نیاز برای ایجاد رشته های جدید تعداد پست های مورد نیاز برای پاسخ دادن به موضوعات تعداد پیام های مورد نیاز برای دیدن...
  4. practicalsoft

    B4X FEED Limit 3 numbers on edittext

    I have an EditText that has a default of 000. It is set to numbers only (no decimals). I need the edit text to change as the person clicks the number. Ex: It starts at 000, the user clicks 1 the number should now show 001. Then the user clicks 4 then the number becomes 014 and so on. If the...
  5. abass

    پایتون کد بازی حدس زدن شماره با پایتون

    کد بازی حدس زدن شماره با پایتون import random guesses_made = ۰ name = input('Hello! What is your name?\n') number = random.randint(۱, ۲۰) print ('Well, {0}, I am thinking of a number between 1 and 20.'.format(name)) while guesses_made < ۶: guess = int(input('Take a guess: '))...
  6. practicalsoft

    B4X FEED Random number between X and Y

    There are many code snippets on the forum for random numbers. This example is for a project Im doing that needs to randomly select 1 of 4 LED's. Im not too worried that its pseduo random but this code will get you a random number between 1 and 4 (but makes sure you dont get the same number twice...
  7. abass

    برنامه نویسی آموزش حلقه while و do … while در C++ ( کاملا ساده)

    آموزش حلقه while و do … while در C++ ( کاملا ساده) در برنامه نویسی ، حلقه ها یک قسمت مشخص از کد را تا زمانی که شرط برقرار باشد، تکرار می کنند. ۳ نوع حلقه در ++ C وجود دارد: حلقه for حلقه while حلقه do … while حلقه while در C++ ساختار حلقه while در C++ به شکل زیر است: while...
  8. practicalsoft

    B4X FEED Queue Eliminator

    Today I didn't have much to do and starting from an idea of @MarcoRome (see this) I wanted to make a software cut queue. (or delete/eliminator code, I don't know how to say exactly in English and google doesn't help) It will also have happened to you to queue at the post office, at the bank, at...
  9. practicalsoft

    B4X FEED Get field type from resultset

    I use JdbcResultSet to read data from SQL database, I'm making a search dialog box to filter data, i want to add quotes to search-criteria according to its type like B4X: if field.type = text then strSearch = ("'" & value & "'" ) else strSearch = (value) end if I tried IsNumber...
  10. practicalsoft

    B4X FEED Open Dialer With a specific number in place

    Dear Erel I use this code to call a number : Dim i As Intent i.Initialize(i.ACTION_VIEW, "tel:") StartActivity(i) This code just opens dialer I just want to open the dialer with a specific number in place . Many Thanks ادامه مطلب...
  11. practicalsoft

    B4X FEED Float number with different size characters

    Hello... Is there any way or user control to show a float number with different size characters ??...Integer number bigger then decimal as shown in picture ادامه مطلب...
  12. practicalsoft

    B4X FEED Example for LazyLoading from jRDC2

    Hi All, I can load/SELECT ALL data in a table from jRDC2 (mysql DB) with no problem, but I think this is not perfect in case of thousands of rows to return/SELECT from App performance standpoint, also I am aware that I can use LIMIT to limit the number of rows; however I am not sure how to...
  13. practicalsoft

    B4X FEED [ABMaterial] ABMTableMutable with varying number of ABMInput components problem

    Hi, As my webapp starts to take shape I've come across a problem that I just cannot solve with ABMTableMutable and ABMInput components... Basically I have a page with two ABMCombo's and an ABMTableMutable. The number of rows in the table can vary depending on the value selected in Combo2...
  14. practicalsoft

    B4X FEED Error with project with large number of files

    In the latest b4a beta and production release, I have a problem with adding over a certain number of files. When opening the project, I get an error: The given key was not present in the dictionary. I have attached an example. On my system, you can get rid of the problem by removing the...
  15. practicalsoft

    B4X FEED ScrollView

    Hi, I'm working with a scrollView for the first time. Just as an example, I'm trying to display some lines of text following the format "Line number: 1", "Line number 2", etc... I put a scrollView in a layout also containing an ImageView on top, and a label in another layout, that I then load...
عقب
بالا