Search found 24 matches
- Thu Oct 15, 2015 6:32 am
- Forum: Technical
- Topic: CBuilder Help Files
- Replies: 1
- Views: 12584
CBuilder Help Files
Hi, Just tried to open the documentation in CBuilder Seattle and it is saying to me "Rad Studio's help is not installed. Please reinstall RAD studio documentation." - however all the docs are there in the Help/ directory and can view them there. How can i check it is using the correct path for the h...
STL Array
Hi, Having a bit of a odd problem in Seattle whereby the compiler will throw an error that array has not been found in std when compiling on: [*]OS X [*]Win 32 However on [*]iOS 64/32 [*]Android [*]Win 64 It doesn't! I am #include <array> but this doesn't seem to make a difference. On these devices ...
- Mon Sep 21, 2015 9:05 am
- Forum: Technical
- Topic: UIAlertView Delegate
- Replies: 6
- Views: 28554
Re: UIAlertView Delegate
Hi Remy, Gave this a try, looking at the link you gave me I implemented INTFOBJECT_IMPL_IUNKOWN(TOCLocal); after my class declaration and the program then compiled. However on when clicking the item that constructs the UIAlertView with a delegate I got an exception: First chance exception at $00188D...
- Sun Sep 20, 2015 5:37 pm
- Forum: Technical
- Topic: UIAlertView Delegate
- Replies: 6
- Views: 28554
Re: UIAlertView Delegate
Great, thanks I will give this a shot tomorrow!
- Sat Sep 19, 2015 3:48 am
- Forum: Technical
- Topic: UIAlertView Delegate
- Replies: 6
- Views: 28554
Re: UIAlertView Delegate
Hi Remy, Thanks a ton, I understand why they all need to be implemented makes perfect sense. I am however still getting a compiler issue (same as before) as it is telling me that: [bcciosarm Error] Unit1.cpp(208): allocating an object of abstract class type 'TAlertViewDelegate' sysmac.h(329): unimpl...
- Fri Sep 18, 2015 12:57 pm
- Forum: Technical
- Topic: UIAlertView Delegate
- Replies: 6
- Views: 28554
UIAlertView Delegate
Hi, Im following Brian Long's video on accessing iOS API's but trying to implement it in C++. Managed to get my head around it until he implemented a Delegate for UIAlertView. This is what I have so far: #pragma region UIAlertView - Using Delegate class TAlertViewDelegate : public TOCLocal, public U...
- Wed Sep 16, 2015 3:52 pm
- Forum: Technical
- Topic: Gestures In iOS
- Replies: 0
- Views: 11507
Gestures In iOS
Hi, Trying to implement something that works on OSX but not on iOS. Simply put I have a form structure as follows: -> TForm --> TabControl -------> TRectangle There are 12 tabs, generated when the application loads each with a rectangle in the centre (not very complicated!). Gesture manager is in pl...
- Thu Sep 10, 2015 7:03 am
- Forum: Technical
- Topic: Lambda's as C++ Event Handler
- Replies: 3
- Views: 18365
Re: Lambda's as C++ Event Handler
Thanks, shame that you can't leverage lambdas but oh well! Where you have attached the event handler you have set OnFinish to the address of AniFinished which is the logical way to do it, the reason I didn't was because all the Embarc examples ive seen dont prefix with the amp which I found odd at f...
- Wed Sep 09, 2015 10:07 am
- Forum: Technical
- Topic: Lambda's as C++ Event Handler
- Replies: 3
- Views: 18365
Lambda's as C++ Event Handler
Rather than creating a separate method to handle an event such as when a TFloatAni finishes and the event is only going to dispose of the float ani I want to do this using a lambda. TFloatAnimation *ani = new TFloatAnimation(NULL); ani->StartFromCurrent = true; ani->Duration = 1; ani->PropertyName =...
Re: Android
Don't forget iOS!
- Fri Sep 04, 2015 7:03 am
- Forum: General
- Topic: Next Issue
- Replies: 1
- Views: 15524
Next Issue
Just wondering when the Aug / Sept Issue of the journal is published?
- Fri Sep 04, 2015 7:02 am
- Forum: Technical
- Topic: TPresentedScrollBox Doesn't Scroll
- Replies: 5
- Views: 24678
Re: TPresentedScrollBox Doesn't Scroll
Hi Smd,
Theres now a TPresentedScrollBox component you can drop in at design time. Depending on the device I set the control type to Platform (Windows is styled as the behaviour is the opposite to OSX/iOS/Android). But with the previous code it is now working.
Jayden
Theres now a TPresentedScrollBox component you can drop in at design time. Depending on the device I set the control type to Platform (Windows is styled as the behaviour is the opposite to OSX/iOS/Android). But with the previous code it is now working.
Jayden
- Tue Sep 01, 2015 5:17 am
- Forum: Technical
- Topic: TPresentedScrollBox Doesn't Scroll
- Replies: 5
- Views: 24678
Re: TPresentedScrollBox Doesn't Scroll
XE8.
Thanks,
Jayden
Thanks,
Jayden
- Mon Aug 31, 2015 3:57 pm
- Forum: Technical
- Topic: TPresentedScrollBox Doesn't Scroll
- Replies: 5
- Views: 24678
Re: TPresentedScrollBox Doesn't Scroll
Can anyone assist?
- Mon Aug 31, 2015 3:56 pm
- Forum: Technical
- Topic: TWebBrowser, local HTML file and JavaScript
- Replies: 9
- Views: 43179
Re: TWebBrowser, local HTML file and JavaScript
Hi Remy,
That snippet I posted works in across all supported platforms. Although I will try putting in the TidHTTPServer see if I get any better performance out of this.
Jayden
That snippet I posted works in across all supported platforms. Although I will try putting in the TidHTTPServer see if I get any better performance out of this.
Jayden