Displaying 20 results from an estimated 10843 matches for "partialing".
2006 Jun 02
1
Direct3D - UnrealTournament
Hi.
I'm no gouru in wine ussage so my information will be a bit chaotic.
I'm runnig wine for many reasons, but mostly for Avisynt+HCenc, and
UnrealTournamet GOTY.
Specs:
Freebsd 5.5 (actualy DesktopBSD 1.0), Xorg 6.9.0, KDE 3.5.1, SiS 661 buit
in graph card (poor one, no dri), no winetools.
I recently installed wine 0.9.14, after some time. My last one was 0.9.10,
and it was on
2006 Jul 18
2
Total Extreme Wrestling 2005 and WINE
I'm having trouble running "Total Extreme Wrestling 2005," a wrestling
manager/booker game made entirely in Visual BASIC, in Fedora Core 5. I
keep getting the follow error:
Runtime Error: '429':
ActiveX component cannot create object
I know that I'm missing (as in, "not installed") something here, but I
have no idea what the hell it is.
2010 Mar 06
1
tippfix 1.1 fails to run in wine
Hello,
the task is to run tippfix 1.1 in wine.
http://www.krswelzheim.de/images/downloads/tippfx11.zip
I tried wine 1.1.28 as shipped with openSuSE 11.2-x86_64 and also the
just release 1.1.40 package from the openSuSE build service.
Installation of tippfx11.msi runs ok, but running the resulting
Tippfix1_1.exe results in a popup
"runtime error '429', object creation of ActiveX
2010 May 05
0
Hazon Dictionary
Hi All,
I'm trying to install the Hazon-Garzanti dictionary on Ubuntu 10.04 using wine
1.1.42. I successfully installed the dictionary, but when I execute it using
'wine Hazon.exe' I get these errors:
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x551740
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x55173c
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x551744
2012 May 28
1
rendering a partial inside another using render_to_string and (:formats) in controller
I want to clean my code by moving the duplicated lines :
partial = render_to_string( :partial => "#{file}", :formats =>
[:html] )
to the pagination_partials function.
=================================================
WORKING CODE:
=================================================
def render_format_search_partial(file, options={})
# TODO remove this line to use the one
2010 Dec 28
2
How to set up google client
I have downloaded translate client google program at http://translateclient.com/
Before , I have already installed wine 1.3.
But when I wrote the following string in terminal :
Code:
wine wine translateclient_install.exe
I therefore get many synstac errors :
Code:
salinh at salinh-P5L-MX:~$ wine translateclient_install.exe
err:richedit:ReadStyleSheet skipping optional destination
2008 Oct 15
3
VT Accounts
Hi
I am trying to get this program (accounts package) running under wine.
It installs OK but when I run it I get an error that tells me;
ActiveX component can't create object
but I am not convinced it is an ActiveX problem (or a permission problem).
When run in terminal I get the following output;
gjj at samson:~$ env WINEPREFIX="/home/gjj/.wine" wine "C:\Program Files\VT
2008 Apr 28
0
conntrack_ftp problem domU not responding
Hello,
I got this problem today, the domU didn''t responding, when i''m checking it from dom0 using ''xm console'' i got this error messages:
conntrack_ftp: partial 227 4127874514+13
conntrack_ftp: partial 227 4127874514+13
conntrack_ftp: partial 227 4130804972+13
conntrack_ftp: partial 227 4130804972+13
conntrack_ftp: partial 227 4127874514+13
conntrack_ftp:
2008 Aug 08
2
template.expect_render fails when partial is rendered from a helper
My spec;
describe ''subnav rendering while logged in'' do
before do
template.stub!(:logged_in?).and_return(true)
template.stub!
(:current_profile).at_least(:once).and_return(mock_profile)
end
def do_render
render "/homepages/show.html.erb"
end
it "should render the logged in partial for homepages" do
2008 Aug 21
2
Partial Transfer Problem
I am using the command options listed below. If I set --partial or --partial-dir, I see the partial file appear as expected. However, even with --partial-dir set as you see below, the .rsync-partial directory is never created. Instead the partial file just appears in the directory. The bigger problem is that if I interrupt the transfer and then restart it some time later, rsync just creates a
2006 Apr 04
4
checking existence of a partial
Is there a simple way to check for the existence of a partial before
displaying it?
I have some code that creates a dynamic partial depending on the city a
particular object is located in. There are some cities that do NOT have
partials defined for them, but I still want the overall page to
display. Is there a way to either chefck for existence before
displaying (enclosed in an if
2006 Jun 27
2
Render partials in folders
Right now I have partials in a view folder corresponding with my controller.
ie: controller: example, view: example/_partial.rhtml
and I call it with render :partial => ''partial''
How do I add the partial to another folder and call it?
ie: controller: example, view: example/new_folder/_partial.rhtml
render :partial => ''new_folder/partial'' # does NOT work
2009 May 10
4
Partial Derivatives in R
Quick question:
Which function do you use to calculate partial derivatives from a model
equation?
I've looked at deriv(), but think it gives derivatives, not partial
derivatives. Of course my equation isn't this simple, but as an example,
I'm looking for something that let's you control whether it's a partial or
not, such as:
somefunction(y~a+bx, with respect to x,
2006 Aug 10
6
Partials - asked before never got reply
I''m trying to figure out how multiple partials in one page would be
configured when they are based on some action in the controller.
As an example -
I have a main/welcome page. If someone new or a user not logged in
arrives at this page I display both a registration form and a login
form. However, if they are logged in then those forms should not show
up on that page. Also should
2006 Feb 05
6
render partial -- show certain content only if...
i''m working on a _post.rhtml partial, and it displays one blog post.
i''m accessing this partial on the list.rhtml and the show.rhtml
what i''d like is to only show the "link" link on the list.rhtml and not
on the show page.
<%= post.title%>
<br />
<%= post.body%>
<%= link_to
2008 Oct 24
4
Correct way to spec partials
Hi everybody,
1) Does anybody have full working example of how to test partial templates?
2) What the correct place to test partials: controller or view spec? If
controller correct place,
should I use integrate_views?
3) Is it true that expect_render is deprecated and I have to
use should_receive(:render)
4) How to test that partial''s locals hash is correct?
Thx
-------------- next
2006 Mar 12
1
Problem with --partial and rsync algorithm
Hi,
I'm running the following command for a remote host backup:
/usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z
--no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/*
--exclude=/tmp/* --exclude=/stuff/distfiles/* --exclude=/stuff/sistema/*
--exclude=/stuff2/ftp/* --exclude=/stuff2/backup/* --exclude=/home/ftp/*
--exclude=/home/gentoo/* --exclude=/mnt/*
2006 Mar 08
4
scrollbar doesn''t show on the right place when using partial( )
Hi,
I''m using partial() to connect ours pages togother,
however, one of the partials is larger than the other,
when it happens, instead of create a scrollbar on the
browser, a scrollbar appears at the end of the
partial, since the partial is in the middle of the web
site. it isn''t really good... So does some one know
how to remove the scrollbar on the partial and put it
on the
2006 May 10
4
using partials in a for loop
I''m trying to write a partial for a link_to_remote that i''m using over
and over again, but simply moving the code to a partial doesn''t seem to
work.
Here is how I have it set up:
class_planner.rhtml:
<% for course in @courses %>
<%= render :partial => "class_list" %>
<% end %>
_class_list.rhtml:
<li>
<%= link_to_remote
2009 Aug 12
3
game client freezes due to activex required
wine-1.1.27
ubuntu 9.04
Game Client -> http://www.onlinegamecore.com/games/HO1666.zip
im trying to get a game client to run in wine.
the client relies on these to function;
VB6
Directx7 or higher
Activex
i was able to solve the VB6 issues so client would load.
directx9 came with wine
---------WHAT HAPPENS-----
the client loads up,
account name & password
log in
~
char BLAH lvl BLAH