User Profile & Activity

Yudi Member
Page
of 259
Posted: December 4, 2014 9:33 AM

I sent a message to your registered email account. Please kindly check your inbox and let me know your response.

Update:

I have worked closely with Thomas Albert and now the Crosslight 3 License problem has been resolved. For members who has similar problem, it is recommended to follow this knowledge-base article: Unable to Find the Latest Version of Intersoft Controls in License Manager.

Hope this help.

Posted: December 4, 2014 9:21 AM

Since I was not able to reproduce the reported problem on the following:

  • Samsung Galaxy Nexus;
  • Android Emulator
  • Samsung Galaxy Tab 2 (7.0 inch, Wi-fi only)

Could you please kindly re-test the problem in Android emulator. I'm afraid that settings which related to specific device may produce different result.

Thank you for your patience and cooperation.

Posted: December 4, 2014 5:03 AM

I modified Page_Load event handler of VACIO.aspx.vb file into the following and find that the message "Postback executed" is no longer appear when user click the button.

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        If Not IsPostBack Then
            DisplayAlert("Postback executed", "", Tipomensaje.MsgInfo)
        End If
    End Sub

Please let us know whether it helps or not.

We have a knowledge-base article: "Unable to Find the Latest Version of Intersoft Controls in License Manager" which describes how to configure the License Manager to show the latest version of Intersoft controls.

The sample case in the article is: Intersoft WebUI Studio 2011 R1 includes ClientUI 5, however License Manager only shows ClientUI 4, as shown in the following screenshot. The case also applicable for WebGrid 9 in 2014 R2. Please carefully follow the instruction and let us know whether it helps or not.

Posted: December 4, 2014 3:50 AM

WebGrid supports scenario that submits all updates in a single AJAX request via built-in WebGrid user interface, or via API. Add following code to accept all changes from button click client side event.

function Button1_onclick()
{
    var grid = ISGetObject("WebGrid1");
    grid.AcceptAllChanges();
    return true;
}

You can use the above snippet code and add it to the event handler of TabChange event.

Hope this help.

Posted: December 4, 2014 3:24 AM

I tried to reproduce the problem reported by Adrian Mateescu on August 14, 2014 (the drop down button is disappear as soon as selects something in IE 9 browser) by using the live sample of WebCombo, BindAccess.aspx. The detail step is as follow:

  1. Open the sample in IE 11 browser;
  2. Open Developer Tools (F12) of IE 11 browser and enable IE 9 emulation by setting Document mode to 9 and User agent string to Internet Explorer 9;
  3. Click the dropdown button and select "Maria Anders";
  4. The dropdown button is not disappear after user select an item.

The above sample uses HTML5 doctype. Could you please confirm whether you have set RenderingMode of WebCombo to HTML5?

<ISWebCombo:WebCombo ID="WebCombo1" runat="server" DataSourceID="AccessDataSource1"
    DataTextField="ContactName" DataValueField="CustomerID" Height="20px" Width="200px"
    UseDefaultStyle="True" RenderingMode="HTML5">
</ISWebCombo:WebCombo>

Please feel free to let me know if you find anything that I might miss during my attempt to reproduce the problem.

Posted: December 2, 2014 9:53 AM

To see the dropdown for Crosslight v3.0, you'll need to open up registry editor. Check the HKLM/Software folder. Make a backup of the registry. If you're running a 64-bit version of Windows, you'll find a Wow6432Node folder. if you happen to find the "Intersoft Solutions" folder as a sibling of the Wow6432Node folder, you'll need to delete the whole folder for the Crosslight 3.0 to properly show up in the License Manager.

In short, you should not have the Intersoft Solutions folder under HKLM/Software (this only applies to 64-bit Windows). Re-run the LicenseManager from the C:\Program Files (x86)\Intersoft Solutions\Crosslight 3\common\LicenseManager\ISNet.WebUI.LicenseManager.exe, then you should be able to install Crosslight license properly.

Apologize for any inconvenience this problem may have caused you. Following list show the detail backlog for each problem.

  • Section Label: "Label with Image" has no image is filed under CROS-637
  • "maximum number of lines 3" is not limited. The whole text is shown. This is filed under CROS-638
  • Section Navigation: "Caption with Image" has no image displayed. This is filed under CROS-639.
  • Section TextField: Clicking around within the «Price, Quantity, Symbols, Twitter» text fields for a while the «MyActivity» page is shown and then the app crashes. It is filed under CROS-640.

I will keep this thread updated with any news I heard from the team regarding these.

Thank you and have a nice day.

Posted: December 2, 2014 3:29 AM

Thank you for taking the time to test our new samples and giving us feedbacks about it. We always appreciate comments from our customers so we can serve you better.

I will have this forwarded to Crosslight development team and will get back to you with the backlog id for each feedback.

Thank you and have a nice day.

Update:

Following are the detail information of backlog id for each reported problem in FormBuilderSamples and MapsSamples project.

  • TextViewReadOnly: The text is not read only. This is filed under CROS-641
  • SliderMaxValue: The initial max value of the slider is 10. Sliding to 0 and back the maximum is 1. This is filed under CROS-642
  • SliderBefore: The handle of the slider overlaps the white area. This is filed under CROS-643
  • SliderAfter: After selecting a category with a Picker and a Selection the white area of the slider grows. This is filed under CROS-644
  • Map: Can the change route dialog be canceled? So far it only disappers when selecting an option.
    The change route dialog uses Action Presenter. Typically Action Presenter is displayed in a modal fashion, meaning that users will require to perform a certain action before the action presenter is dismissed. However, action presenters can be dismissed with the following code: this.ActionPresenter.Dismiss();. I will have this forwarded to Crosslight development team. The team will check the feasibility to implement Dismiss() in the MapsSamples.
Posted: December 1, 2014 11:52 AM

Apologize for any inconvenience this problem may have caused you.

This problem has been forwarded to Crosslight development team to be investigated further. The report is filed under CROS-636. I will keep this thread updated with any news I heard from the team regarding CROS-636.

Thank you and have a nice day.

All times are GMT -5. The time now is 11:26 PM.
Previous Next