This is a migrated thread and some comments may be shown as answers.

Facebook Add friend like windows

1 Answer 36 Views
Window
This is a migrated thread and some comments may be shown as answers.
Bharani
Top achievements
Rank 1
Bharani asked on 04 Jan 2011, 04:14 PM
Hello,
        I want a popup windows like the Add friend window comes with facebook. This window must be without address bar, or top close, mimimize or restore buttons. Is it possible with RadWindow class?. I saw demo CarRental where when the user clicks a car , it brings up a window that displays car information, but that window is too complicated. Is there a simpler approach to this?

Thanks,
Bharani

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Jan 2011, 07:56 AM
Hello Bharani,


Probably it would be easier to use a standard IFRAME (RadWindow is basically an iFRAME) element for showing window without border (instead of using RadWindow).

Try setting the following properties of Window to change appearance as required. 
  •     EnableEmbeddedSkins="false"
  •     VisibleStatusbar="false"
  •     VisibleTitlebar="false"

 

Also go through teh forum which discusses how to hide border of RadWindow.
Window without border


Thanks,
Princy.
Tags
Window
Asked by
Bharani
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or