second

  1. abass

    تبدیل ثانیه به روز، ساعت، دقیقه و ثانیه | #PHP

    تبدیل ثانیه به روز، ساعت، دقیقه و ثانیه | #PHP - با این روش به طور مثال برای 121627 ثانیه، مقدار روز، ساعت، دقیقه و ثانیه چاپ میشه. Function: function time_back($ptr){ $amount = $ptr; $second = time() - (time() - $amount); $day = floor($second/86400); $cday = $day*86400; $hour =...
  2. practicalsoft

    B4X FEED B4J IDE, Save while Debugging

    While debugging a project, but not in break mode, if I hit the save button, it starts a compile followed by a hot swap. Is that intended? While debugging a large enough project, so that the compile time is say over 1 second long, if you hit the save button a second time during the compile, with...
  3. practicalsoft

    B4X FEED ASTabMenu - use in a second activity [solved]

    Hi, I downloaded the example and it works perfectly. I tried to use the library in an application that in the main activity has a form for login, and after logging open a second activity (Dashboard). Here I want to display the bottom menu. No matter what color changes I made, the menu remains...
عقب
بالا