User Profile & Activity

Niven Prasetya Member
Page
of 25
Posted: August 5, 2010 10:40 PM

Hello Johnny,

 

First of all, I would like say sorry for unprompted response.

I did edit your post about the register, its suppose not to be exposed here.

I'm sorry, the mistake its on me.

 

According to your issue, our software need a privilege to access your System32. It was said that our software don't have an access to the System32.

I'm processing your register right now, I will let you know when it's done.

Regarding your question, it can be both for 64 or 32 so it will not be a problem.

Once again, I'm very sorry.

 

Hope this can resolve you issue.

Thank you.

Best regards,

 

Niven Prasetya

Posted: August 5, 2010 4:28 AM

Hello Guilermo,

 

After I look into your codes, there's happened to be a mistake.

Please delete this 3 lines

row.SetDataChanged();
row.AcceptChanges();
grid.MarkEdit();

and change it into

row.AddPendingChanges();
grid.UpdatePendingChangesStatus();

When you have a case which deal with a database please update it using these 2 commands.

 

Thank you.

 

Hope this can resolve your issue.

 

Best regards,

 

Niven Prasetya

Posted: August 5, 2010 12:41 AM

Hello Patrick,

 

Im afraid, you can't do that.

It is already the submenu default behavior, it will show direction to a sufficient desktop space, it will not show to an insufficient area.

Hope this can answer your question.

Thank you.

 

Best regards,

 

Niven Prasetya

Posted: August 4, 2010 9:53 PM

Hello Johnny,

 

Could you please send me these two registry.

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intersoft Solutions

HKEY_LOCAL_MACHINE\SOFTWARE\Intersoft Solutions.

 

HKEY_LOCAL_MACHINE\SOFTWARE\Intersoft Solutions.

 

Before you send it, please don't forget register your license first and run as an administor at your computer.

 

Hope this can help your issue.

 

Best regards,

 

Niven Prasetya

Posted: August 3, 2010 11:25 PM

Hi Hamdy,


I'm very sorry.

I'm afraid the best possible way to do is only from client side.

On server side, once you click to other page there will be a fullpostback for the desktop manager, so you will not get the state where you wanted to be instead it will load to the default display of your first run desktop manager.


Hope this can clear your issue.


Best regards,


Niven Prasetya

Posted: August 2, 2010 11:42 PM

Hi Hamdy,


I have attached a simple sample of your wanted scenario.

Please kindly check it, hope it can help you.

I'm using a client side on my sample.


Best regards,


Niven Prasetya

Hi Maged,


I have attached a simple sample for your scenario.


First, you need to enable "Enable Preview Row", "Expandable" and "Load Data on Demand" on WebGrid.NET Designer under Advanced -> RootTable .

The purpose of Load Data on Demand is to shrink the preview row after loading the WebGrid.


I hide the cursor to make the data expandable. You can see my code on WebGrid1_OnInitialize().


Hope this can resolve your issue.


Best regards,


Niven Prasetya 

Posted: August 2, 2010 12:39 AM

Hi Andre,


For your first issue, please change the WebCombo ResultBoxWindowType properties on LayoutSettings from "Pop Up" into "Normal".

This kind of issue only happened on IE due to the default set of result box is Pop Up.

I have attached a screenshot of you first scenario.


I can't replicate your 2nd issue. Could you please show me your step how replicate your issue.


Best regards,


Niven Prasetya

Posted: August 1, 2010 11:54 PM

Hi Ca,


I have replicate a sample based on your scenario.

Below is part of the code which i wrote for your sample.

var BasedOn1 = WebGrid1.RootTable.GetRow(0).GetCells()[1];
var row1 = WebGrid1.RootTable.GetRow(0);
var cell1 = row1.GetCells()[0].CellElement.childNodes[0];
if (BasedOn1.Text == 1) {
                cell1.setAttribute("src", "./images/steven.jpg", true);
            }

The image(cell1) will be change based on the EmployeeID(BasedOn1).


<ISWebGrid:WebGridColumn Caption="Image" Name="Image" CellImage=".\images\anne.jpg"
                        Width="100px" ColumnType="Image" EditType="NoEdit">

Please keep that in mind, you have to declare an images first on WebGrid using a CellImage Tag or the src will not be shown on client side.


Hope this one can resolve you issue.


Best regards,


Niven Prasetya

Posted: August 1, 2010 10:17 PM

Hi Michael,


First of all, we would like to express our gratitude and thanks for your enthusiasm and your participate waiting on our WebUI Studio 2010.

According to our July 2010 newsletter, the WebUI Studio 2010 will be officially released on 18th August 2010. It will offer a total of 212 amazingly rich UI control spanning across ASP.NET, Silverlight 3 and 4 and WPF 4 platform. Not only that, we also provide a complete product documentations and hundreds of interactive samples which make you learn our WebUI Studio 2010 easier by looking from the examples.

Please be patiance, soon you will be able to try our powerful WebUI Studio 2010.


Thank you.


Best regards,


Niven Prasetya

All times are GMT -5. The time now is 4:32 PM.
Previous Next