[CLOSED] MultiSelect with Checkbox Items

Page 3 of 3 FirstFirst 123
  1. #21
    This returns a stream for me:
    this.GetType().Assembly.GetManifestResourceStream(this.webResource);
    for the same webResource.

    The images are included to the assembly, they both are marked as Embedded Resource.

    It works for me.

    Is there a possibility to reproduce it online?
    Last edited by Daniil; Oct 15, 2013 at 9:06 AM.
  2. #22
    Okay, so verified, resource/images multiselect is not part of the project file.

    I added the existing items to the project in Ext.Net\Build\Ext.Net\ux\resources\images\multisel ect and set them to embedded resources and problem was resolved. I'd post the the update but you have no policy for user contribution so you'll have to do it on your side.
  3. #23
    Sometimes I'm not sure the Turtle merge always works. I verified with compare and the project did not contain the files.
  4. #24
    I would insist the Ext.NET project does contain those images:)

    Here is Ext.NET.csproj.
    http://svn.ext.net/premium/trunk/Ext.Net/Ext.Net.csproj

    <EmbeddedResource Include="Build\Ext.Net\ux\resources\images\multiselect\checked.gif" />
    <EmbeddedResource Include="Build\Ext.Net\ux\resources\images\multiselect\unchecked.gif" />
    I suspect your Ext.Net.csproj is somehow out-of-sync.
  5. #25
    Wouldn't be the first time. I'll try a fresh restart in the morn and let you know. I'm at the last of my ext.net issues. On last restart and test and we're go.
  6. #26
    I deleted everything and did a fresh checkout of Ext.net. Seemed to address the issue. Strange.
Page 3 of 3 FirstFirst 123

Similar Threads

  1. How to add items to a MultiSelect??
    By javito in forum 1.x Help
    Replies: 1
    Last Post: May 06, 2010, 5:57 PM
  2. MultiSelect - Dynamic Set Items?
    By Zhivko in forum 1.x Help
    Replies: 1
    Last Post: Apr 15, 2010, 8:11 PM
  3. [CLOSED] Adding Checkbox items to checkbox group during a postback?
    By vedagopal2004 in forum 1.x Legacy Premium Help
    Replies: 19
    Last Post: Feb 05, 2010, 10:13 AM
  4. Replies: 0
    Last Post: Jun 03, 2009, 5:30 PM
  5. How to add remove Items in MultiSelect
    By designworxz in forum 1.x Help
    Replies: 1
    Last Post: Mar 11, 2009, 8:25 AM

Tags for this Thread

Posting Permissions