What generals generally doReading a McChrystal thread elsewhere, I came across someone quoting a
US general
http://en.wikipedia.org/wiki/Smedley_Butler
> I spent 33 years and four months in active military service and
> during that period I spent most of my time as a high class thug for
> Big Business, for Wall Street and the bankers. In short, I was a
> racketeer, a gangster for capitalism. I helped make Mexico and
> especially Tampico safe for American oil interests in 1914. I helped
> make Haiti and Cuba a decent place for the National City Bank boys to
> collect revenues in. I ...
symbol scanner general questionHi,
I have to discuss the device selection with
a customer and among others Symbol PPT8800
comes into question. Having read here much about
a symbol scanner object my question is if I
have to use this just in the case I need only
the possibility to scan pressing the scan hardkey
on the device and getting the scan result in
a single line edit or datawindow column?
Is there some special coding needed to use
the symbol scanner for this simple use case?
TIA
Chris Werner
Symbol has a keyboard wedge driver that would send any scanned input into
the keyboard's buff...
Hidden data or Hidden column of hidden data in a DataGrid
Hi,
Is there a way to have a hidden item or a hidden column in a dataGrid? dataGrid using Template? dataGrid using BoundColumn?
Please provide sample code.
With VS look at the property builder, you can see how to hide the column....
or you can try
datagrid1.Columns[1].Visible = false;EricPascarello.com | Twitter epascarello | LinkedIn
can I specify a column hidden in BoundColumn or Template column.
If so, please show me the code.
yes, visible="false" in either TemplateColumn or BoundColumn...
Workstation Only hidden/not hiddenWe have a W2K/NetWare network with several thousand users and ZENWorks V4.0.1.
Some users (usually due to password sync issues) are enabling "Workstation
Only" and thus not receiving their ZENWorks application pushes and policies.
We know that we can remove the "Workstation Only" checkbox. That's simple.
The problem is what happens when the workstation malfunctions, and cannot
log into the NetWare network.
This will cause a visit by our in-house level 1 field service tech. Our
level 1 techs do not have local administrative rights, and we do not want
them...
Text name wrapping on graphical symbols in PowerDesignerIn PowerDesigner 10 or 11 can you set an option someplace to have the
name of an Activity in an Activity Diagram or the name of a Use Case in
a Use Case Diagram? Thanks in advance to anyone with input on this.
I struggle to understand the question:
Do you want to show Use Case Name(default) as opposed to say Code for Use
cases in the diagram?
Do you want to do something else with the Use Case Name?
"Gregory Fisher" <gregoryfisher@sprintmail.com> wrote in message
news:4356c32c@forums-1-dub...
> In PowerDesigner 10 or 11 can you set an option someplace to ...
PD 7 hiden symbols do not remain hiddenIn a CDM diagram, I've hidden several entities. When I shut down PD 7 and
restart it, upon opening my CDM, those entities are again displayed. How do
I make them stay hidden.
Thank for the help
"Bruce Lamb" <blamb@mayo.edu> wrote:
>In a CDM diagram, I've hidden several entities. When I shut down PD 7 and
>restart it, upon opening my CDM, those entities are again displayed. How do
>I make them stay hidden.
>Thank for the help
Which version of PD7 are you using?
It is not mentionned in your message, but I guess you saved the CDM
after hidin...
PowerDesigner 7.0.2I have created notes in PowerDesigner in the Diagram.
When I close the document and reopen it I get garbage for text.
Here is an example:
Original text in note:
Step 2: C++ code,
- determine which *.dat files to load
- delete old *.dat files
- call stored procedure 'loadWOSdata' with *.dat
filenames as input
stored procedure 'loadWOSdata'
- loads data into THEAD and TITEM
- calls stored procedure 'loadSummary'
- a...
PowerDesigner 7.0.2I created a Note in PowerDesigner diagram.
I entered the following between the **** in the note:
**************
Step 2: C++ code,
- determine which *.dat files to load
- delete old *.dat files
- call stored procedure 'loadWOSdata' with *.dat
filenames as input
stored procedure 'loadWOSdata'
- loads data into THEAD and TITEM
- calls stored procedure 'loadSummary'
- adds rows to TSTATUS
for ...
Hidden vs True HiddenDoes anyone know how programs like Boot-US make partitions "true hidden"?
As opposed to just regular hidden, which win2k and above seem to treat
as not hidden. :-(
--
1drum
Hi,
XOSL uses Partition ID 0x17 for Hidden NTFS partition types and Windows XP
SP2 does not attempt to mount these or allocate drive letters to them.
The 0x17 partition ID is used as this is a hang over from MS-DOS where any
partition with an ID over 0xF was effectivly ignored by MS-DOS.
Subtractring 0x10 from the Hidden Partition ID gives the correct ID type for
the partition e.g. 0x7 w...
Read file symbol by symbol?Friends,
how read a file one by one symbols, not a whole string once at time?
Thanks.
--
-----------!
My blessing!
Ramis. !
-----------!
http://www.samtan.fromru.com
mailto: samtan@fromru.com
Here is one script I used to inspect files
use strict;
my $fn;
print"Enter the name of a file you want to examine ";
while (<>) {
$fn = $_;
last if $fn;
}
print "Opening $fn\n";
open TF, "$fn" or die "Cannot open $fn:$!\n";
my @ov;
my $ov;
while (<TF>) {
@ov = unpack('U*',$_);
print;
print"\t\t"...
PDB Symbols/symbol serverDoes it exists server where are symbols from official Mozilla builds?
I'm interested in Thunderbird 2.0.0.18 win32 symbols.
PM
...
superreview denied: [Bug 380984] NPAPI symbols hidden in libnullplugin. so and libunixprintplugin.soJohnny Stenback <jst@mozilla.org> has denied Karl Tomlinson
<mozbugz@karlt.net>'s request for superreview:
Bug 380984: NPAPI symbols hidden in libnullplugin.so and libunixprintplugin.so
https://bugzilla.mozilla.org/show_bug.cgi?id=380984
Attachment 265249: patch using PR_EXTERN
https://bugzilla.mozilla.org/attachment.cgi?id=265249&action=edit
------- Additional Comments from Johnny Stenback <jst@mozilla.org>
Hmm, odd. I never realized that npapi.h depends on nspr. It really shouldn't.
Plugins should be buildable using our headers w/o needing to include...
superreview granted: [Bug 380984] NPAPI symbols hidden in libnullplugin. so and libunixprintplugin.soJohnny Stenback <jst@mozilla.org> has granted Karl Tomlinson
<mozbugz@karlt.net>'s request for superreview:
Bug 380984: NPAPI symbols hidden in libnullplugin.so and libunixprintplugin.so
https://bugzilla.mozilla.org/show_bug.cgi?id=380984
Attachment 269314: Change ns4xPlugin.h/.cpp to use NP_CALLBACK instead of
NP_EXPORT
https://bugzilla.mozilla.org/attachment.cgi?id=269314&action=edit
...
superreview requested: [Bug 380984] NPAPI symbols hidden in libnullplugin. so and libunixprintplugin.soKarl Tomlinson <mozbugz@karlt.net> has asked Johnny Stenback <jst@mozilla.org>
for superreview:
Bug 380984: NPAPI symbols hidden in libnullplugin.so and libunixprintplugin.so
https://bugzilla.mozilla.org/show_bug.cgi?id=380984
Attachment 265249: patch using PR_EXTERN
https://bugzilla.mozilla.org/attachment.cgi?id=265249&action=edit
...