Search found 4 matches

by mewindy
Tue Jun 12, 2012 6:47 am
Forum: FMX
Topic: firemonkey form can't show controls.
Replies: 43
Views: 86772

Re: firemonkey form can't show controls.

Hi
the ghosting happened again (just the captions missing from buttons (that the first stage the second stage is the buttons disappearing altogether)
and the fix I posted above worked again...simple fix , no uninstalling needed :)
seems like to me it might be a bug in the compiler?
by mewindy
Sun Jun 10, 2012 5:20 am
Forum: FMX
Topic: firemonkey form can't show controls.
Replies: 43
Views: 86772

Re: firemonkey form can't show controls.

Hi
to fix the ghosting objects problem, try this (worked for me)
in the XE2 Compiler, click on Tools -> Options
then simply click on OK in that setup screen
then exit
and then restart XE2

try that and see if that works
by mewindy
Tue Oct 27, 2009 5:51 pm
Forum: VCL
Topic: Using addcandle, addxyz, after loading a .tee file
Replies: 3
Views: 6116

Re: Using addcandle, addxyz, after loading a .tee file

Hi thanks for the tip on the series direct access! I will work on that today re Lazarus, I do have the pro 8 sources :) re the .bat file, I will see if I can get that to work via a terminal window on the mac (changing the paths, etc) thanks! (I had tried to create my own package and comile the Teech...
by mewindy
Mon Oct 26, 2009 7:14 pm
Forum: VCL
Topic: Using addcandle, addxyz, after loading a .tee file
Replies: 3
Views: 6116

Using addcandle, addxyz, after loading a .tee file

Hi I read about accessing a series more directly via say mychart[0].add(blah blah) but when using a non default series, which has more than the default data entry, eg a candle (via addcandl) or a addxyz to a surface type chart how do you access that series directly? because after saving and then re ...