B4A Question Cross-platform grid code: B4A is not equal B4J - klaus (first post)    Apr 28, 2024   (1 reaction) No !
GridSize = 5dip * 2.8125 = 14.063
But GridSize is an Int. therefore 14 !
Try to set GridSize As Float
Or, maybe,better set :
Private DownX, DownY As Int
And leave GridSize As Int B4A Class Grid Class - PreoptimizedCLV - Erel (first post)    Feb 28, 2023   (4 reactions) 91824
My implementation based on PreoptimizedCLV is attached.
I'm not sure that building a "grid" library will be very useful as each app will have different requirements and implementing such grid is very simple.
Better implementation based on SMM: https://www.b4x.com/android/forum/threads/b4x-si B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Aug 22, 2022   (4 reactions) B4X
Designer
DDDGrid - designer script grid
A simple, cross platform, class that uses the designer script extension feature to create grids
https://www.b4x.com/android/forum/threads/b4x-dse-dddgrid-designer-script-grid.142402/
B4X
PDF
PDF to Image
PDF to Image
https://www.b4x.com/android/f B4A Question The 100,000+ Downloads Club - yousif (first post)    Mar 22, 2017   (3 reactions) Grid drawing uses grids as a way to make a drawing from a photo or other image, to help achieve appropriate proportions. And grid drawing is an inexpensive, low-tech way to reproduce and/or enlarge an image that you want to paint or draw. The grid method can be a fairly time-intensive process, depen B4A Question A grid on tablet or smartphone ? - klaus (first post)    Jan 11, 2018   (1 reaction) Are the two grids always the same, same layout, same bigger cells?
Are the image sizes the same in similar cells.
If yes, I would do all this with canvases.
Drawing the grid on one canvas and the content in another one.
Click event in a Touch event and claculating which cell is concerned. B4A Question How to create grid whidt dinamic columns e rows - Roberto P. (first post)    Sep 12, 2016   (1 reaction) Hello Klaus
I created a grid (see picture) that lets the user select the different cells of a table of colors and sizes.
I was able to integrate this functionality into your class, with good success, although I have to improve some parts.
Now I have to find a way to add a check box in the column h B4A Question Grid for remote MySQL query - vecino    Sep 07, 2024 Hi, I am testing the SD_SQL library to perform queries to a remote MySQL database by direct connection to it.
I need a grid (or another component, class or view) to present the records, which grid do you advise me?
I was testing with “flexible table” but it seems to work only for sqlite.
Thank you B4A Question Grid with xCustomListView ? - Erel (first post)    Aug 23, 2021 Grid can mean many things, it will be easier to help if you post a mock-up layout.
If you mean a table then check:
https://www.b4x.-flexible-table.30649/#content
And:
https://www.b4x.com/android/forum/threads/b4x-b4xtable-cross-platform-sortable-searchable-customizable-table.102322/ Other B4A v7.80 has been released! - Erel    Dec 20, 2017   (49 reactions) Modules, files and views can be renamed directly from the relevant tree. Full support for drag and dropping files and modules, including support for dragging multiple items. B4A services and activities can be shared with B4J: https://www.b4x.com/android/forum/threads/b4x-sharing-modules-and-classes. Wish Grid lines in the Designer - yfleury (first post)    Feb 02, 2020   (2 reactions) Or magnet to top, middle, bottom, left or right to align 2 labels or whatever you want. That will be useful Page: 1   2   3   4   5   6   7   Powered by ColBERT |