rcom10002 / ccgclient

Automatically exported from code.google.com/p/ccgclient
0 stars 1 forks source link

UE改进 #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
服务器管理中每个操作,均需添加一个确认对话框,以免误��
�作被执行

日志查看中控件有重叠的现象

用户关系浏览,服务器参数,服务器状态查看,进入时应该��
�动刷新画面数据

不良举报的查询时间为:当前日期 - 
3,当前日期(即三天内的举报内容)

用户编辑,数据更新后应该给出提示

Original issue reported on code.google.com by rcom10002 on 2 Sep 2009 at 3:11

GoogleCodeExporter commented 9 years ago
关于报表

使用user3作为用户ID进行查询时,无法取得数据,查下什么问�
��
暂时将两个星期的限制去掉,初始时时间状态保持原样不变

Original comment by rcom10002 on 2 Sep 2009 at 3:22

GoogleCodeExporter commented 9 years ago
客户端注销仿照服务器端,加上一个确认对话框

Original comment by rcom10002 on 2 Sep 2009 at 3:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
日志查看中控件有重叠的现象 是指哪儿个?

用户关系浏览,服务器参数,服务器状态查看,进入时应该��
�动刷新画面数据 这个如何实现呢?

使用user3作为用户ID进行查询时,无法取得数据,在我这边是�
��常能查出来。

其他已经改完了。

Original comment by songjie8...@gmail.com on 4 Sep 2009 at 6:39

GoogleCodeExporter commented 9 years ago
用户关系浏览,服务器参数,服务器状态查看,进入时应该��
�动刷新画面数据 
// EnterState Event is available!

日志查看中控件有重叠的现象
// I will fix this

Original comment by rcom10002 on 4 Sep 2009 at 8:45

GoogleCodeExporter commented 9 years ago
refer to file UserRelationshipWindow.mxml

There are two points. 
First is to initialize every state in current Object, and implementation can be 
found 
in its parent FunctionWindow.
Second is to load some data from remote web server so that the data will be 
displayed 
when the page is showed.

Help me to do the rest function windows PLS.
============================================
initializeEachState();
HttpServiceProxy.send(LocalPlayerProfileService.SHOW_RLS_PATH_TREE, null, null, 
freshTreeResultHandler, freshFaultHandler);
HttpServiceProxy.send(LocalPlayerProfileService.SHOW_RLS_PATH_CHART, null, 
null, 
freshChartResultHandler, freshFaultHandler);

Original comment by rcom10002 on 11 Sep 2009 at 7:33