not resizable column for grid datawindow!!!!
On a per-column basis, or for the whole datawindow in general? Because
you can already turn it off for the whole thing...
--
"Don't just fix; teach."
Some informative links:
news:news.announce.newusers
http://www.geocities.com/nnqweb/
http://www.catb.org/~esr/faqs/smart-questions.html
http://www.caliburn.nl/topposting.html
http://www.netmeister.org/news/learn2quote.html
On a per-column basis.
Because there are picture or button object in some columns. And if you
resize this colums, pictures show larger then original.
"Jason...
Grid Datawindow and resize columnsHi.
My datawindows are Grid type, the property "MouseSelection", on the first
tabpage, is unchecked. It's posible resize the columns without that
property active?
TIA
In PB 8.0, I can resize columns in a grid window with Mouse Selection
checked or unchecked.
Resizing columns doesn't require being able to select them. The icon for
selection and resize is different. Selection is the normal arrow and resize
is the vertical bar with 2 horizontal arrows, 1 to pointing to each side.
jo in okc
"Luis Cortes" <cortesgl@corp-ods.com> wrote ...
IF you set column to width 0 in a datawindow grid, the column appear as a with column at the end of the gridCan you remove the white space at the end of a grid, it seems to appear when
we set columnwidths to '0'..
ICE
I've not seen that. What version of PB are you using? What platform?
On Tue, 27 Aug 2002 11:42:02 +0200,
in powersoft.public.powerbuilder.datawindow
ICE <ICE@nospam.com> wrote:
>Can you remove the white space at the end of a grid, it seems to appear when
>we set columnwidths to '0'..
>
>
>ICE
>
>
Bruce Armstrong [TeamSybase]
http://www.teamsybase.com
Not 1 - but 2 new books on developing with PowerBuilder...
Which Event when resizing a column in Grid Datawindow ?Does anybody know if an event occured when i resize a column in a Grid
datawindow ?
Is there another way to know when a column is resized ?
Thanks for help.
--
Arnaud Bauer - Jehier Ing�nierie Informatique
49120 CHEMILLE - FRANCE
Tel : 02.41.49.80.81
http://www.jii.fr
There isn't such an event.
I guess you could code a timer event that checks it to the previous value.
Sorry.
--
Dawn T Brown Eyes (TeamPS)
Arnaud Bauer <arnaud.bauer@jii.fr> wrote in article
<370C6054.158A271C@jii.fr>...
> Does anybody know if an event occured when i resize...
PB10 Grid Datawindow Resize ColumnI have migrated an application from PB7.0.3 to PB10 and I am
having problems resizing columns at run-time on a grid
datawindow which has the grid setting turned on and Column
Moving and Mouse Selection both checked. The datawindow is
part of a "Preview" feature of the application which allows
users to modify the look of a view by changing column width,
sort order, etc.
Any ideas? Thank you,
Create a grid dw in PB10. Do you have the same problems?
I was able to create one and didn't.
This may be a migration issue. If so I would recreate the
datawindow. Dawn
&g...
DataWindow This, DataWindow That...Blah blah blah
You've heard it enough that you don't even want to comment on how many
times...
The DataWindow.
....but it can't be enough anymore...can it?
This from one of our colleagues
(and yes my apologies for taking it out of context)...
"...PB covers all you need to do that in ONE Tool. This
includes Windowprogramming ( meaning the interface to the user:
Windows, Sheets, diallougeboxes, etc.), Database operability AND
Reporting! Well, I see als well as many other PB users that some of
the implementations and features PB offers are improvable. But thi...
Datawindow grid style column resizeIt's possible that my cuestion sounds stupid, but is there a way in the
datawindow designer to define the column width in a grid datawindow
(numerically)?
I can do it with the mouse and with edit source, but I don't found a
property to set the column width.
Thanks,
Alex B.
No - that's a "feature" of the grid datawindow. In the Preview pane, you
can grab and resize column widths (but you have to have gridlines ON)
--
Paul Horan[TeamSybase]
Cynergy Systems
www.cynergysystems.com
"Alex Bibiano" <abibiano@nikel.es> wrote in m...
prevent resize columns in grid datawindowHi,
here's my question:
I have grid style dw with some columns in it that should not participate
on the
column resize feature of the grid style dw. Because those columns
contain bitmap expressions they should
not resize. Otherwise the bitmap being displayed resizes too. That's not
what I want.
For the columns containing text data resizing should be valid.
Background:
Formerly I used a list view control, but the listview can only handle
display one picture column.
That's why I used a dw. But column resizing must be generally available
except those columns who contai...
Moving columns in Grid Datawindows using datawindow painter -PB 8I know - Evita - AGAIN???? :-)
This is for my teammate who's going crazy. He has a grid datawindow of 4
columns and wants to move say column 4 between current columns 1 and 2 but
whatever he does WON"T let him slide it over. Is there some setting he
needs to set someplace or is he stuck?
Thanks
--
Evita R. Chapa
Senior Systems Analyst
Command Technlogies, Inc
I'm not meaning when it's running...In design we need the column moved over
from where it was (column 4) to where it needs to be (between current
columns 1 and 2)
Thanks
Evita
<Victo...
Event for column move/resize in grid datawindowIt would be very very helpful if an event on the datawindow control would
fire when a column in a grid datawindow was moved or resized by the user.
Like a ColumnResizing event with dwo, row, oldHeight, oldWidth, newHeight,
newWidth parms. Of course in a grid you would have a null dwo if it was
just a pure vertical resize and row would be null if it was a pure
horizontal resize as all columns or rows, respectively, would get the
effect. I'd go for that. I bet it would be a pretty easy thing for Sybase
to implement as well.
-EGM
M. Searer <nospam@nospam.com> wrot...
Disable resize on one column in a grid datawindowHello,
I am attempting to disable the resize functionality for one
column in my grid datawindow. I would like to have all
other columns in the datawindow resizeable.
I have reviewed the powerbuilder help and found the column
property 'resizeable', but it does not seem to ever prevent
resize on the column.
dw_details.Modify("display_order.Resizeable=0")
I am using Powerbuilder 11.1 Build 8204
Any help on disabling resize on one column would be greatly
appreciated.
Thanks,
Karen
See attached
<Karen Bailey> wrote in message news:48497e4f.4394....
resizing the computed column width in a grid datawindowHow can i resize the width of a computed column to the length of the text
in the column to display the entire text.
You'll have to use a set of API to determine actual number of PBU needed to
display a full text using current font settings. There's no way to do that
in native PB code. I can give you code example if needed.
"Sukhvinder Singh" <sukhvinder@defactoinfotech.com> wrote in message
news:435f10bc@forums-1-dub...
> How can i resize the width of a computed column to the length of the text
> in the column to display the entire text.
>
...
datawindow.column.count not returning the column count of a datawindowI am having problems with the datawindow.column.count property of a
datawindow. It just started happening with PB 6.501 and still works
fine in PB 5.0. The function that looks at this property is in an
ancestor userobject. The dataobject is assigned at this point but all
other properties of the datawindow are missing. Any suggestions?
Don't recall, but was it still dwDescribe() in version 5.0? If it was that
may be your problem.
HTH
Kent Montgomery wrote:
> I am having problems with the datawindow.column.count property of a
> datawindow. It just started happenin...
resizeIn previous versions of PB there was the ability in a grid
data window to resize a column. Also there was the ability
to hide a column by keeping the mouse clicked and pass to
other column but now in order to hide a column you must keep
the mouse clicked and go exactly to the begin of the column
which is very difficult. If you keep the mouse clicked and
pass to the previous column the column does not resize =96
hide. I was able to do this in previous versions of PB. My
current version is 9.0.1 build 7204.
Please give me an answer if this is a bug and if your
planning to fix it.
...