excuse me for later
ok tank
Search found 31 matches
- Thu Aug 08, 2013 1:09 pm
- Forum: VCL
- Topic: Reposition Shape Center and Right always
- Replies: 2
- Views: 42660
- Fri Jul 26, 2013 1:00 pm
- Forum: VCL
- Topic: Reposition Shape Center and Right always
- Replies: 2
- Views: 42660
Reposition Shape Center and Right always
hello, I work with Delphi 2007 and vcl8.04 I draw a tree with multiple page (several of node) with Scroll and it 's ok. I need to have an independent shape at always (center and right panel not tree), even if I move with the scroll. How to reposition the middle after draw tree ? procedure TFrmAssist...
- Sun Feb 24, 2013 3:29 pm
- Forum: VCL
- Topic: How reload Chart Intraweb in Async Event(Ajax)
- Replies: 3
- Views: 9550
Re: How reload Chart Intraweb in Async Event(Ajax)
Sorry for the late reply,
There's really nothing about the function RenderHTML.
I tried another solution presented byby Stephen10 Jul 2012 6:44 Topic: OnMouseDown event on TIWChart Does not workbut it does not work.
TeeChart charged image in intraweb, it must be simple yet
There's really nothing about the function RenderHTML.
I tried another solution presented byby Stephen10 Jul 2012 6:44 Topic: OnMouseDown event on TIWChart Does not workbut it does not work.
TeeChart charged image in intraweb, it must be simple yet
- Wed Feb 06, 2013 1:59 pm
- Forum: VCL
- Topic: How reload Chart Intraweb in Async Event(Ajax)
- Replies: 3
- Views: 9550
How reload Chart Intraweb in Async Event(Ajax)
Hi , i work with D2007 and Intraweb X11, the install it's ok, i run demo without Pb. But i have PB for reload image TIWChart after event Async (mode ajax). Exemple : Step 1 ) i have create Form intraweb with TIWChart1 and link Chart1 on design time Step 2 ) if i run, it's Ok, the form Intraweb is cr...
- Thu Feb 24, 2011 1:47 pm
- Forum: VCL
- Topic: BackImage Stream and clear
- Replies: 3
- Views: 16839
Re: BackImage Stream and clear
OK,
But if my Stream used for several type (Jpeg, Gif, Bmp, etc), for each i need déclare spécial grapic type ??
But if my Stream used for several type (Jpeg, Gif, Bmp, etc), for each i need déclare spécial grapic type ??
- Thu Feb 24, 2011 8:33 am
- Forum: VCL
- Topic: BackImage Stream and clear
- Replies: 3
- Views: 16839
BackImage Stream and clear
Hello D2007 and TeeTree VCL 8.04 I load BackImage from Stream, it's Ok that good result with under methode function LoadBackImageFromStream:Boolean; Var i:integer; jpg: TJPEGImage; Stream1:TMemoryStream; begin try Stream1:=TMemoryStream.Create; jpg:=TJPEGImage.Create; try Stream1:=GetStreamImageFrom...
- Fri Dec 31, 2010 3:22 pm
- Forum: VCL
- Topic: Back Image Gif
- Replies: 5
- Views: 19505
Re: Back Image Gif
Ok, that good,
but for your information, don't load in desgin mode Teetree > crash IDE D2007.
If you load image by coe in runtime > this Ok
thanks
but for your information, don't load in desgin mode Teetree > crash IDE D2007.
If you load image by coe in runtime > this Ok
thanks
- Thu Dec 30, 2010 7:00 am
- Forum: VCL
- Topic: Back Image Gif
- Replies: 5
- Views: 19505
Re: Back Image Gif
Ok,
But Backimage with animation Gif ?
But Backimage with animation Gif ?
- Tue Dec 28, 2010 10:22 am
- Forum: VCL
- Topic: Back Image Gif
- Replies: 5
- Views: 19505
Back Image Gif
Hello,
I would like to display a GIF image in background with animation in the TeeTree is this possible?
how to make the code in runtime?
I would like to display a GIF image in background with animation in the TeeTree is this possible?
how to make the code in runtime?
- Fri Aug 20, 2010 4:22 pm
- Forum: VCL
- Topic: runtime TOrgseries and scroll and zoom
- Replies: 8
- Views: 15685
Re: runtime TOrgseries and scroll and zoom
Ok, Made me know when you have something for me (without the new functionnality if i understand).
- Thu Aug 19, 2010 3:26 pm
- Forum: VCL
- Topic: runtime TOrgseries and scroll and zoom
- Replies: 8
- Views: 15685
Re: runtime TOrgseries and scroll and zoom
hi,
But you do in the TeeChart, why not provide the calculations of TeeChart? I more than to apply it manually in the TeeTree!
I do not see what use this series TorgSeries in the chart if the chart is greater than the window!
But you do in the TeeChart, why not provide the calculations of TeeChart? I more than to apply it manually in the TeeTree!
I do not see what use this series TorgSeries in the chart if the chart is greater than the window!
- Tue Aug 17, 2010 8:23 pm
- Forum: VCL
- Topic: runtime TOrgseries and scroll and zoom
- Replies: 8
- Views: 15685
Re: runtime TOrgseries and scroll and zoom
Excuse me for the delay Thank you for the label, I modified it works. But the most Pb is the Chart not scroll automatic !! I do not understand how to use the series Torgseries in this case if the node larger than graph? Otherwise, with the examples you have teetree to place like a TorgSeries? is imp...
- Mon Aug 16, 2010 1:46 pm
- Forum: VCL
- Topic: runtime TOrgseries and scroll and zoom
- Replies: 8
- Views: 15685
Re: runtime TOrgseries and scroll and zoom
Hi
nobody uses this mode of representation (Organization) in chart ???
no suggest ?
nobody uses this mode of representation (Organization) in chart ???
no suggest ?
- Sat Aug 14, 2010 3:32 pm
- Forum: VCL
- Topic: runtime TOrgseries and scroll and zoom
- Replies: 8
- Views: 15685
runtime TOrgseries and scroll and zoom
Hi , id work with VCL v8.04 and D2007 try to use the series TOrgSeries without success for now. In a simple example (in PJ) I create a chart with series TOrgSeries in IDE I associate it TScroolbar tools Then the code, I create multiple Node. Q1) why the scroll and zoom does not work with the mouse o...
- Tue May 25, 2010 7:59 am
- Forum: VCL
- Topic: Replace TeeTree after Zoom
- Replies: 7
- Views: 19991
Re: Replace TeeTree after Zoom
i have this code in my form procedure TFrameEfcTree.Tree1AfterDraw(Sender: TObject); begin Tree1.VertScrollBar.Position :=0; //no result !! Tree1.HorzScrollBar.Position :=0; end; procedure TFrameEfcTree.Tree1Zoom(Sender: TObject); begin if not ZoomChange then begin // Show % percent of zoom in label...