powerbuilder 12.5 beta 出來了,大家一塊試吧!簡單看了看12.5 增加的功能,感覺很不錯,大家都試試,正式版聽說是第3季度發布。
beta地址:http://www.sybase.com/powerbuilder125beta
uj5u.com熱心網友回復:
下載看看啊uj5u.com熱心網友回復:
是個好訊息uj5u.com熱心網友回復:
pb12.5 中win32方式也支持dw的user-drawn ,下面是聯機幫助檔案User-Drawn Controls in DataWindow Objects:The Paint expression functions allows you to draw objects in the DataWindow such as polygons, arrow tips, pie slices, and so on.
The Paint expression function takes one string expression argument and returns the same string. This allows you to paint inside a DataWindow in a way that respects the position and z-order of other DataWindow objects.
Syntax
Paint(expr) where expr can be any valid DataWindow expression. It should contain a function call to a drawing global function with rendering logic. If expris a string expression and the value is not null, the Computed Field renders the evaluated string expression.
This feature also provides the following supporting functions:
?GetPaintDC()
?GetPaintRectX()
?GetPaintRectY()
?GetPaintRectWidth()
?GetPaintRectHeight()
GetPaintDC() returns the GDI context to which to draw. The clip region of the GDI context is guaranteed to be the same as the rectangle defined by the other functions.
GetPaintRectX(), GetPaintRectY(), GetPaintRectWidth(), and GetPaintRectWidth() return the bounds of the computed field. The device context is clipped within these bounds.Example This example instantiates the drawing functions and, if the drawing function returns false, the text "Bail out" displays.
Paint
(
MyDrawPieSlice
(
getpaintdc(),
getpaintrectx(),
getpaintrecty(),
getpaintrectwidth(),
getpaintrectheight(),
getrow()*100/rowcount()
)
)
Paint
(
if (MyDrawPieSlice(getpaintdc()),"","Bail out")
)
哪位牛人給指點下,如何用paint函式在win32 dw
中畫多邊形,帶箭頭的線段,謝謝。
uj5u.com熱心網友回復:
可以試試uj5u.com熱心網友回復:
1 Window Control Transparent Value and Transparency Property2 Sharing Datasources with .NET
3 RTF and Images in the DataWindow Object
4 User-Drawn Controls in DataWindow Objects
這都是win32 支持的
1 AutoWidth Property
2 Support for Tab Order, Enabled, and Show Focus Rectangle Properties
3 Support for New ASE 15.5 Datatypes
這是win32與.net都支持的
12.5值得期望,呵呵
uj5u.com熱心網友回復:
好事情。uj5u.com熱心網友回復:
12.1還很不完善,打了所有的補丁還是有問題。uj5u.com熱心網友回復:
sybase 提供user-drawn 的例子,非常感謝。分享給大家。csdn上怎么加附件?需要的朋友提供郵件地址。uj5u.com熱心網友回復:
好呀,試一試uj5u.com熱心網友回復:
不是說自己帶皮膚么?pb本身太難看了。uj5u.com熱心網友回復:
pb.net 帶皮膚,個人意見,win7 與 vista平臺上,設計界面簡潔的話,不難看呀。以前買過皮膚工具,一直都沒用。uj5u.com熱心網友回復:
用pb搞.net效率太慢了uj5u.com熱心網友回復:
我個人認為pb搞dot.net是浪費。放棄pb是必然的boland不是也放棄了么uj5u.com熱心網友回復:
版本號倒是變化快,沒覺得有太大意義uj5u.com熱心網友回復:
對。
我們來看看,比PB12(c/s編程的)多了什么東西:
---------------------------
animation.integer transparency
checkbox.integer transparency
commandbutton.integer transparency
datawindow.integer transparency
datepicker.integer transparency
dragobject.integer transparency
dropdownlistbox.integer transparency
dropdownpicturelistbox.integer transparency
editmask.integer transparency
graph.integer transparency
groupbox.integer transparency
hprogressbar.integer transparency
hscrollbar.integer transparency
htrackbar.integer transparency
inkedit.integer transparency
inkpicture.integer transparency
listbox.integer transparency
listview.integer transparency
monthcalendar.integer transparency
multilineedit.integer transparency
olecontrol.integer transparency
olecustomcontrol.integer transparency
omcontrol.integer transparency
omcustomcontrol.integer transparency
omembeddedcontrol.integer transparency
picture.integer transparency
picturebutton.integer transparency
picturehyperlink.integer transparency
picturelistbox.integer transparency
radiobutton.integer transparency
richtextedit.integer transparency
singlelineedit.integer transparency
statichyperlink.integer transparency
statictext.integer transparency
tab.integer transparency
transaction.getadoconnection()
transaction.long adoconnectionhandle
transaction.setadoconnection(oleobject proxy)
treeview.integer transparency
userobject.integer transparency
vprogressbar.integer transparency
vscrollbar.integer transparency
vtrackbar.integer transparency
---------------------------
其中transparency是繼承過來的.//之前只有WINDOW有這個屬性
其它的就只多了
transaction.getadoconnection()
transaction.long adoconnectionhandle
transaction.setadoconnection(oleobject proxy)
不帶這么坑人的.
要咱們寫程式,加這點功能,只怕連個0.001的版本號都不好意思加.
---------------------------
之前我在一個公司寫業務系統,9年,整整9年,幾個程式員,長時間,不停地修改升級以適應多個子公司業務不停地發展,
版本號也就從2.0->3.0->3.8.
套用一個笑話人轉發老貼子的,"上次改版本號的時候,我爸還是處男呢"(原話是,"上次我看到這貼子的時候,我爸還是處男呢")
Sybase,你打算讓PB程式員情何以堪啊.
uj5u.com熱心網友回復:
現在走出去,我都不好意思告訴人家我之前是寫PB的.uj5u.com熱心網友回復:
期待。uj5u.com熱心網友回復:
可惜,PB.net的書很少。uj5u.com熱心網友回復:
我覺得做部分win32還勉強可以使用pb.感覺沒有pb沒有實質性的改變uj5u.com熱心網友回復:
.net開發目前看來,運行效率是比win32慢些,微軟的也一樣,個人感覺開發一般的專案,pb的開發效率還是不錯的uj5u.com熱心網友回復:
桌面時代已經過去,沒落。所以google代替了 ms ,只是pb做部分ms感徑訓可以。只是要加強界面。多執行緒處理。uj5u.com熱心網友回復:
pb12.5 多執行緒處理增加了一種與.net一樣的uj5u.com熱心網友回復:
多執行緒是dotnet模式下的多執行緒,對于native wind32模式下,沒有多執行緒uj5u.com熱心網友回復:
看了,visual studio 2010 c# 開發環境。有兩種功能:1:建wpf windows application wpf視窗應用程式
2: 建wpf browser application wpf瀏覽器應用程式
兩者效果一樣,一個是c/s, 一個是b/s
現在還不知道怎么將wpf視窗應用程式轉成wpf瀏覽器應用程式 這樣建一次就行了。
cs與bs共同使用.界面效果與photoshop來設計相比美/
--------------------------------------------------------
在PB.net中,繼續了,桌面程式的所有特點。資料視窗使用起來還是最好的。設計的語言也簡單,最后輸出為C#程式代碼。PB的環境開發比visual stuio2010開的發代碼時,要分的細,我個人比較喜歡PB.net
而且PB就輕松地把以前開發的程式向上自動轉化。升級。
PB12。5 NET比PB12要好的多,大家直接學PB12.5NET
不過,現在只能開發 WPF 視窗應用程式。
PB.net 什么時候可以開發 xbap wpf browser application 程式呢?
我想以后肯定會的
uj5u.com熱心網友回復:
我下的pb12不知為何不知道用?新建什么的工具都找不到,我暈啊,誰指導一下和pb11.5有何區別啊?uj5u.com熱心網友回復:
軟體開發一次全新的變化 WPFPowerbuilder12.5 Net 之我見
pb.net讓我看到了PB的光明前途,同時也有許多人在討論PB的前途問題,下面讓我談談我的看法吧。
Pb.net 12。5beta 版本下載使用已經有半個多月了,對其有了充分的了解。
Pb.net 界面類似于 visual studio 2010
pb.net 繼續了以前PB所有的優點,如資料庫,資料視窗,用戶物件,我喜歡的代碼編輯器,自己開發的WPF控制元件。
還將.net 加入了,C#.net 的所有功能與方法。
WPF應用程式開發。界面采用XAML 縮寫器。可以設計出相當的美觀的外觀以及模糊,倒影,旋轉,等各種很變態的樣子。
這樣一來,pb有的,C#可能沒有,C#有的,PB也有了。
PB的代碼編輯器比C#程序式的要清晰明了。
pb代碼比C#容易簡單,這樣就讓設計人員能夠永遠保持一個輕松的心態,而不會讓程式員隨著開發時間的變長或者年輕的變大,產生疲勞感。
這樣就可以讓開發人員能夠花更多的時間在業務分析層。
----------------------------------------------------------------------------------
powerbuilder 15 將在pb12.5的正式版本發布后12 ~ 18個月發布
新的版本將支持
> >> SilverLight 瀏覽器里的富客戶端開發
> >> .Net Framework update
> >> HTML5
> >> Mobile targets
> >> Refactoring support
> >> New DataWindow Data Sources
uj5u.com熱心網友回復:
各種系統都有使用的領域:也許無論IT技術如何發展,銀行里的系統一直使用DOS下面的系統,因為安全,穩定,不需要花銷的外觀
如超市,醫院,也需要穩定,可靠。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/76545.html
標籤:非技術版
上一篇:注塑行業erp一般能收多少錢
下一篇:POWERBUILDER
