Jump to content

vishal.tiwari

Members
  • Posts

    8
  • Joined

  • Last visited

vishal.tiwari's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. What I found is we could pass CallBack function as a parameter to Prompt method to do desired operations. Please let me know, the complete set of information if it is possible along with the Prompt method definition code. Is "Prompt" a direct method call back to the server? Does "Prompt" reload the page completely? Does this setup use Ajax?
  2. Hi, I was going through the demo project called "Prompt", where I seen calling "Prompt" method with different parameters, I would like to know total number of parameters in it and how does it works, probably, if someone could share this method sample code then it would be great help to understand. Also, How does it makes difference when we compare it with MessageDlg? How different it is when we compare to the standard VCL ways of doing things? With Best Regards. Vishal
  3. Hi Is there any alternate ways to get workaround for below properties of Delphi's TTrackBar? PositionToolTip SelEnd SelStart ShowSelRange SliderVisible ThumbLength TickMarks TickStyle Thanks In Advance. Vishal
  4. Hi, Hey <Sorry didn't find your name> Thanks a ton. I found you solution is working perfectly. Any guess how to make PageSize functionlity of TTrackBar working using Pageup and PageDown key?
  5. Hi, I am trying to workout the LineSize as well as PageSize functionality for TUniTrackBar. What I understood from the below Delphi Help of TTrackBar.LineSize property is that the position of the slider would increment or decrement as per the LineSize property value specified for TTrackBar. LineSize Property: PageSize Property: What work around I found is increment the 'Position' property value of the TUniTrackBar with the value you needed, as shown below: UniTrackBar1.Position := UniTrackBar1.Position + <Desired value like LineSize>; I am not getting where to implement this code because TUniTracBar doesn't have keyboard related events. Any ways to get this workout? Thanks In Advance. Vishal
  6. Hi, I have Delphi XE5 and UniGUI trial version installed. I would like to know what is the best way to find out missing as well as new properties and events in TUniPanel with respect to Delphi's TPanel component. I would also like to find out for other Delphi Standard VCL components. What I have tried is I have visited VCL.ExtCtrls.pas file and found that the declaration and definition about TPanel component. Same way, I would also like to see the code for TUniPanel component, but I didn't find any .pas file for TUniPanel. Any idea where do I get the implementation of TUniPanel and other Delphi Standards VCL equivalent UniGUI components code? With Best Regards. Vishal
×
×
  • Create New...