Page 1 of 1

Missing items

Posted: Sat Oct 04, 2008 2:30 am
by IAMatrix
I just bought the latest version and downloaded today..

Under Delphi 6, there is no SetContext function

and under Delphi 2006 I get AllowFullScreen property does not exist...


Whats up?

Posted: Sat Oct 04, 2008 10:26 am
by Softanics
Thank you for your question.

Did you try demo version before?

It seems that Delphi saved path to the folder with demo version. Please check it here: main menu -> Tools -> Environment Options -> Tab "Library" -> Library Path, then click to the button "..." and check paths.

Thank you.

Posted: Sat Oct 04, 2008 4:38 pm
by IAMatrix
no I did not have the demo version..

and I've been using dephi since it came out (ver 1) and Turbo Pacal before that..

my library path has C:\delphicomps\FlashPlayerControl\Delphi6, that is the only place it is.

if removed form library path, it can not be found when trying to compile.

Posted: Sat Oct 04, 2008 5:12 pm
by Softanics
Also there is another place: main menu -> Project Options -> Directories/Conditionals. You should specify path (where_you've_unpacked_zip)\FlashPlayerControl\Delphi6\ in the field "Search path".

Please check it.

I've downloaded the full version using the same link as you used, then install the downloaded component in Delphi 6, create new project, specify the path in "Search path", insert FlashPlayerControl.SetContext('...'); and then built it. It works well. So please check it again.

Thank you.

Posted: Sat Oct 04, 2008 8:52 pm
by IAMatrix
well I don't understand why this is messig up...

I scanned my system for any references to f_in_box...

Took the search path out of my library list. Tried to compile, got the error
can not find "FlashPlayerControl"... took the files from the dl'd zip and dropped them into my project dir, it found "FlashPlayerControl" but still won't compile.

Try from main unit.....
[Error] MainUnit.pas(63): Undeclared identifier: 'SetContext'
[Fatal Error] cgcmodel.dpr(6): Could not compile used unit 'MainUnit.pas'

Try from app init...
[Error] cgcmodel.dpr(12): Undeclared identifier: 'SetContext'

Posted: Sun Oct 05, 2008 5:20 am
by IAMatrix
Here is what I have for files.....

Delphi6 Dir

Image

Delphi2006 Dir

Image


Neither compiler can compile... same error for both SetContext not found, please check my file dates/sizes against what it should be..

Can you please email your Zip file to the email address in my profile, its the same as the one we registered with.

I need to get this sorted asap.

Thanks

Posted: Sun Oct 05, 2008 6:29 pm
by Softanics
Please check your email.

Posted: Sun Oct 05, 2008 9:54 pm
by IAMatrix
Thanks for email...

It was me being a bone head.

I was trying to use SetContext for each FlashPlayerControl object.

Did not notice it was a routine in the FlashPlayerControl unit, seperate from the objects.

Thanks for the great support... this is why I have bought this product and upgraded twice now... :)

Michael