Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/15/19 in all areas

  1. Hi! With this app you can run a cmd or console app in an interactive way. Just like sitting in front of a "cmd" on a PC. This project is similiar to "PHP Shell" (http://www.tecmint.com/linux-shell-access-on-browser-using-php-shell/), but "WebCmd" is interactive and uses UniGui instead of PHP. It is also helpfull, if you use console apps on the server to perform something (creating PDF's, converting Files, ...). If such a process runs very long, the user get results (output) at every time with WebCmd; if you use a standard "CreateProcess()" instead the result is only available after process has finished. If you want to use interactive input (optional) you must enter the command / input into the edit field below and then press enter (no "inline" edit/ input possible). Use "exit" command to close a cmd, just like in a normal cmd. Regards Oliver WebCmd.zip
    1 point
  2. 1 point
  3. One possible solution: 1. CustomCSS: .textCard { text-align: center; font-family: 'Bowlby One SC', cursive; //font-size: 3.5vw !important; } 2. UniLabel1 -> FontSize = 34 3. p1 -> OnResize event: procedure TMainForm.p1Resize(Sender: TUniControl; OldWidth, OldHeight: Integer); begin UniLabel1.Font.Size := Round(p1.Width * 0.08) end;
    1 point
  4. I think there are many solutions for this, I will try to analyze
    1 point
  5. Hi, Can you please explain what you wanted?
    1 point
  6. Merhaba, mainform a bir timer koy ve bunun ontimer eventinde ekrana zamanı yazdır. ozaman timeout vermiyor. En azından yanılmıyorsam Farşad timer session timeout u etkiliyor demişti diye hatırlıyorum. Benim uygulamada yukarıda yazdığım gibi timer ile zamanı bastırıyorum, timeoout almadım ama verecek mi diyede hiç denemedim :)
    1 point
  7. Too many calculation... You can use layouts for that. What do you want to do? Image if it possible.
    1 point
×
×
  • Create New...