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

fabiano Bom dia

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

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

  • Посещение

Активность репутации

  1. Like
    fabiano Bom dia получил реакцию от zairkz в In WebBrowser I can not select files.   
    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. Like
    fabiano Bom dia получил реакцию от zairkz в WebBrowser in front of the Multi View   
    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;  
×
×
  • Создать...