Перейти к содержанию
Fire Monkey от А до Я

fabiano Bom dia

Пользователи
  • Постов

    4
  • Зарегистрирован

  • Посещение

Посетители профиля

Блок последних пользователей отключён и не показывается другим пользователям.

Достижения fabiano Bom dia

  1. I'm using WebBrowser to open the website. I can not select the file .. It does not work correctly. I click to select the File and nothing happens. The same happens with facebook I can not post photos. . How to solve it? procedure TForm1.FormCreate(Sender: TObject); begin WebBrowser1.Navigate('https://www.facebook.com'); end; end.
  2. When hold and drag moves MultiView in WebBrowser in front. Would you have any money for this action?
  3. I used this code, but when I slide the webbrowser is in front. procedure TForm1.MultiView1StartHiding(Sender: TObject); begin img.free; webbrowser1.Visible := true; MultiView1.Visible := False; end; procedure TForm1.MultiView1StartShowing(Sender: TObject); begin img := TImage.Create(self); img.Parent := Layout2; img.Align := TAlignLayout.AlClient; img.Bitmap := webbrowser1.MakeScreenshot; webbrowser1.Visible := false;
  4. WebBrowser in front of the Multi View delphi android menu? how to solve?
×
×
  • Создать...