B4A Question [solved] How to increase the default font size of Preference Dialog ? - AnandGupta    Jan 10, 2022 The text input of pref.dialog show very tiny text font size, see screen-shots 124029 I tried to increase the font size, as there are enough spaces below the text by using some codes from the forum search, but failed. How can I increase the default font size ? ( the example is from https://www.b4x.com/android/forum/threads/b4x-b4xpreferencesdialog-cross-platform-forms.103842/#posts)... B4A Question How members here have put the app-ads.txt on their play store ? - AnandGupta    Sep 17, 2024 Refer to my old thread of facing Admob violation, https://www.b4x.com/android/forum/threads/need-help-on-admob-policy-violation-message.163014/#post-1000610 Reading carefully, I noted it is mentioning webpage, website etc. No where it mentions the app navigation. I have a feeling now that the website for support I put below, https://p21e2f303.app-ads-txt.com/ is causing problem, as it matches w... B4A Question [Solved] How to increase the B4XSearchTemplate to nearly full screen size and also show title bar ? - AnandGupta    Feb 14, 2022 Edit: There is another solution by changing b4xsearchtemplate.bas file https://www.b4x.com/android/forum/threads/solution-increase-b4xsearchtemplate-without-losing-title-bar-bas-changes.138373/ I want to increase the B4XSearchTemplate to nearly full screen size. I can get it with B4XSearchTemplate1.Resize(90%x, 80%y) '<-- this increases size but removes title this removes the titl... B4A Question Most Popular Programming Languages 1965 - 2019 - AnandGupta    Oct 30, 2019   (12 reactions) I found this link in another forum. Og847HVwRSI The presentation is so cool that I am wondering if we make something similar in B4X, i.e. display big time-line data in such a cool and smooth manner ! And yes, hope B4X goes to top in 2020 ! Regards, Anand... B4A Example B4Xgoodies_from_walt61 Online - AnandGupta    Feb 13, 2023   (26 reactions) Well,
As JamesGreaves requested,
"So do you not think it would be of value to have even someth... Wish Please put a line in red at top of your old/deprecated/lost source/no support etc. library/tutorials etc. and give link to the better/new/alternative - AnandGupta    Feb 8, 2020   (4 reactions) With reference to https://www.b4x.com/android/forum/threads/output-in-scrollview-very-slow.113681/post-710168 I too have faced many time wasting in old examples. As we are anticipating huge new members, I have a humble request to all Expert/Master here, Please put a line in red at top of your old/deprecated/lost source/no support etc. library/tutorials etc. and give link to the better/new/altern... Share My Creation Merry Christmas and Happy New Year 2025 Discount on Mini Todo Widget - AnandGupta    Dec 15, 2024   (3 reactions) Hi Friends, The Mini Todo Widget App is version 1.56 on the Google Play Store and fully compatible with Google and Admob policies. So, for upcoming holidays, I am offering discount, see link below, Mini Todo Widget App - Source for Sale | B4X Programming Forum https://www.b4x.com/android/forum/threads/mini-todo-widget-app-source-for-sale.162563/#post-997195 Why should you purchase ? One Time ... Share My Creation Mini Todo Widget App - Source for Sale - AnandGupta    Dec 15, 2024   (17 reactions) Hi Friends,
Finally I have achieved to cross all hurdles and create a Todo Widget app I wanted. I h... B4A Question [Solved] Need help on AdMob Policy violation message - AnandGupta    Sep 10, 2024 I got message from AdMob for my app, Mini Todo Widget https://play.google.com/store/apps/details?id=in.apptohelpyou.minitodowidget&pli=1 The issue is as below as per Admob webpage, Issue description Site Behavior: Navigation Must fix As stated in our Program policies, sites or apps displaying Google ads should provide substantial and useful information to the user. Users should be able to ea... B4A Question Is StartActivity() the correct way to open app from widget for B4XPages project ? - AnandGupta    Jun 10, 2024   (1 reaction) To start the app from the widget, I used below code in WidgetReceiver.bas, Private Sub Button1_Click StartActivity(Main) End Sub where Button1 is a button on the widget. Is this the correct way for B4XPages project ? I mean since this is B4XPages, so there may be a better way.... Page: 1   2   3   4   5   6   7   |