由买买提看人间百态

topics

全部话题 - 话题: comboboxes
(共0页)
i**p
发帖数: 902
1
来自主题: Flash版 - Related Combobox
The flex page has 3 combobox. Each of them uses an array associated to URLs
as data provider. Now I want to make change like this. If any of the
combobox is clicked, its value and the values from other 2 comboboxes are
collected. How could I do it?
H**y
发帖数: 42
2
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: Hazy (小迷糊), 信区: Programming
标 题: C# 中comboBox DataBinding 问题
发信站: Unknown Space - 未名空间 (Thu Apr 1 16:27:32 2004) WWW-POST
对DATABINDING的问题总是很头疼.
偶想把comboBoxSuffix 和DataSet BIND 起来,
写了下面这写CODE.
this.comboBoxSuffix.DataSource = DataSet.Suffix.DefaultView;
this.comboBoxSuffix.DisplayMember = "DisplayName";
this.comboBoxSuffix.ValueMember = "SuffixId";
this.comboBoxSuffix.DataBindings.Add("SelectedValue",
DataSet.Suffix.DefaultView, "SuffixId");
问题是: 每次偶 click
m*****g
发帖数: 54
3
来自主题: Flash版 - Related Combobox
register click event listener to all three combobox

URLs
t********r
发帖数: 152
4

xaml view部分code是这样的
....../>
...... />
......>




阅读全帖
c*****n
发帖数: 35
5
这个…阁下初学很厉害啊……网上找找xaml databinding的源码扫扫盲吧。
首先datepicker绑定要用datetime,不是string。
然后combobox 你要决定绑定什么类型,例如list的话,你的cbb要有一个总列
表,然后把总列表放进vm里做成一个property,然后xaml绑定它:
...
你之前的combobox装的是comboboxitem跟你的string的product是完全不同的type,没
法match
最后你form的code behind别忘了
vm=new viewmodel ();
This.DataContext=vm ;
你可以把这段放constructor里或者onNavigayed事件等

xaml view部分code是这样的阅读全帖
b*********n
发帖数: 2975
6
【 以下文字转载自 Programming 讨论区 】
【 原文由 MayRosemary 所发表 】
Hi!
Anyone can help me?
How to getFocus on one of the index of ComboBox of Visual C#?
How to get a Cascading menu in ComboBox of Visual C#?
h*****8
发帖数: 4754
7
来自主题: Stock版 - IB WEBTRADER 怎么设置盘后交易
Order Management-->New Order
在Order Management小界面上的最右上方有个COMBOBOX,选SHOW ORDER TIME
ATTRIBUTES。
你可以SPECIFY START TIME和END TIME
但是要选FORTH(我觉得是for outside regular trading hour)
h***a
发帖数: 358
8
来自主题: DotNet版 - drawing in c#
如果我用C# 做一个画图的东西, 现在可以画button, checkbox, listbox, combobox,
但是我有个问题, 就是, 这些东西都是能被click, 我怎么样才能让他呈现C#里的DESIG
N MODE 一样, BUTTON被CLICK 后不动, LISTBOX 放了数据后, 不显示在里面, COMBO
BOX 不能被下拉
thanks a lot
z****e
发帖数: 3810
9
来自主题: Flash版 - Related Combobox
change event吧
f****y
发帖数: 70
10
如何使JCombobox的item的内容是居中显示的? default是左对齐. 另外这个combobox是
可编辑的,在编辑的时候,可不可以也居中,中间对齐?
c*****t
发帖数: 1879
11
来自主题: Java版 - XML to Swing UI tools?
Anyone can make a list?
I made one over the weekend and would like to see what other toolkits
can do. I only knew of SwiXML, but I dislike it (that's why I wrote
my own).
It can do borders (compound borders as well), various layouts (except
spring layout which I am not familar), table (create a vector based
table, vector can be made in XML as well), list, combobox, synchronize
menu and toolbar button states (enable/disable, select on/off, the main
reason I wrote the toolkit), all kinds of liste
E*V
发帖数: 17544
12
你们不要看哪个,下面有个选择框(combobox)
选浏览器种类,不是版本
l**********n
发帖数: 8443
13
Consider, for example, a combobox where you can type text to filter the
available options. This sort of control could have ~150 items and still be
highly usable. If it has some extra feature (for example a specific class on
the currently selected option) you start to get 3-5 bindings per option.
Put three of these widgets on a page (e.g. one to select a country, the
other to select a city in said country, and the third to select a hotel) and
you are somewhere between 1000 and 2000 bindings alrea... 阅读全帖
G***G
发帖数: 16778
14
javascript
不能搭服务器
但是想用 web browser来运行。
一个问题,
这个没有服务器端支持的,单独的一个html文件(内含javascript)
可以编写出类似于windows form一样复杂的程序吗?
比如加入一些button, combobox等。
点击button就可以完成各种类似于windows form的操作。
也就是说javascript写的程序可以不搭服务器,也能运行起来,就像一个
windows 程序一样?
g****y
发帖数: 323
15
来自主题: Software版 - EditPlus的高级应用(三)
from www.51soft.com
万水千山
一般设定
◆对于当前文档的设定
主选单“Document”的项目只对当前文档有效,除开前面已经讲
了以外,还有以下内容:
“File Format”,设定文件平台; “Set Read-Only”,设定
文件只读,只读文件是不能被存盘的;
如前所述,这二项设定都可以从窗口底部的状态栏右边看到。
“Monitor Clipboard”,所谓的同步剪贴板功能就是在这里设
定;
“Reload”重新装载当前文件,所有未保存的内容以及“撤消/重做
”缓冲区的信息都将清除。
◆一般参数设定(选单Tools|Preferences)
参数设定对话框分为左右二个部分,左边是树状组织的属性类别
,属性不同,对应的右边页面的内容也不同。
1)General类的基本参数
在General页面有许多选项,如图十三。最上方的“Line space
”设定行间距,——行高的百分数;“Combobox history”设定搜索
替换对话框里面的输入栏的历史记录的个数。其他各个选项的用处和
推荐设定如下:
“Save window position on
d*****e
发帖数: 270
16
本例要实现的是如何创建定制的ToolControl。ToolControl是指具有ComboBox的下拉列表
或 EditBox的编辑功能的一类控件。要创建定制的ToolControl,必须在类模块中实现
ICommand 和 IToolControl接口。IToolControl接口包括hWnd属性和OnDrop, OnFocus事
件。
l 要点
·IToolControl接口的hWnd属性,接受一个Window Handle。
·IToolControl接口的OnDrop事件,支持ToolControl的拖放,传入参数barType表示Bar
类型。
·IToolControl接口的OnFocus事件,传入IcompletionNotify类型的参数complete,可以
通过执行IcompletionNotify接口的SetComplete方法告之ArcMAP,ToolControl可以失去
Focus。
l 程序说明
本例中涉及三个模块,详细描述如下,其中,在类模块中实现了IToolBarDef接口来创建自
己的ToolControl。
l 代码
'1、frmImageCom
c*******r
发帖数: 6971
17
发信人: hill168 (认真学习中。), 信区: Stock
标 题: Re: IB WEBTRADER 怎么设置盘后交易
发信站: BBS 未名空间站 (Thu Sep 30 08:06:27 2010, 美东)
Order Management-->New Order
在Order Management小界面上的最右上方有个COMBOBOX,选SHOW ORDER TIME
ATTRIBUTES。
你可以SPECIFY START TIME和END TIME
但是要选FORTH(我觉得是for outside regular trading hour)
(共0页)