|
I have a model and two views set up like this:
Model ---> OSortFilterProxyModel ---> OListView Model > OTableView
When the user selects something in one of the views, I want the other view to mirror that selection. So I thought I'd use a QSelectionModel...
Started by Marius on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not sure if this would work, and it depends on what Qt by platform... .
You'll have to send the model index through the proxy model model, the other is the sort filter model.
These will pass you a model index.
|
|
Hi, I need to get reliable Internet connection behind a restrictive firewall.
facts:
firewall handless HTTP CONNECT to anywhere as long as it goes to destination port 443 I have some servers publicly accessible on Internet but they are all handling traffic...
Started by asdmin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Now, assuming that you are trying to tunnel out to ports other ... .
In from the Internet, which is why you want a server model but it also sounds like you are trying to tunnel out to the Internet, because you are using CONNECT over a proxy.
|
|
How can I set the HTTP proxy programmatically, on a WCF client, without using the default proxy?
Proxies, proxies, proxies.
According to the WCF model of development, I generate client-side "proxy" classes by running svcutil.exe on the WSDL for the service...
Started by Cheeso on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It makes sense that there is no Proxy property on the WCF proxy, because not all the proxy in WCF programmatically....
For example, look at the ProxyAddress the address there.
The proxy settings are part of the binding configuration.
|
Ask your Facebook Friends
|
UseDefaultXhrHeader option does not work when defined within a model's proxy setting
For example:
Code:
Started by tmanderson on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at sencha):
If you would like to use it then you can .
UseDefaultXhrHeader isn't a listed config of the proxy.
|
|
Unanswered: store vs model proxy Unanswered: store vs model proxy
Morning all,
Have a quick question regarding when to use a store proxy vs a model proxy.
I have an application that needs CRUD + listing functionality on a database table, and I am currently...
Started by gantbd on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at sencha):
The only thing that matters is if you want to load the model by itself, then you have to have a proxyUsing a store, ....
If that doesn't exist then it will use the default memory proxy.
It tries to get the proxy on the model.
|
|
[4.x] model instance shared if proxy subclass specifies a reader config object
If you subclass a proxy and define a default reader that needs additional properties set, setReader uses applyIf to add a "proxy" and "model" attribute to the config object...
Started by themightychris on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at sencha):
Thanks for the report..
|
|
Technically there really isn't a difference. The store will look for the proxy config on itself and if none is present look for it on the model. If you want to use Models by themselves (like for forms) then having the proxy on the model will allow you...
Answer Snippets (Read the full thread at sencha):
It would be nice if the documentation explained things like this .
|
|
Store/Model/Proxy Store/Model/Proxy
Hi all,
i create a Store with Model and Proxy. I configure Proxy for Ajax request with associated api like following:
Ext.define(' .store. ', {
extend: 'Ext.data.Store',
model: ' .model. ',
autoLoad: true,
autoSync:...
Started by hataru on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at sencha):
Did you look in the network tab of developer tools to see if you see the request fire off? Any errors? Mitchell Simoens
Sencha Inc , Senior Forum Manager
@msims84 i made these two test:
first test:
var XYZ = getXYZStore();
XYZ.sync();
nothing done in ... .
|
|
[4.1] Configuring a proxy in a Model constructor does not work as expected [4.1] Configuring a proxy in a Model constructor does not work as expected
REQUIRED INFORMATION
Ext version tested: Ext 4.1 Description: When a FooModel (extending Ext.data.Model...
Started by mono blaine on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at sencha):
Also, FYI isn't.
You've never created an instance, so it means it's never created the proxy.
In this case you're setting the proxy when you create an instance of the model.
This isn't a bug.
|
|
Can the TFS proxy be installed on Windows XP? I have an environment that I am not allowed to run a Windows Server; however, it is offsite, so a proxy would be very helpful.
Started by Overloaded Constructor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.teamprise.com/products/accelerator/
It is designed as a TFS proxy server for single of $99, it is less expensive than the....
It was my understanding that the Microsoft TFS Proxy needed to be installed on a Windows Server OS for).
|