avatar
k*7
2
请教SIGN REFERENCE STATEMENT 的PE是不是只要ATTACH AND SIGN 跟他有关的那页SER
在他的封口信封里,比如 SER PAGE 2 OF 6,其它PAGES 不用在他的推荐信封里。 谢
avatar
k*r
3
wxwidgets, libfox, fltk

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

avatar
b*a
4
I ask everybody to sign each page. SInce I just has one supervisor and only
1 engagement. Don't know your situation.
By the way, how many SER they needed? Six? I cannot even figure out 4. Most
project are so similar.

SER

【在 k*******7 的大作中提到】
: 请教SIGN REFERENCE STATEMENT 的PE是不是只要ATTACH AND SIGN 跟他有关的那页SER
: 在他的封口信封里,比如 SER PAGE 2 OF 6,其它PAGES 不用在他的推荐信封里。 谢
: 谢

avatar
g*g
5
java, hehe

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

avatar
r*t
6
qt, qt. I just make some windows Qt code running under Linux, requiring
almost no modification in source.

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

avatar
f*Q
7
mono.
avatar
d*n
8
Qt
avatar
c*u
9
flash
avatar
k*r
10
not a bad idea but it has to have a web backend, right? maybe AIR. Can it be
a standalone app?

【在 c*******u 的大作中提到】
: flash
avatar
N*n
11
拿JAVA凑合一下吧。

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

avatar
c*u
12
of cause it can be a standalone app. It can be run on embedded device also if your device supports flash.

be

【在 k***r 的大作中提到】
: not a bad idea but it has to have a web backend, right? maybe AIR. Can it be
: a standalone app?

avatar
g*g
13
To date I never saw a flash application that can open a local file,
so I guess it has huge limiation for being a standalone app.

if your device supports flash.

【在 c*******u 的大作中提到】
: of cause it can be a standalone app. It can be run on embedded device also if your device supports flash.
:
: be

avatar
c*u
14
Of cause it can, it can open/save file etc. The only limitation I run into
and it is a blocking issue for me is it does not support custom header in
http request, I guess I can get down to socket level to get around, but
that's too much learning for me so give flash up to vb.net.
avatar
k*r
15
Interesting ... vb.net is not "officially" crossplatform.
You could wait for silverlight, though :)

【在 c*******u 的大作中提到】
: Of cause it can, it can open/save file etc. The only limitation I run into
: and it is a blocking issue for me is it does not support custom header in
: http request, I guess I can get down to socket level to get around, but
: that's too much learning for me so give flash up to vb.net.

avatar
g*g
16
I doubt a flash running inside browser can do that. If it can,
it'll be a security violation and you'll see tons of flash trojan
by now.

【在 c*******u 的大作中提到】
: Of cause it can, it can open/save file etc. The only limitation I run into
: and it is a blocking issue for me is it does not support custom header in
: http request, I guess I can get down to socket level to get around, but
: that's too much learning for me so give flash up to vb.net.

avatar
f*Q
17
I remember mono 2.0 support VB.net, but don't expect too much.
avatar
y*e
18
qt4,用PyQt做开发,我们的软件在Linux,MacOS,WinXP,Vista下都用得很好。一次
开发,处处可用。

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

avatar
c*u
19
I am not LZ. crossplatform is not required in my project.

【在 k***r 的大作中提到】
: Interesting ... vb.net is not "officially" crossplatform.
: You could wait for silverlight, though :)

avatar
c*u
20
The web-browser players (ActiveX control and Plugin players) enforce local
security rules whenever used in a web browser. I have a standalone flash
appl can display images stored in my local drive.

【在 g*****g 的大作中提到】
: I doubt a flash running inside browser can do that. If it can,
: it'll be a security violation and you'll see tons of flash trojan
: by now.

avatar
c*u
21
我很想学QT, 用python比c++好在什么地方呢?

【在 y****e 的大作中提到】
: qt4,用PyQt做开发,我们的软件在Linux,MacOS,WinXP,Vista下都用得很好。一次
: 开发,处处可用。

avatar
g*g
22
I understand a standalone flash has potential capability to do anything.
But you mention http header at the same time, that's confusing.
When flash is running as standalone, it competes with Java, Mono or any
cross-platform language out there, and it doesn't seem to be popular
doing that.

【在 c*******u 的大作中提到】
: The web-browser players (ActiveX control and Plugin players) enforce local
: security rules whenever used in a web browser. I have a standalone flash
: appl can display images stored in my local drive.

avatar
c*u
23
我是做embedded device的。 要想把GUI做得跟apple那么fancy, 哪个tool最好? GTK
连让button 透明都做不了。
avatar
b*o
24
现在流行qt吧
avatar
m*a
25
一直用c++做3D相关的图形界面,
以前用wxWidgets/wxPython
现在用qt
相比之下qt更成熟,有trolltech/nokia支持,而且有些自己的特色,不过有license限
制。
wxWidget完全免费,基本也能满足需要,不过似乎最近的进展不大。
java swing/awt做图形虽然简单方便,容易上手,但是似乎东西做大了后速度不够。而
且3D基本无望。
avatar
m*a
26
这些日子用qt的stylesheet来做gui美容,效果相当不错,最主要是你可以动态改变
style,无需从新compile。
而且经过简单training后公司的不懂编程的artist基本可以自己搞了。

GTK

【在 c*******u 的大作中提到】
: 我是做embedded device的。 要想把GUI做得跟apple那么fancy, 哪个tool最好? GTK
: 连让button 透明都做不了。

avatar
c*u
27
看来QT是几个里最popular的。QT是双 license, 商用才收费吧,好象还很便宜。
avatar
g*g
28
java swing在6.0之后速度有很大提高,如果觉得不够好可以用swt。
我们用swt做相当复杂的胖客户端,当然只是商业计算。
我以前也用java 3D做过一些demo,大部分应用问题不大。如果要
写doom那样的游戏是不行,除非去bind openGL.

【在 m********a 的大作中提到】
: 一直用c++做3D相关的图形界面,
: 以前用wxWidgets/wxPython
: 现在用qt
: 相比之下qt更成熟,有trolltech/nokia支持,而且有些自己的特色,不过有license限
: 制。
: wxWidget完全免费,基本也能满足需要,不过似乎最近的进展不大。
: java swing/awt做图形虽然简单方便,容易上手,但是似乎东西做大了后速度不够。而
: 且3D基本无望。

avatar
z*m
29
HTML+AJAX
Java
avatar
x*u
30
在windows上写的规矩点,Linux下用wine跑就没什么问题了。

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

avatar
g*y
31
For commercial, one QT license costs about 5/6 thousands for multiple
platform.

【在 c*******u 的大作中提到】
: 看来QT是几个里最popular的。QT是双 license, 商用才收费吧,好象还很便宜。
avatar
r*r
32
Qt ! Qt 的对象模型做得很好。
以前开发工具差了点,现在有进步。
avatar
k*r
33
不知道Mac OS上面有没有类似Wine的东东

【在 x****u 的大作中提到】
: 在windows上写的规矩点,Linux下用wine跑就没什么问题了。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。