ansoesil’s blog

“Learning is experience. Everything else is just information.” – Albert Einstein

Archive for the ‘General’ Category

UPDATE: Intersoft WebUI Studio for Silverlight R1 SP1

with 13 comments

Hi all,

We just released the SP1 for Intersoft WebUI Studio for Silverlight R1. For existing customers the new service pack can be obtain from Developer Network 3, under My Components, and for prospects customers you can download the new service pack from Request Trial page.

The main focus for this WebUI Studio for Silverlight SP1 is full Silverlight 3 support and .NET Ria support for all Intersoft Silverlight controls. You can perform binding to .NET Ria Services using element to element binding architecture to the following controls:

  • Intersoft Presenter
    • Data Presenter Manager
    • Grid Presenter
    • List Presenter
    • Icon Presenter
  • Intersoft Aqua
    • Cover Flow
    • Fish Eye

Note that you need .NET Ria Services installed before you can play around with this new enhancement which you can grab from this link. The latest one was July 2009 Preview.

Besides .NET Ria Support we also fix issue where Intersoft Aqua doesn’t work when opened in Silverlight Out of Browser environment.

You can check the details about this enhancement in the documentation that comes with the SP1 installer, or you can read the white paper from this link.

For full information about this new service pack you can check it here.

· Intersoft Presenter

o Data Presenter Manager

o Grid Presenter

o List Presenter

o Icon Presenter

· Intersoft Aqua

o Cover Flow

o Fish Eye

Written by ansoesil

September 2, 2009 at 2:06 pm

In Depth: Data Binding with Intersoft Presenter for Silverlight – Part2

with one comment

Hi all,

In the previous post we discuss about the various factor that you can do with data binding with intersoft presenter. Now i want to discuss about how to add additional query / custom query and how to change the data source of intersoft presenter at run time.

Using custom query

Often in developing an application we perform more complex query rather just selecting all the data and display it, and how can we achieve that using Intersoft Presenter and Intersoft Data Source?

As mentioned before there are two types of data binding in Intersoft Presenter:

  1. Bound to Intersoft Data Source control.
  2. Unbound to Intersoft Data Source control.

In unbound to Intersoft Data Source control, the developer only need to specify the ItemSource with the processed data source, so developer is responsible to give the ItemsSource with the correct data.

In bound to Intersoft Data Source control, the developer can interrupt the selecting process using Intersoft Data Source’s Selecting event handler and provide the custom query there.

InDepth2-DataBinding

Attach Selecting Event

Add the custom query at code behind.

InDepth2-DataBinding1

InDepth2-DataBinding2

Note that you might want to keep some of the sort / filter / paging expression from the actual data source select arguments. The above code shows you how to initialize the query and then put the custom / additional filter after it.

In this case i’m adding additional filter (Discontinued == false) so that it will shows Products data with page size of 20 and filter-out the discontinued products.

Changing Data Source at runtime

We also often developing an application where it requires us to change the data source of our presenter, you can do that by changing the data member of your presenter (for Bound to Intersoft Data Source control scenario) and call RefreshData(true) method, or you can specify the new ItemsSource using RefreshData(newItemSource, true) for Unbound to Intersoft Data Source control scenario.

InDepth2-DataBinding3

During combox box items selection changed:

InDepth2-DataBinding4

Results:

InDepth2-DataBinding5

InDepth2-DataBinding6

If you want to see the sample code, you can download it from here.

Regards

Andry

Written by ansoesil

July 17, 2009 at 12:57 pm

Posted in General

Intersoft WebUI Studio 2009 R1 is ready for RTM

without comments

Hi all,

After receiving feedback and bugs reports from beta release, the Intersoft WebUI Studio 2009 R1 is finally ready for RTM. For the silverlight edition there are severals new API added which you can explore from our documentation. We also have numerous walkthrough and how-to topic in the documentation  to help you getting started with our products.

In this release we also launch our new website (www.intersoftpt.com) and live samples (live.intersoftpt.com) where you can see the overview of our product first and do some exploration about what our products can do.

webui2009r1_website

Getting started

You can start your discovery from this page, by browsing the discovery section followed by explore section then build section. These pages contains information about why you should choose WebUI Studio 2009 R1 for your development tools.

webui2009r1_deb

If you like to directly browse through to what we have in WebUI Studio 2009 R1, follows are the direct link to see the overviews.

For ASP.NET Development

For Silverlight

Download Trial

The trial version can be downloaded from http://webuistudio.net/try

That’s all for now :)
Regards

Andry

Written by ansoesil

June 12, 2009 at 10:58 am

Posted in General

ansoesil.wordpress.com has changed its appearance.

with one comment

For better readability, i decided to pick a simplier theme with larger space. Hopefully this new appearance is more convenient to all of you.

Regards

Andry

Written by ansoesil

February 4, 2009 at 12:34 pm

Posted in General

Hi, Hello and Welcome

with 14 comments

New year, new resolution, new spirit, new attitude.

So here am I starting my own blog, and since currently i’m working for Intersoft Solutions and been very busy and also excited with the progress in our development area. I’ll dedicated most of the pages to update all of you with latest info right from the back office.

We’re going to launch CTP release for two new products in 2009 which are Intersoft Solutions Data Source for Silverlight and Intersoft Solutions Presenter for Silverlight quite soon (if everything goes well, by the end of next week you can download the preview right away).

And along with this CTP release, i’ll covers some of the concept behind the product along with the exicting features that we already had, so stay tune.

Written by ansoesil

January 24, 2009 at 2:34 am

Posted in General

Tagged with