Software Development Network Logo
  • Microsoft ISV
  • IE Development
  • Audio and Video
  • Visual C++
  • Windows Vista
  • Visual Basic
  • Visual Studio
  • Smart Devicet
  • Visual C#
  • VS Team System
  • .NET Development
  • Windows Forms
  • Game Technologies
  • SharePoint Products
  • Visual FoxPro

Software Development Network >> pasha2k's Q&A profile

pasha2k

Member List

Teos
Pankajkumar
Ransome
vasudupe
NathanCaaaaaaaan
Julian Coronel
Nialaa
bryanedds
David Mc Dermid
Shin Kenshin
js06
KevinBurton
Salman Maredia
Stunt
Deuce BOI
Peter Peter
eric_o
graced
builtbikes
IZON
Only Title

pasha2k's Q&A profile

  • Visual Studio 2008 (Pre-release) FlowDocumentReader IsHyphenationEnabled and non-English fonts

    I am developing an application that allows comparative analysis of the same text in multiple languages. I have two FlowDocumentReader controls side-by-side in a two column grid. The control that shows the text in English is properly hyphenating the words and breaking only on spaces. However, the control that shows the text in a non-English font does not hyphenate or break on spaces. The font I am testing with is the Symbol font for displaying Greek text. I have an XML file that contains the actual text and convert it to a FlowDocument representation through an XSLT. (This is almost exactly the way the "Rich Reading Experiences" HOL does it.) When I convert the XML to the FlowDocument, I explicitly set the IsHyphenationEnabled ...Show All

  • Visual Studio 2008 (Pre-release) Bug Fixes

    Hi, Being a developer I know that writing software is a tedious business. I would just like to know how much time is spent by the WPF team going through bugs at the official bug logging site ( connect.microsoft.com) The reason why I am asking is because I logged a few bugs that are really critical for the application we are developing, and I would like a "timeline" as how long the whole process would take before the changes is added in a next CTP (which already to long to wait) or maybe a patch Thank you very much, Jaco Hi, Excuse me, I typed that very hastily.  What I meant was, that because I am forced to insert the InlineUIContainer within a DataObject and setting the fo ...Show All

  • Smart Device Development Lost my Controlbox

    Once upon a time, I hade a nice little .Net CF application running on windows mobile 4. Thing is, now that i changed to a windows mobile 5 system, I can't see the controlbox anymore. Which mean right now I have to warm boot each time I want the close the soft... . Help me obi-Wan Kenobi, you're my only hope I am not quite sure I understand the problem here. Can you please clarify and post your question again Thanks. ...Show All

  • SQL Server RESTRICT FILTERS BASED ON USER LOGIN

    I am using a SSAS cube as my data source for my reports. I have set up the roles on the cube and that works fine. However, in my reports I want to be able to restrict the report filters based on the user that logs in. E.G. we have a list of users from different countries. if a user from the US logs in then the country filter should have only USA in it. If a Japan user logs in then the country list should have only Japan. Currently, the country filter still has all the countries but the logged in user can only get data for his country. I want that list to only be populated with user country only. I think it has something to do with the dataset that is populating the country list but I have no idea as to how to fix it. Any help will be appr ...Show All

  • Windows Search Technologies Problem with file categories

    I use PixVue 2.0.1.2 to index metadata of some images files. The indexation works well, but I have a problem in the research. In Windows Desktop Search 2.6.5 the images indexed with PixVue (for instance, jpg) do not appear under the category "Pictures", but only under "Everything". With the other images (for instance, bmp) the problem does not happen. This problem only happened after the installation of PixVue (and index rebuild). Can anybody help me Thanks. Paul, PixVue is an iFilter and doesn't change the files (neither content nor extension). I find PixVue in http://channel9.msdn.com/wiki/default.aspx/Channel9.DesktopSearchIFilters. A J Cruz ...Show All

  • Visual Studio Custom tool window like DSL Details..

    Hi all, I have defined my first little language with the very impressive DSL Tools. When I now work with the application I miss a custom window to handle the (very specific) configuration of some of my model classes. What I need is a tool like the DSL Details tool window so I want to ask if someone has already builds a similar think. Seems like I have two (write an Add-in or a Package) or more options to solve my requirements but I’m not sure what is the best way to do this. Today I’m not very familiar with writing any kind of IDE Extension but after looking in the documentation it looks not really hard. But the first big problem is: How can I call a command from the DSL Designer View to the Add-in and vice versa. ...Show All

  • Visual Studio 2008 (Pre-release) Databinding: What are the difference between Observablecollection and Bindinglist from a aatabinding perspective.

    Hi, Windows Presentation Foundation provides the ObservableCollection class for rich Databinding support. Big question is: What about the BindingList <T>. Why using OberservableCollection and not Binding List and is it possible to use it with WindowsForms. Josef Eising Actually you can wrap BindingList around using BindingListCollectionView, then the BindingList can be used in WPF data binding scenario. But AFAIK, you can use ObservableCollection as binding source in Windows Forms applications, but it doesn't behave as it is in WPF applications. Sheva ...Show All

  • Software Development for Windows Vista Error while running Install Certificate Script

    Dear all, I have encountered a problem while running the VB script for installing certificate. I does not have this problem when I try to install it on a laptop. However, this problem comes when I try to create the cardspace environment in a virtual machine using VMware. The error message  is "The security ID structure is invalid." The error code is 80070539.   When i try zoom in into the script. It was found that the error is triggered by a line the VB-Script-Library.vbs 'Adds a READ ACL for a user on a file sub AddReadACL( resource, user )     dim oADsSecurityUtility, oSD, oDacl, oAce     set oADsSecurityUtility = CreateObject("ADsSecurityUtility")     set oSD ...Show All

  • SQL Server Subreport with a matrix

    Hello, I got a report with a landscape format, and inside it i got some subreports, but two of them are subreports with matrixes. Those two subreports are making the page to be printed into 2 pages, but the second page is always empty, is there a bug, a misconfiguration or misusage of the subreport Because instead of having 42 pages i will have two times more. How can i avoid this Using borders i noticed that it is the subreport that grows much more than when it is generated individually, since individually it fits in one landscape page, as a subreport it needs 1, 5 that makes it 2 pages, and the last one always empty Thank you If it was that simple i wouldn't ask. I do resize the sub report within a landscape size, an ...Show All

  • SQL Server Error creating a local cube from .Net framework 1.1 accessing SSAS 2005

    I'm trying do execute the folowing mdx code CREATE GLOBAL CUBE [KPI1] STORAGE 'C:\temp\extracao\33\Tudo\33_bipack06_DemoBI_KPI1.cub' FROM [KPI1] (MEASURE [KPI1].[Cst],MEASURE [KPI1].[Dct],DIMENSION [KPI1].[Business Unit]) using (Microsoft.AnalysisServices.AdomdClient.AdomdConnection conn = new Microsoft.AnalysisServices.AdomdClient.AdomdConnection())) { // some code to initialize conn.Open(); Microsoft.AnalysisServices.AdomdClient.AdomdCommand command = conn.CreateCommand(); command.ExecuteNonQuery(); conn.Close(); conn.Dispose(); } the only problem I see is that visual studio is 2003, and the adomd is 8.0.700.0 connecting to an SSAS 2005 but I did the same test using the MDX Sample of Sql 2000 and it ...Show All

  • Visual C++ sort of CListCtrl

    Hi. For example, for(i=0; i<n; i++) { ... XXX.InsertItem(0, A); // CListCtrl XXXClass::XXX XXX.SetItemText(0, 1, B); XXX.SetItemText(0, 2, C); XXX.SetItemText(0, 3, D); ... } I could get the result of list, but it's reversed, i.e. last-in first-out. I want like this: A B C D i=0 i=1 i=2 ... What's wrong Sorry for this simple matter... Thanks a lot, Prasad. I got it! I've got a more question. In order to append some items to that list in another function, how to do   ...Show All

  • SQL Server AS Bug (memory allocation error)

    Hi all, My group has a nearly completely clean SS05/AS05 combination machine. A few relatively small databases and a couple of cubes. This morning, a cube process kicked off and someone else simultaneously tried to process a dimension from a different cube. The whole machine practically ground to a halt. Later while I watied for an error message (was impatient initally) I got a memory allocation - out of space error. What could have generated this Was it a simultaneous/parallel set of AS05 processes i checked the task manager and it indicated plenty of RAM was left, likewise the harddrive had a ton of space (for tempdb etc). The server itself had not been shut down for over a month, I wonder if there was some kind of memory l ...Show All

  • Visual C++ CWebbrowser object and IE 7

    I am getting a strange error from the scripts of this object when ran on IE 7.0. When I step into the debugger, I get the message: "Object expected" and I get this listing: <html><head><script src="res://mshtml.dll/objectembed.js"></script> <script language="javascript">var objectSource="http://www.photosphere.fr/sedonline_anim/entree_nor.swf"; </script> </head><body onload="ObjectLoad();" leftmargin=0 topmargin=0 scroll=no> <form id="objectDestination"></form> </body></html> With ObjectLoad() highlighted in yellow. This of course works like a champ with IE 6.0 and former. Nor do I have any problem ...Show All

  • .NET Development Client/server application

    I want to build a windows forms 2.0 client application that accesses and modifies data from an access database on a server. I'm not sure how to get started with this, since I'm only used to building client applications. Does anyone know any good articles on the subject, or maybe a place where I can see some samples I just need a kick in the right direction... Thanks \Soeren Well if you want to use SQL Server Express, it will make your application much easier to develop. You will just use the SQLServer client libraries to connect to that database directly without sharing a folder. Here's a website with a lot of information reguarding client\server application development http://www.extensibles.com/ind ...Show All

  • Smart Device Development windows CE 6.0 hardware support and feature

    Hi, we plan to migrate to Windows CE 6.0, but before that we would like to know detailed information about hardware and software support. On Microsoft msdn, we can only find some general info. For example for a NOR flash device. We would like to know which chip are supported (for cfi chip, which command set) We would like to know which feature provide the flash driver (use of erase/resume, program/resume, some cache support, ...). Where can we find such very technical informations Thanks. Hi Get the Windows Embedded CE 6.0 Eval (available at http://www.microsoft.com/windows/embedded/default.mspx ) and study the available sources and documentation. When it comes to ...Show All

©2008 Software Development Network