Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread Build 2
Thu, Jul 18 2013 9:45 AMPermanent Link

Ronald

Hi,

If I install version 1.02 build 2 and I start my application in EWB, I get
an Application error: Illegal argument.
If I install build 1 again, it disappears. What can be wrong?

Greetings,
Ronald
Thu, Jul 18 2013 11:26 AMPermanent Link

Howard Chandler

Fiscalsoft Corporation

On 07/18/2013 9:45 AM, Ronald wrote:
> Hi,
>
> If I install version 1.02 build 2 and I start my application in EWB, I
> get an Application error: Illegal argument.
> If I install build 1 again, it disappears. What can be wrong?
>
> Greetings,
> Ronald

Hi Ronald,

Do you use Datasets? There was a breaking change to Datasets in 1.02B2:

From the Release Notes:

1.02 Build 2 Breaking Changes: The following are breaking changes in
Elevate Web Builder 1.02 Build 2:

    DataSets no longer automatically localize date/time column values.
Instead, there is now a new LocalizeDateTimeColumns property for the
TDataSet component, as well as for any datasets defined through the
DataSet Manager in the IDE. This provides the developer complete control
regarding when dates/times are localized for datasets.

HTH

Howard
Fri, Jul 19 2013 4:23 AMPermanent Link

Ronald

Thanks, indeed I use datasets. I will look into that.

"Howard Chandler"  schreef in bericht
news:DD830247-3122-4C24-B073-909E2CA8C4EB@news.elevatesoft.com...

On 07/18/2013 9:45 AM, Ronald wrote:
> Hi,
>
> If I install version 1.02 build 2 and I start my application in EWB, I
> get an Application error: Illegal argument.
> If I install build 1 again, it disappears. What can be wrong?
>
> Greetings,
> Ronald

Hi Ronald,

Do you use Datasets? There was a breaking change to Datasets in 1.02B2:

From the Release Notes:

1.02 Build 2 Breaking Changes: The following are breaking changes in
Elevate Web Builder 1.02 Build 2:

    DataSets no longer automatically localize date/time column values.
Instead, there is now a new LocalizeDateTimeColumns property for the
TDataSet component, as well as for any datasets defined through the
DataSet Manager in the IDE. This provides the developer complete control
regarding when dates/times are localized for datasets.

HTH

Howard
Sat, Jul 20 2013 3:46 AMPermanent Link

Ronald

That was not the solution. I have seen that is is a problem with TImage. If
I remove some images (they are on the first form of my app) from my
application, I get less errors (one less for each Image that I remove).


"Howard Chandler"  schreef in bericht
news:DD830247-3122-4C24-B073-909E2CA8C4EB@news.elevatesoft.com...

On 07/18/2013 9:45 AM, Ronald wrote:
> Hi,
>
> If I install version 1.02 build 2 and I start my application in EWB, I
> get an Application error: Illegal argument.
> If I install build 1 again, it disappears. What can be wrong?
>
> Greetings,
> Ronald

Hi Ronald,

Do you use Datasets? There was a breaking change to Datasets in 1.02B2:

From the Release Notes:

1.02 Build 2 Breaking Changes: The following are breaking changes in
Elevate Web Builder 1.02 Build 2:

    DataSets no longer automatically localize date/time column values.
Instead, there is now a new LocalizeDateTimeColumns property for the
TDataSet component, as well as for any datasets defined through the
DataSet Manager in the IDE. This provides the developer complete control
regarding when dates/times are localized for datasets.

HTH

Howard
Sat, Jul 20 2013 7:08 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

Try centering the images, I believe there was a bug in this build with
stretched images that were not centered.

Chris Holland
[Team Elevate]

On 20/07/2013 08:46, Ronald wrote:
> That was not the solution. I have seen that is is a problem with TImage.
> If I remove some images (they are on the first form of my app) from my
> application, I get less errors (one less for each Image that I remove).
>
>
> "Howard Chandler"  schreef in bericht
> news:DD830247-3122-4C24-B073-909E2CA8C4EB@news.elevatesoft.com...
>
> On 07/18/2013 9:45 AM, Ronald wrote:
>> Hi,
>>
>> If I install version 1.02 build 2 and I start my application in EWB, I
>> get an Application error: Illegal argument.
>> If I install build 1 again, it disappears. What can be wrong?
>>
>> Greetings,
>> Ronald
>
> Hi Ronald,
>
> Do you use Datasets? There was a breaking change to Datasets in 1.02B2:
>
>  From the Release Notes:
>
> 1.02 Build 2 Breaking Changes: The following are breaking changes in
> Elevate Web Builder 1.02 Build 2:
>
>      DataSets no longer automatically localize date/time column values.
> Instead, there is now a new LocalizeDateTimeColumns property for the
> TDataSet component, as well as for any datasets defined through the
> DataSet Manager in the IDE. This provides the developer complete control
> regarding when dates/times are localized for datasets.
>
> HTH
>
> Howard
Sat, Jul 20 2013 8:13 AMPermanent Link

Ronald

That is it! You are great! Take pride in your name.

Ronald
The Netherlands (Holland)

"Chris Holland"  schreef in bericht
news:86B2BA38-818B-4CE2-8968-2F59190BBD2D@news.elevatesoft.com...

Try centering the images, I believe there was a bug in this build with
stretched images that were not centered.

Chris Holland
[Team Elevate]

On 20/07/2013 08:46, Ronald wrote:
> That was not the solution. I have seen that is is a problem with TImage.
> If I remove some images (they are on the first form of my app) from my
> application, I get less errors (one less for each Image that I remove).
>
>
> "Howard Chandler"  schreef in bericht
> news:DD830247-3122-4C24-B073-909E2CA8C4EB@news.elevatesoft.com...
>
> On 07/18/2013 9:45 AM, Ronald wrote:
>> Hi,
>>
>> If I install version 1.02 build 2 and I start my application in EWB, I
>> get an Application error: Illegal argument.
>> If I install build 1 again, it disappears. What can be wrong?
>>
>> Greetings,
>> Ronald
>
> Hi Ronald,
>
> Do you use Datasets? There was a breaking change to Datasets in 1.02B2:
>
>  From the Release Notes:
>
> 1.02 Build 2 Breaking Changes: The following are breaking changes in
> Elevate Web Builder 1.02 Build 2:
>
>      DataSets no longer automatically localize date/time column values.
> Instead, there is now a new LocalizeDateTimeColumns property for the
> TDataSet component, as well as for any datasets defined through the
> DataSet Manager in the IDE. This provides the developer complete control
> regarding when dates/times are localized for datasets.
>
> HTH
>
> Howard
Sun, Jul 21 2013 1:53 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ronald,

<< If I install version 1.02 build 2 and I start my application in EWB, I
get an Application error: Illegal argument. If I install build 1 again, it
disappears. What can be wrong? >>

Already answered:

http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=3271#3271

Tim Young
Elevate Software
www.elevatesoft.com
Image