Jump to content

bilcan

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1

bilcan last won the day on January 17 2017

bilcan had the most liked content!

Recent Profile Visitors

509 profile views

bilcan's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. bilcan

    Is this a bug?

    Hi, I think this is a bug and will be fixed? will you?
  2. bilcan

    Is this a bug?

    I put a unipanel on form and set draggable property true then I changed onEndDrag event as above. But Panel's position not changed after the drag. procedure TMainForm.UniPanel1EndDrag(Sender: TUniControl; Left, Top: Integer); begin UniPanel1.Left := 200; UniPanel1.Top := 200; end;
  3. bilcan

    AjaxEvent

    Hi, first of all I want to start dragging manually, I changed dragmode and tried begindrag and enddrag but no luck. Second, I need to know control's position on the parent control any time I want.
  4. bilcan

    AjaxEvent

    Hi, thank you but I need to drag and drop a control, what is the best way to do it? I saw drag demo but it is does not meet my requests.
  5. bilcan

    AjaxEvent

    Thank you, it works. but it does not cath events when left mouse is clicking ?
  6. bilcan

    AjaxEvent

    Hi, I tried this code to catch mousemove on TuniPanel's extevents but it did not triggered onajaxevent. function mousemove(sender, x, y, eOpts) { ajaxRequest(sender, 'MouseMoveEvent', [ 'param0='+X, 'param1='+Y ]); }
  7. bilcan

    ClientToScreen

    Hi, is there a way to learn absolute position of the any control on the form? Because I think clienttoscreen does not work.
  8. bilcan

    TUniTimer

    Hi, If I put a TuniTimer on a any TUnifForm, does it work on server side or client side (I mean on browser)?
  9. bilcan

    ClientToScreen

    Merhaba, TuniControl nesneleri için ClientToScreen sonucu hep 0,0 dönüyor. Farklı bir yöntem mi var bunun için?
  10. Hi, I tried to make HorzScrollBar invisible at TuniScrollBox and I could not. So is this a way to get VertScrollBar width?
  11. bilcan

    Form Layout

    Merhaba, bu mevcut kullanım alanının ölçülerini veriyor. Browser tam ekranmış gibi boyut almak mümkün mü?
  12. bilcan

    Form Layout

    Hi, thank you for the answe. Can I ask another question? How can I get Browser's usable areas width and height.
  13. bilcan

    Form Layout

    Merhaba, Mainform un layout nu Fit olarak ayarlayıp programı çalıştırdığımda mainform browser ı küçültüp büyüttüğümde formun şekli sabit kalıyor? Örneklere baktım ve TUniFrame kullanıldığını gördüm, formun layout özelliğinin bir anlamı yok mu?
  14. Merhaba, browser da uygulama açıldığında browser ın çalışılabilir yükseklik ve genişiliğini nasıl alabilirim. Burdaki yükseklik ve genişlik browser ın o andaki durumundan bağımsız olarak sanki tam ekran açıkmış gibi almam gerekiyor. Ve tabiki, browser ın toolbar ve diğer kısımlarından hariç olarak.
  15. Çok teşekkürler. Bu arada session da create ettiğim bu socket kullanıcı sayfayı kapatana kadar aktif kalacak değil mi? Ya da benim açık tutuğum sürece.
×
×
  • Create New...