Jump to content

UniSpecial Component


Hayri ASLAN

Recommended Posts

Hi Hayri,

I have a problem with UniSPCheckCombo component.

 

I have 2 UniSpCheckCombo called combo1 and combo2

 

I'm population combo2 with values selected in combo1

like;

procedure TSearchForm1.combo1Change(Sender: TObject);
var
list1:TStringlist;
count1:integer;
begin
  list1:=Tstringlist.Create;
  combo2.BeginUpdate;
  combo2.clear;
  try
    list1.Sorted:=true;
    list1.Text:=combo1.SelectedIndex.Text;
    for count1 := 0 to list1.Count-1 do
    combo2.Addx(combo1.items[strtoint(list1[count1])],combo1.values[strtoint(list1[count1])]);
  finally
    combo2.EndUpdate;
    list1.Free;
  end;
end;

this works fine, but if I then change the selected items in combo1, then its weird as combo2 displays the items in drop down like a group set (see image)

I can't see whats doing it please can you help.

 

Thanks

Mark

 

post-4824-0-60118200-1502631149_thumb.png

post-4824-0-36712300-1502631416_thumb.png

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • 3 months later...
  • 3 weeks later...

A set of components for USD 50 will include everything except UniExMAp, I understand correctly?

Yes

 

Will open source?

I am prividing full source code

 

Which version of Delphi are supported?

Same as Unigui

 

Will support components, a new release UniGUI?

If there will any problem, i will fix it because also i am using in my projects

<br class="Apple-interchange-newline"><div id="inner-editor"></div>
 
 
 
274/5000
 
Hello, do you have the demo component "UniTinyMCE"?

I need to convert HTML to RTF, you mentioned in this topic that I could do it.http://forums.unigui.com/index.php?/topic/7447-richedit/

Does this component come together in this 50U $$ package? I am interested in buying.

 

Thank you.

Link to comment
Share on other sites

  • 3 months later...
  • 2 months later...

Im trying to get HL7 messages with the tidtcpserver component. But I cant read the messages. Is there anybody hwo can give me a short samplecode to work with this component? Thank you Elmar Faber

 

Are you already using UniGUI ?!

 

And sorry,

Once again, Are you sure you're posting in correct forums?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...