Jump to content

p2rcoder

Members
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

p2rcoder last won the day on May 30 2016

p2rcoder had the most liked content!

Recent Profile Visitors

756 profile views

p2rcoder's Achievements

Newbie

Newbie (1/4)

2

Reputation

  1. Hello, https://www.screencast.com/t/T805577E This happend when I scroll with mouse wheel, position in fixed column and other columns shift... last trial
  2. ok, I changed UniPanel to UniContainerPanel and code to FOptionsFrame := TQMImportProductOptionFrame.Create(self); FOptionsFrame.Parent := pnlOptions; FOptionsFrame.Align := alClient; FOptionsFrame.Show; now frames became visible
  3. ok, there is no error after change TFrame to TUniFrame but stil dont visible after .Show
  4. last trial I have form with tree and options panel. On options panel I show different frames which depends on selected node. I crated CustomFrame and several another frames inherited from custom. When I try to create frame I get error https://www.screencast.com/t/2gHWz5Mw35z code: procedure TfrmQuadMagic.SetTaskFrame; var task_code: string; begin task_code := quTask.FieldByName('rtl_task_code').AsString; if Assigned(FOptionsFrame) then FOptionsFrame.Free; if task_code = 'PRODIMP' then FOptionsFrame := TQMImportProductOptionFrame.Create(pnlOptions); <-- error here if Assigned(FOptionsFrame) then FOptionsFrame.SetOptions(quTask.FieldByName('rtl_options').AsString) else FOptionsFrame := TQMCustomOptionFrame.Create(pnlFrameOptions); end; This happened only when TuniCombobox at frame. When I deleted it and added only TuniMemo - frame created without error, but it doesn't show.... FOptionsFrame := TQMImportProductOptionFrame.Create(pnlFrameOptions); FOptionsFrame.Show; not visible after that
  5. I use last trial, looking for ability to migrate all functions that I need to web using unigui
  6. I need copy clipboard data to grid, not load from file
  7. Hello, Is it possible using unigui basic components to copy data on desktop from Excel and paste it in browser for ex. to unigrid? Maybe somebody already implement this? Thank you.
  8. p2rcoder

    IIS 8.5

    anybody tried to compare unigui performance on different version IIS and Apache? Is there any difference?
  9. is this a free component? can't find it in google... also, Is there easy way to copy data from Excel and paste it in grid at unigui application?
  10. p2rcoder

    TWebBrowser

    For parse content from opened page for example. But it is browser security restrict... May be somebody know workaround, how to get source html from frame or how to simulate in one window work with 2 sites? I try to implement simple content management App and I need to get selected by user text from frame.
  11. Ok, I saw here that somebody implemented work with PayPal - how can I add to paymant system "return url" - for return customer back to site after he did payment? Can I do something like "www.myunigui.com/payment&code=xxxx&state=1" ?
  12. IIS log: iquadapp.dll: 000010F0: 09:04:04 [TUniServerModule]:Server First Init. iquadapp.dll: 000010F0: 09:04:04 [TUniServerModule]:Erasing Cache Folder... iquadapp.dll: 000010F0: 09:04:04 [TUniServerModule]:Cache Folder Erased. <0> Files deleted. iquadapp.dll: 000010F0: 09:04:04 []:Server Started.
  13. Yes, not client, I meant both computers where Delphi and where server
  14. After uninstall 13xx trial edition and manual delete FMSoft folder I have installed last trial edition (both server and client). In delphi app complited successfully but I cant run it in browser... All paths to ext and uni folder set by default, permission to unigui folder added but still "Loading..." message. In console I see errors https://www.screencast.com/t/JpzIFSXjuv. When try to open CSS file in browser see white screen . This CSS file already present in folder c:\Program Files (x86)\FMSoft\Framework I already reinstall all several times...
×
×
  • Create New...