Recorded from published themes

I apologize if this is posted elsewhere and I missed it!

My question is, how do I know which topics are "published" for public view and which are 'saved' for a private in the MyKulur view? All my themes have a 'publication Date', but I can't say other than by the disconnection and research.

It would also be nice if you can organize your themes in games or whatnot project or click on the users name to see all their themes. Or is this already possible?

Thank you!

Hello
Currently, this feature is not available in kuler, but we are always looking for ways to improve. :)
Saami

Tags: Adobe Capture

Similar Questions

  • Record from VCR on the Qosmio F10 - 101 - no video

    I read a lot of topics but I need some information additional regardin my problem

    I myself Qosmio F10-101

    I tried to record from my VCR on computer, I connect the VCR output to monitor using the came with a computer cable laptop but audio is here and no video... no yes no picture, I used windvd creater which came with the laptop, but no picture, I also tried the s-video input and no image appear also as the program windvd unable to give the icons of all the devices connected to the laptop

    What should I do?

    Hello

    I know, you can not save to your VCR using the monitor and S-video, you can use the port fireware "located right next to the PCMCIA port on the left side of the laptop" with windvd.

    Thank you

  • G510 recording from cassette player

    Hi people - looking for clues of what I need to record from an old tape of the bridge to the laptop. Using 3.5 mm male to male plugged in the combo Harbour, but sound does not appear in the recording software. The turntable to cassette has a unique 3.5 mm output auxiliary port. Do I need to use a USB audio adapter? In my view, there was similar problems with that, but couldn't determine a clear answer on a boardsearch. Thank you!

    solved by using a USB 3.5 mm connector. Perfect!

  • Equium L20-197: no not line-in jack - how to record from an external audio source

    Hello

    I am generally very happy with my Equium L20, but I now find some trouble which I assume are from cost reduction. For example, there are no micro shipped, so need to buy one for Voip purposes. And I would like to use this notebook to record from an external audio source, but now to discover that he has no line-in, and it seems that the microphone jack is mono only, even if it was possible to configure the audo map to use this to source line.

    I would be very grateful if anyone has any ideas for a solution workaround, possibly using a USB port.

    TIA
    Keith

    Hello

    What this USB external to the line adapter:
    http://speechtechnology.stores.Yahoo.NET/am--USB--adapter.html

    The adapter is especially useful for laptops or computers that do not have a Line In Jack or is not good sound cards

  • my CD player repeat myself no CD not loaded but there is and it won't record from windows Media... Help

    my CD player repeat myself no CD not loaded but there is and it won't record from windows Media... Help

    Hello

    1. What is the exact error message associated with no CD loaded?

    2. do you mean to say Windows Media center?

    Perform the steps from the link below and see if it helps.

    Your CD or DVD drive is missing or is not recognized by Windows or any other programs (Fixit)

    Important:  This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs.

    For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    322756 (http://support.microsoft.com/kb/322756/

    Hope this information helps.

  • During the Windows installation, I received the following message: Boot Record from CDROM tree research... OK press a key to boot from CD... Error loading operating system

    What is the cause of this error message

    during the installation of the operating system on a single computer, I met the following error message
    "The research tree Boot Record from CDROM... Ok
    Press any key to boot from CD... Error loading operating system"
    What are the causes of this error?

    Hi DavidMuya,

    To stop this message from appearing, follow these steps:

    (a) remove any CD from the drive before you turn on or restart the computer.

    (b) enter the BIOS and change the boot hard drive sequence instead. You will need to change if you plan to boot from a CD in the future.

    Note: Change (CMOS) BIOS/complementary metal oxide semiconductor settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

  • Failed to load existing records from the database on SD card during initialization of the application

    When the Simulator is launched upward, not able to load existing records from the database in the Inbox, so no records appear in the Inbox even though they exist in the database. It seems to be a problem with the SD card in the Simulator - the file system for the SD card is not correctly initialized when the application starts first to the top. During initialization of the application tries to access the SD card by using the following code.

    Boolean

    sdCardPresent = false;

    Enumeration e = FileSystemRegistry.listRoots ();

    If

    (e! = null) { }

    While (e.hasMoreElements ()) {}

    root = (String) e.nextElement ();

    If

    (root.equalsIgnoreCase("SDCard/")) {

    sdCardPresent =

    true;

    }

    }

    }

    sdCardPresent is always set to false and was not able to access existing records from the database. Once the application is initialized and try to create the database, the database is created successfully on the SD card.  The code is the same as above when creating the database and was able to do sdCardPresent = true.

    Is there anyway to register or add the SD card during initialization of the application or any property as System.setProperty overide the path of the default directory value?

    I use BlackBerry 9550 Simulator. I checked the "file system using PC for files from the SD card" and I use "C:\bb\SDCard" for the file system of thr.

    Also tested on the BlackBerry and found the same thing, if the device is hard reset, then it not reading the SD card as well.

    Mark the thread as solved then.

  • Is it possible to start a record from the source code?

    Hello world!

    I currently use JProfiler in combination with JUnit tests to collect metrics of resource consumption of features in our product.

    A runner for JUnit home starts and stops the recording of JProfiler and analyse recorded data. Then he compares the values to the pre-set limits, and fail the test if they are exceeded.

    Now, I want to change this option to use the flight recorder instead. I found an interesting article explaining how to parse files of .jfr here: using the flight recorder analyzers | Marcus Hirt

    Unfortunately I can not understand how to start and stop a robbery at the record from a JUnit runner, in addition to the use of the jcmd tool.

    Can someone help me?

    Thank you very much

    Tobias

    Hi Tobias,.

    It's pretty trivial in JDK 8 - just use the operations on com.sun.management:type = DiagnosticCommand MBean imitating the way you would use jcmd. Relying on the MBean JMC and corresponding APIs directly is not supported.

    That said, if you wish to register MBeans associated JMC, the following may be useful:

    Import java.lang.management.ManagementFactory;

    Import javax.management.MBeanServer;

    Import javax.management.MalformedObjectNameException;

    Import javax.management.ObjectName;

    public class {RegisterMe}

    private public static final String REGISTER_MBEANS_OPERATION = "registerMBeans"; NON-NLS-$1

    private public static final String CLASS_NAME = "com.sun.management.MissionControl"; NON-NLS-$1

    private public static final String MBEAN_NAME = "com.sun.management:type = MissionControl; NON-NLS-$1

    private public static final ObjectName OBJECT_NAME = createObjectName();

    private public static ObjectName {} createObjectName()

    try {

    return new ObjectName (MBEAN_NAME);

    } catch (MalformedObjectNameException e) {}

    throw new Error ("shouldn't be possible: could not take a new name of object" + MBEAN_NAME); NON-NLS-$1

    }

    }

    public public static void main (String [] args) bird Exception {}

    Ms MBeanServer is ManagementFactory. getPlatformMBeanServer ();

    ms.createMBean (CLASS_NAME, OBJECT_NAME);

    Ms. Invoke (OBJECT_NAME, REGISTER_MBEANS_OPERATION, new Object [0], new String [0]);

    System. .println ("Press enter to exit"); NON-NLS-$1

    System. in. read();

    }

    }

    Kind regards

    Marcus

  • Export of more than 65000 record from oracle's 10 g to Excel

    I try to export more than 65000 record from oracle 10g to Excel, formulas using the report execution as a form of the oracle spreadsheet, but if note the limeted and increase when I found error.

    Gently, I found solution for this error without use package in the database and the directory in the server

    Thank you very much for the cooperation.

    I got a solution to my problem I using webutil and who is as follows:

    DECLARE

    A CURSOR IS

    SELECT column_1, column_2, column_3

    Of

    your table;

    path varchar2 (200);

    IN_FILE CLIENT_TEXT_IO. TYPE_DE_FICHIER;

    BEGIN

    -----------------------------------------------------------------------

    Path: = webutil_file.file_save_dialog (", file_name-online 'Summary': sysdate |'.) CSV ', File_Filter => ' CSV (*.csv) files. (* .csv |') ;

    IF file_name IS NULL

    THEN

    TAKE A BREAK;

    ON THE OTHER

    IN_FILE: = CLIENT_TEXT_IO. FOPEN (PATH: '.) CSV', 'a');

    CLIENT_TEXT_IO. Put_line (IN_FILE, 'title_1; title_2; title_3');

    I'M IN A LOOP

    : HAND. COUNT: = A % ROWCOUNT; -counter

    CLIENT_TEXT_IO. Put_line (IN_FILE, I.column_1 | ';' |) I.column_1 | ';' | I.column_1);

    Synchronize;

    END LOOP;

    CLIENT_TEXT_IO. FCLOSE (IN_FILE);

    IF Form_Success THEN

    END IF;

    END IF;

    END;

    Thanks again

    concerning

    ELIE SAID

  • Delete records from sys.aud$ stored procedure

    We have a stored procedure that attempts to move the records from the table of sys.aud$ to a history table (in order to keep sys.aud$ to a more reasonable size, I guess - full disclosure, I have not written this proc). Base flow is:
    Select count (*) in the number of lines of sys.aud$
    If {(rowcount > 1000)
    copy all rows in sys.aud$ in the history table
    remove from sys.aud$
    }

    I says this proc used to work perfectly in a troubled past (I'm new on the client) but now has not worked for a while. When we try to compile the proc, we get the error
    "table or view does not exist", and the line is the "deletion of sys.aud$. The line "select count (*) from sys.aud$ ' seems to cause no problems, but the proc does not compile as is. If I comment out the line "remove from sys.aud$", however, the proc compiles very well.

    Confusingly, if I log in as the same account that owns this proc, I can run both the count (*) select from sys.aud$ AND remove clauses sys.aud$ with no complaint at all (by modifying slightly to work with 1 single record at a time, of course), but I can't seem the same to compile in a stored proc.

    I guess that it is related permissions? Can someone point me to the permissions of the owner needs to be able to remove from sys.aud$ in a stored procedure? Or is there something else that needs to be done here? Pointers much appreciated.

    Thank you.

    956928 wrote:
    We have a stored procedure that attempts to move the records from the table of sys.aud$ to a history table (in order to keep sys.aud$ to a more reasonable size, I guess - full disclosure, I have not written this proc). Base flow is:
    Select count (*) in the number of lines of sys.aud$
    If (rowcount 1000 >) {}
    copy all rows in sys.aud$ in the history table
    remove from sys.aud$
    }

    I says this proc used to work perfectly in a troubled past (I'm new on the client) but now has not worked for a while. When we try to compile the proc, we get the error
    "table or view does not exist", and the line is the "deletion of sys.aud$. The line "select count (*) from sys.aud$ ' seems to cause no problems, but the proc does not compile as is. If I comment out the line "remove from sys.aud$", however, the proc compiles very well.

    Confusingly, if I log in as the same account that owns this proc, I can run both the count (*) select from sys.aud$ AND remove clauses sys.aud$ with no complaint at all (by modifying slightly to work with 1 single record at a time, of course), but I can't seem the same to compile in a stored proc.

    I guess that it is related permissions? Can someone point me to the permissions of the owner needs to be able to remove from sys.aud$ in a stored procedure? Or is there something else that needs to be done here? Pointers much appreciated.

    Thank you.

    acquired through ROLE privileges are NOT applicable within the named PL/SQL procedures.

    GRANT DELETE ON SYS. AUD$ ;

  • Delete query to delete records from multiple tables

    All,

    I need a delete query that will delete the records from the tables. Please see the structure of the table & below
    CREATE TABLE TEMP1 (ID NUMBER(10),NAME VARCHAR2(40),CLASS VARCHAR2(40),COLLEGE VARCHAR2(40));
    CREATE TABLE TEMP2 (ID NUMBER(10),CITY VARCHAR2(40),STATE(40));
    
    INSERT INTO TEMP1 (ID, NAME,CLASS,COLLEGE) VALUES (1000,'SAM','CS','UNIV_1');
    INSERT INTO TEMP1 (ID, NAME,CLASS,COLLEGE) VALUES (2000,'RIO','CS','UNIV_1');
    INSERT INTO TEMP1 (ID, NAME,CLASS,COLLEGE) VALUES (3000,'CHRIS','CS','UNIV_1');
    INSERT INTO TEMP1 (ID, NAME,CLASS,COLLEGE) VALUES (4000,'ALEX','CS','UNIV_1');
    
    INSERT INTO TEMP2 (ID, CITY,STATE) VALUES (1000,'Auburn','NY');
    INSERT INTO TEMP2 (ID, CITY,STATE) VALUES (2000,'Ithaca','NY');
    INSERT INTO TEMP2 (ID, CITY,STATE) VALUES (3000,'Mount Vernon','NY');
    INSERT INTO TEMP2 (ID, CITY,STATE) VALUES (4000,'Port Jervis','NY');
    Now, I need to delete the records in these tables where the ID is '2000' by using a single delete query. Is this possible? This may be a newbie question. Help, please.

    "using a single request deletion. Is this possible?

    Nope.
    You can insert into multiple tables by using a single query, INSERT ALL job, but you cannot delete more than one table using a single query.

  • Retrieve the random record from SQL and also an ORDER

    I need a query that is able to get X amount of random records from a database of SQL2008, but I also want those results to then order by a field in the same table numberic, camp_priority

    I have

    SELECT TOP #DisplayAmount #, camp_uid, camp_title, camp_text, camp_image_type
    Campaigns
    WHERE camp_uid IN

    etc... etc.

    then, at the bottom, I

    ORDER BY newid (), camp_priority

    The problem seems to be that I'm random records, but it is not ordered by the camp_priority

    Anyone have any ideas?

    Thank you

    Mark

    Hey Adam,.

    I misread your original post, now I see how it was supposed to work, just posted below... got it works... works very well. If all goes well, is not to kill the CPU that this query will use a LOT... I'll just take a plu ;-) CPU

    Regarding the performance of NEWID() issue, I do not have a specific link, I was just hunting around different forums etc and found a few posts that talked about performance issues and who had a command I never saw that took a percentage of files with a lot of perfomance test graphic showing it was 10 times slow the other approach.

    I'll just have to see how it goes

    Thanks for the help

    Mark

  • help in registration of the records from two tables

    HI: I have two tables joined the first field. The field is the primary key in the first table. Need help listing records from both tables with each a line/record results.
    create table EVENTS (
    event_key varchar2(64) primary key,
    event_description varchar2(64),
    create_time int
    );
    
    
    create table EVENT_UPDATES (
    event_key varchar2(64) NOT NULL ,
    update_description varchar2(64),
    update_time int
    );
    
    
    insert into EVENTS values('Event1', 'This is event1', 1);
    insert into EVENT_UPDATES values('Event1', 'Ticket created', 3);
    insert into EVENT_UPDATES values('Event1', 'Event cleared', 10);
    insert into EVENTS values('Event2', 'This is event2', 4);
    insert into EVENT_UPDATES values('Event2', 'Ticket created', 6);
    insert into EVENT_UPDATES values('Event2', 'Event cleared', 8);
    I want to print each record in the table of EVENTS such as a line and the corresponding records in EVENT_UPDATES as a line like this record
    Event1   1     This is event1
                3     Ticket created
                10   Event cleared
    Event2   4     This is event2
                6     Ticket created
                8     Event cleared
    TIA
    Ravi
    select  case weight
              when 1 then event_key
            end key,
            time_val,
            description
      from  (
              select  event_key,
                      create_time time_val,
                      event_description description,
                      1 weight
                from  events
             union all
              select  event_key,
                      update_time,
                      update_description,
                      2 weight
                from  event_updates
            )
      order by event_key,
               weight
    /
    
    KEY          TIME_VAL DESCRIPTION
    ---------- ---------- -------------------------
    Event1              1 This is event1
                        3 Ticket created
                       10 Event cleared
    Event2              4 This is event2
                        6 Ticket created
                        8 Event cleared
    
    6 rows selected.
    
    SQL> 
    

    SY.

  • Selection of a specific record from a query


    I have been using a certain set of code to query a database for a Recordset:


    < CFQUERY NAME = "RandPick" DATASOURCE = "MyDB" >
    SELECT ID
    FROM MyTable
    < / cfquery >


    Then, I select randomly 1 number within this number of records:


    < CFSET RND_PICK = plageAleatoire (1, #RandPick.RecordCount #) >


    Finally, I use STARTROWOPTIONAL to display a field from the selected randomly record (what am I on a flash file):


    MyFile.swf? ID = < CFOUTPUT QUERY = "RandPick" StartRowOptional = "" #RND_PICK # "LIGNESMAX ="1"> #PickID # < / CFOUTPUT >"


    The final output might look like this:


    MyFile.swf? ID = 46


    This all works fine, but now I want to do something a little more complicated: I want to take this field value I found (in this case '46') and I want to ask a second table that contains detailed information about ID 46:

    < CFQUERY NAME = "DetailedPickInfo" DATASOURCE = "MyDB" >
    SELECT ID, PickDescription
    OF MySecondTable
    Where ID = ' 46 "
    < / cfquery >


    My problem is that I can't use my STARTROWOPTIONAL trick to incorporate the ID selected in my second request:

    < CFQUERY NAME = "DetailedPickInfo" DATASOURCE = "MyDB" >
    SELECT ID, PickDescription
    OF MySecondTable
    Where ID = < CFOUTPUT QUERY = "RandPick" StartRowOptional = "" #RND_PICK # "LIGNESMAX ="1"> ' #PickID # ' < / CFOUTPUT >"
    < / cfquery >

    Of course, which is not allowed.

    Could someone smart please help me find a way to do this?


    Basically, I'm trying to select a random record from a query and then JOIN the selected record with a second table (where I want to grab a piece of data).

    I understand that my STARTROWOPTIONAL method is a bit of a hack, and there is probably a better way to achieve all this.

    Any help would be appreciated.



    On a related note, I would also like to know a general solution for the selection (for example) the 5th record a query (or the 32nd of a query)

    Thank you

    Instead of doing this:

    MyFile.swf? ID =#PickID #

    Maybe you should set a variable with the value returned by your cfoutput statement, then use this variable as both your setting and picID URL in your second query value. Something like this:

    (Note to Azadi: the value of RND_PICK is not the ID value, but the value of the number of records of the line returned by the first query that contains the ID of interest.)

    Phil

  • Delete records from a table of forms

    Oracle forms6i
    Hai All

    I use forms6i and my need is I have generated a forms and the output is displayed through tables and I need to delete all the records from the table of my forms when executing next time pls tell me

    Concerning

    Srikkanth.M

    Hello

    Please try something like that.

    Begin
    Delete From Master_Tbl Cascade;
    forms_ddl('Commit');
    End;
    

    Sarah

Maybe you are looking for