event

  1. practicalsoft

    Xen-AddOn [8WR] XenAtendo 2 (Calendar) PRO 2.2.0.3 2.2.0.3

    این یک بازنویسی کامل از سیستم رویداد محبوب من برای XenForo است. XenAtendo یک سیستم مدیریت تقویم و رویداد است. ریاضیات مربوط به تاریخ ساخت به طور کامل از نسخه قبلی بازنویسی شده است. ویژگی های اساسی : لیست رویدادهای ماهانه، هفتگی و سبک دستور کار طراحی کاملاً پاسخگو، حتی نمای تقویم ماهانه ایجاد...
  2. practicalsoft

    B4X FEED KeyBoard Event,detect CTRL+X or etc...

    B4X: Private KEY_CTRL_PRESSED As Boolean = False Sub AppStart (Form1 As Form, Args() As String) MainForm = Form1 MainForm.RootPane.LoadLayout("Main") 'Load the layout file. MainForm.Show AddKeyPressedListener(MainForm) End Sub Sub AddKeyPressedListener(f As Form)...
  3. practicalsoft

    B4X FEED Is it possible to set implicit caller?

    When creating an object that raises an event, is it possible to automatically address the caller module? In the following example, the testobject object raises an event: in the Initialize sub, I used Me to specify the current module. Is there another way to do it, so the Initialize sub can have...
  4. practicalsoft

    B4X FEED how ? Application_RemoteNotification in backgrond not Event

    I send some message by push notifications with key *.p8 in production. by PHP to my device ..it work I received it .. but Application_RemoteNotification not event when my app backgrond can please help? B4X: #Region Project Attributes #ApplicationLabel: ######### #Version: 1.0.0...
  5. practicalsoft

    B4X FEED Event like this Msg_onMessage(Success As String, example1 As String, example2 As String)

    In B4a i need to raise event like: B4X: Msg_onMessage(Success As String, example1 As String, example2 As String) What is example Java code to raise event like this? Java: ba.raiseEventFromDifferentThread(getObject(), null, 0, eventName + "_onmessage", false, new Object[]{String.valueOf(...)})...
  6. practicalsoft

    B4X FEED [NOT A BUG - SOLVED!] _TransactionsRestored NEVER seems to trigger

    Over the last week I've been trying to get store.RestoreTransactions to work in my app. It finally works perfectly, with a build uploaded to Apple Connect and app downloads via TestFlight. However, I had to totally circumvent _TransactionsRestored in order to make it work! It NEVER fires, even...
  7. practicalsoft

    B4X FEED _TransactionsRestored NEVER seems to trigger

    Over the last week I've been trying to get store.RestoreTransactions to work in my app. It finally works perfectly, with a build uploaded to Apple Connect and app downloads via TestFlight. However, I had to totally circumvent _TransactionsRestored in order to make it work! It NEVER fires, even...
  8. practicalsoft

    B4X FEED [RESOLVED] [B4X] B4XPages without effect Refresh

    Hi Erel, all. I have 2 Activity B4XPages and this code. B4XMainPage: B4X: 'This event will be called once, before the page becomes visible. Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 'load the layout to Root 'load the layout to Root Root.LoadLayout("lay_main")...
  9. practicalsoft

    B4X FEED [Lib] Gesture Detector

    This library adds the detection of standard gestures (press, single-tap, double-tap, long tap, drag, scroll, fling, pinch, rotation) to B4A. Instead of using the Touch events to figure out what the user really did, now you just set 15 different listeners with one line of code and you get the...
  10. practicalsoft

    B4X FEED invoke an event from another event

    I wish I could invoke an event from another event, example: To remove an element from a CustomListView I use the event of this object B4X: Sub CustomListView_ItemClick (Index As Int, Value As Object) CustomListView.RemoveAt (Index) End Sub Now my question is how can I invoke this event from...
  11. practicalsoft

    B4X FEED ** Activity (main) Pause event (activity is not paused). **

    Hi, I am new to B4A I make an app with 2 activities, 1. First activity starts, then press a button to start second activity; after that, app is exit with "pause event(activity is not paused)" when press a back key 2. I open the app again, First activity starts and app go crash when start...
  12. practicalsoft

    B4X FEED Activity WindowFocusChanged event.

    Hi, I'm trying to figure out the Activity WindowFocusChanged event but there doesn't seem to be much in either the B4X or Android documentation. When you create an Activity, you add Views to it, or load a Layout. Which part of the Activity is the Window? Is it the entire screen that contains...
  13. practicalsoft

    B4X FEED Event KeyboardStateChaged not triggered in page with scrollview

    I have a page that loads more pages inside a scrollview, but i need adjust the objects of my view when the keyboard is shows, but the event KeyBoardStateChanged not trigger, I try the event with a single page and i don´t problem. some a idea? ادامه مطلب...
عقب
بالا